@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Comforter+Brush&display=swap');

/*
Template Name: Aytor
Template URL: https://angfuzsoft.com/themeforest/html/aytor/
Description: Aytor - Multipurpose eCommerce HTML Template
Author: Angfuz_Soft
Author URI: https://themeforest.net/user/angfuz_soft/
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error
    4.00. Popup Search
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Products
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #b086cd;
  --title-color: #11161E;
  --body-color: #444444;
  --smoke-color: #f1f3f4;
  --light-color: #828282;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --gray-color: #bdbdbd;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E0E0E0;
  --title-font: 'Josefin Sans', sans-serif;
  --para-font: 'Roboto', sans-serif;
  --body-font: 'Roboto', sans-serif;
  --icon-font: 'Font Awesome 5 Pro';
  --main-container: 1320px;
  --container-gutters: 1.5rem;
  --section-space: 100px;
  --section-space-tablet: 80px;
  --section-space-mobile: 50px;
  --section-title-space: 50px;
  --ripple-ani-duration: 5s;
}

.font2{font-family: 'Comforter Brush', cursive;}

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

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

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

input, textarea {
  font-family: var(--para-font);
}

.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;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

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

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}

a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

ins {
  text-decoration: none;
}

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

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

p {
  font-family: var(--para-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

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

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

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

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

.h3,
h3 {
  font-size: 24px;
  line-height: 1.333;
}

.h4,
h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.42;
}

.h5,
h5 {
  font-size: 20px;
  font-weight: 600;
}

.h6,
h6 {
  font-size: 18px;
  font-weight: 600;
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 30px;
  }
  .h2,
  h2 {
    font-size: 26px;
  }
  .h3,
  h3 {
    font-size: 22px;
  }
  .h4,
  h4 {
    font-size: 20px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
}

/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. 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: .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: .5em 0;
  font-size: 14px;
}

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

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

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

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

.wp-block-button {
  margin-bottom: 10px;
}

.wp-block-button:last-child {
  margin-bottom: 0;
}

.wp-block-button .wp-block-button__link {
  color: #fff;
}

.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--title-color);
  color: var(--title-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

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

ul.wp-block-latest-posts {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

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

ul.wp-block-latest-posts a:hover {
  color: var(--theme-color);
}

ul.wp-block-latest-posts li {
  margin: 15px 0;
}

.wp-block-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}

.wp-block-search .wp-block-search__button {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--theme-color);
}

.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

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 .will-sticky .sticky-active.active,
.logged-in .preloader .as-btn {
  top: 32px;
}

@media (max-width: 782px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .as-btn {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .as-btn {
    top: 0;
  }
}

.post-password-form .theme-input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 20px;
}

.post-password-form .theme-input-group .theme-input-style {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}

.post-password-form .theme-input-group .submit-btn {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--theme-color);
}

.post-password-form .theme-input-group .submit-btn:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
}

.page-links > .page-links-title {
  margin-right: 10px;
}

.page-links > span:not(.page-links-title):not(.screen-reader-text),
.page-links > a {
  display: inline-block;
  padding: 5px 13px;
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 10px;
}

.page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links > a:hover {
  opacity: 0.8;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}

.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.page-links span.screen-reader-text {
  display: none;
}

.blog-single .wp-block-archives-dropdown {
  margin-bottom: 30px;
}

.blog-single.format-quote, .blog-single.format-link, .blog-single.tag-sticky-2, .blog-single.sticky {
  border-color: transparent;
  position: relative;
}

.blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
  background-color: var(--smoke-color);
  padding: 40px;
  border: none;
}

.blog-single.format-quote .blog-content:before, .blog-single.format-link .blog-content:before, .blog-single.tag-sticky-2 .blog-content:before, .blog-single.sticky .blog-content:before {
  display: none;
}

.blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
  content: '\f0c1';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-size: 5rem;
  opacity: 0.3;
  right: 15px;
  line-height: 1;
  top: 15px;
  color: var(--theme-color);
  z-index: 1;
}

.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
  content: "Featured";
  right: 0;
  top: 0;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  font-family: var(--title-font);
  opacity: 1;
  text-transform: capitalize;
  padding: 10px 23px;
  font-weight: 400;
}

.blog-single.format-quote:before {
  content: "\f10e";
}

.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}

.blog-details .blog-single:before {
  display: none;
}

.blog-details .blog-single .blog-content {
  background-color: transparent;
  padding: 0;
  overflow: hidden;
}

.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}

.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}

.blog-details .blog-single.tag-sticky-2, .blog-details .blog-single.sticky, .blog-details .blog-single.format-quote, .blog-details .blog-single.format-link {
  box-shadow: none;
  border: none;
  background-color: transparent;
}

.blog-details .blog-single.tag-sticky-2:before, .blog-details .blog-single.sticky:before, .blog-details .blog-single.format-quote:before, .blog-details .blog-single.format-link:before {
  display: none;
}

.as-search {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
}

.as-search .search-grid-content {
  padding: 30px;
  /* Small devices */
}

@media (max-width: 767px) {
  .as-search .search-grid-content {
    padding: 20px;
  }
}

.as-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: -0.2em;
}

.as-search .search-grid-title a {
  color: inherit;
}

.as-search .search-grid-title a:hover {
  color: var(--theme-color);
}

.as-search .search-grid-meta > * {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}

.as-search .search-grid-meta > *:last-child {
  margin-right: 0;
}

.as-search .search-grid-meta a,
.as-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: 767px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
    padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .wp-block-search .wp-block-search__input {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .as-comment-form {
    margin-top: 24px;
  }
}

/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}

.container-box {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1600px) {
  .container-box {
    --main-container: 1530px;
    padding-left: 0;
    padding-right: 0;
  }
  .container-box .container {
    --main-container: 1320px;
  }
}

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

@media only screen and (min-width: 1300px) {
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
}

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

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

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

/*------------------- 2.3. Input -------------------*/
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 1.1rem center;
  background-repeat: no-repeat;
  background-size: 35px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

select,
.form-select,
.form-control {
  height: 56px;
  padding: 0 25px;
  border: none;
  color: var(--body-color);
  background-color: transparent;
  border-radius: 0;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  border: 1px solid var(--border-color);
}

select::-moz-placeholder,
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: var(--body-color);
}

select::-moz-placeholder, .form-select::-moz-placeholder, .form-control::-moz-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder, .form-select:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: var(--body-color);
}

select::-ms-input-placeholder, .form-select::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: var(--body-color);
}

select::placeholder,
.form-select::placeholder,
.form-control::placeholder {
  color: var(--body-color);
}

select.style2,
.form-select.style2,
.form-control.style2 {
  background-color: var(--smoke-color);
  border: none;
  padding: 0 20px;
  color: var(--light-color);
}

select.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder {
  color: var(--light-color);
}

select.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder {
  color: var(--light-color);
}

select.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder {
  color: var(--light-color);
}

select.style2::-webkit-input-placeholder, .form-select.style2::-webkit-input-placeholder, .form-control.style2::-webkit-input-placeholder {
  color: var(--light-color);
}

select.style2::-moz-placeholder, .form-select.style2::-moz-placeholder, .form-control.style2::-moz-placeholder {
  color: var(--light-color);
}

select.style2:-ms-input-placeholder, .form-select.style2:-ms-input-placeholder, .form-control.style2:-ms-input-placeholder {
  color: var(--light-color);
}

select.style2::-ms-input-placeholder, .form-select.style2::-ms-input-placeholder, .form-control.style2::-ms-input-placeholder {
  color: var(--light-color);
}

select.style2::placeholder,
.form-select.style2::placeholder,
.form-control.style2::placeholder {
  color: var(--light-color);
}

select:focus,
.form-select:focus,
.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
}

select,
.form-select {
  padding-top: 0;
  padding-bottom: 0;
}

textarea.form-control {
  min-height: 140px;
  padding: 15px 25px;
}

textarea.form-control.style2 {
  padding: 15px 20px;
}

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

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

textarea {
  min-height: 130px;
  padding-top: 12px;
  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: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}

input[type="checkbox"] ~ label:before {
  content: '';
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  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: 25px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}

input[type="radio"] ~ label::before {
  content: '\f111';
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -1px;
  width: 15px;
  height: 15px;
  font-size: 0.45em;
  line-height: 2em;
  padding-left: 0.5px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="radio"]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}*/

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

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i {
  position: absolute;
  right: calc((var(--bs-gutter-x) / 2) + 20px);
  top: 17px;
  font-size: 14px;
  color: #A0ABB4;
}

input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(.375em + 0.8875rem) center;
  background-image: none;
}

input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(.375em + 0.5875rem) right calc(.375em + .8875rem);
}

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

.form-messages {
  display: none;
}

.form-messages.mb-0 * {
  margin-bottom: 0;
}

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

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

/* Small devices */
@media (max-width: 767px) {
  select {
    background-size: 16px 12px;
  }
  select,
  .form-select,
  .form-control {
    padding: 0 15px;
  }
  textarea.form-control {
    padding: 15px 15px;
  }
}

/*------------------- 2.4. Slick Slider -------------------*/
.row > .slick-list {
  padding-left: 0;
  padding-right: 0;
}

.slick-track {
  min-width: 100%;
}

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

.slick-dots {
  list-style-type: none;
  padding: 0 0;
  margin: 40px 0 0 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.slick-dots li {
  display: inline-block;
  margin-right: 5px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 10px;
  height: 6px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--border-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.slick-dots button:hover {
  border-color: var(--title-color);
}

.slick-dots .slick-active button {
  width: 26px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-color: var(--title-color);
}

.style3 .slick-dots {
  margin: 26px 0 0 0;
}

.dots-style2 .slick-dots button {
  background-color: var(--gray-color);
}

.dots-style2 .slick-dots button:hover {
  border-color: var(--theme-color);
}

.dots-style2 .slick-dots .slick-active button {
  background-color: var(--theme-color);
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  margin-right: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid var(--gray-color);
  left: var(--pos-x, -85px);
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 1);
  border-radius: 50%;
  z-index: 2;
  color: var(--title-color);
  text-align: center;
}

.slick-arrow i {
  font-size: 18px;
}

.slick-arrow .fa-caret-left {
  padding-right: 1.5px;
}

.slick-arrow .fa-caret-right {
  padding-left: 4px;
}

.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
  margin: 0;
  top: unset;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.slick-arrow.default .fa-caret-right {
  padding-left: 3px;
}

.slick-arrow:hover {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

.slick-arrow.style2:hover {
  background-color: transparent;
  color: var(--theme-color);
}

.slick-arrow.slick-next {
  margin-right: 0;
  margin-left: 50px;
  right: var(--pos-x, -85px);
  left: auto;
}

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

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

.arrow-style1 .slick-arrow {
  top: 38%;
}

.arrow-style2 {
  position: relative;
}

.arrow-style2 .slick-list {
  padding-top: 30px;
  margin-top: -30px;
}

.arrow-style2 .slick-arrow {
  top: 29.5%;
}

.arrow-style3 .slick-arrow {
  top: 39%;
}

.arrow-style4 .slick-arrow {
  top: 40%;
}

.product-slide4 .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .slick-dots {
    margin: 30px 0 0 0;
  }
}

/*------------------- 2.5. Mobile Menu -------------------*/
.as-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.as-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  /*background-color: rgba(28, 185, 200, 0.1);*/
}

.as-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.as-menu-wrapper .as-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 0;
  line-height: 1;
  width: auto;
  height: auto;
  z-index: 1;
  color: var(--title-color);
  background-color: transparent;
}

.as-menu-wrapper .as-menu-toggle:hover {
  background-color: transparent;
  color: var(--theme-color);
}

.as-menu-wrapper .as-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--title-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.as-menu-wrapper.as-body-visible {
  opacity: 1;
  visibility: visible;
}

.as-menu-wrapper.as-body-visible .as-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.as-menu-inner {
  overflow-y: scroll;
  max-height: calc(100vh - 100px);
  padding: 40px 30px;
}

.as-mobile-menu {
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}

.as-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.as-mobile-menu ul li {
  border-bottom: 1px solid var(--border-color);
  list-style-type: none;
}

.as-mobile-menu ul li li:first-child {
  border-top: 1px solid var(--border-color);
}

.as-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
}

.as-mobile-menu ul li.as-active > a {
  color: var(--theme-color);
}

.as-mobile-menu ul li ul li {
  padding-left: 16px;
}

.as-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.as-mobile-menu ul > li:last-child {
  border-bottom: none;
}

.as-mobile-menu ul .as-item-has-children > a .as-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 16px;
  margin-top: -8.5px;
  display: inline-block;
  text-align: right;
  width: 35px;
  color: var(--title-color);
  border-radius: 50%;
}

.as-mobile-menu ul .as-item-has-children > a .as-mean-expand:before {
  content: '\f105';
  font-family: var(--icon-font);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

.as-mobile-menu ul .as-item-has-children.as-active > a .as-mean-expand:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: var(--theme-color);
}

/* Woocommerce Link */
.as-woocommerce-menu {
  padding: 30px 0;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}

.as-woocommerce-menu a {
  display: block;
  color: var(--title-color);
  margin-bottom: 16px;
  position: relative;
}

.as-woocommerce-menu a:last-child {
  margin-bottom: 0;
}

.as-woocommerce-menu a:hover {
  color: var(--theme-color);
}

.as-woocommerce-menu a > i {
  font-size: 18px;
  margin-right: 4px;
  width: 20px;
}

.as-woocommerce-menu .badge {
  top: 5px;
}

/* Dropdown Toggle */
.as-dropdown-menu {
  padding: 30px 0;
  text-align: left;
}

.as-dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.as-dropdown-menu ul > li {
  position: relative;
}

.as-dropdown-menu ul > li > a {
  position: relative;
}

.as-dropdown-menu a {
  color: var(--title-color);
}

.as-dropdown-menu a:hover {
  color: var(--theme-color);
}

.as-menu-toggle {
  width: 50px;
  height: 50px;
  line-height: 1;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 0;
}

.as-menu-toggle.style-text, .as-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 32px;
}

.as-menu-toggle.style-text i, .as-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.as-menu-toggle.style-text-white {
  color: var(--white-color);
}

/* Scrollbar */
.as-menu-inner::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

.as-menu-inner::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.as-menu-inner::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  outline: none;
  border-radius: 10px;
}

/* Style 2 */
.as-menu-wrapper .dropdown-menu {
  padding: 8px 14px !important;
  left: 50% !important;
  top: unset !important;
  bottom: 40px !important;
}

.as-menu-wrapper .dropdown-menu:before {
  bottom: -7px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: unset;
}

.as-menu-wrapper.style2 {
  --border-color: #444;
}

.as-menu-wrapper.style2 .as-menu-area {
  background-color: var(--title-color);
  border-right: none;
}

.as-menu-wrapper.style2 .mobile-logo {
  background-color: var(--title-color);
}

.as-menu-wrapper.style2 .as-menu-toggle {
  color: var(--white-color);
}

.as-menu-wrapper.style2 .as-menu-toggle:hover {
  color: var(--theme-color);
}

.as-menu-wrapper.style2 .as-mobile-menu ul li a {
  color: var(--white-color);
  font-weight: 400;
}

.as-menu-wrapper.style2 .as-mobile-menu ul li a:hover {
  color: var(--theme-color);
}

.as-menu-wrapper.style2 .as-mobile-menu ul li {
  border-color: var(--body-color);
}

.as-menu-wrapper.style2 .as-mobile-menu ul .as-item-has-children > a .as-mean-expand,
.as-menu-wrapper.style2 .as-woocommerce-menu a,
.as-menu-wrapper.style2 .as-dropdown-menu a {
  color: var(--white-color);
}

.as-menu-wrapper.style2 .as-mobile-menu ul .as-item-has-children > a .as-mean-expand:hover,
.as-menu-wrapper.style2 .as-woocommerce-menu a:hover,
.as-menu-wrapper.style2 .as-dropdown-menu a:hover {
  color: var(--theme-color);
}

.as-menu-wrapper.style2 .dropdown-menu {
  border: 1px solid var(--body-color);
  background-color: #000;
}

.as-menu-wrapper.style2 .dropdown-menu:before {
  background-color: #000;
  border-top: 1px solid var(--body-color);
  border-left: 1px solid var(--body-color);
}

@media (max-width: 400px) {
  .as-menu-wrapper .as-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .as-mobile-menu > ul {
    padding: 0 20px;
  }
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  background-color: var(--white-color);
}

.preloader .as-btn {
  padding: 12px 20px;
  border-radius: 0;
  font-size: 14px;
  min-width: auto;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.preloader-inner img {
  display: block;
  margin: 0 auto 15px auto;
}

.loader {
  display: block;
  height: 50px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid transparent;
  border-top-color: var(--theme-color);
  box-shadow: 0 0 5px skyblue;
  border-radius: 50%;
  -webkit-animation: pre_spin 1.5s ease infinite;
  animation: pre_spin 1.5s ease infinite;
}

.loader:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: var(--theme-color);
  box-shadow: 0 0 5px skyblue;
  -webkit-animation: pre_spin_x 1s linear infinite;
  animation: pre_spin_x 1s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: var(--theme-color);
  box-shadow: 0 0 5px skyblue;
  -webkit-animation: pre_spin 1.5s linear infinite;
  animation: pre_spin 1.5s linear infinite;
}

@-webkit-keyframes pre_spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes pre_spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes pre_spin_x {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
}

@keyframes pre_spin_x {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
}

/*------------------- 3.2. Buttons -------------------*/
.as-btn {
  border: none;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 17.5px 21px;
  line-height: 1;
  min-width: 180px;
  display: inline-block;
  text-align: center;
}

.as-btn i {
  margin-left: 5px;
}

.as-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.as-btn.style2 {
  border: 1px solid var(--title-color);
  background-color: transparent;
  color: var(--title-color);
  padding: 13.5px 21px;
  min-width: 160px;
}

.as-btn.style2:hover {
  background-color: var(--white-color);
  border-color: var(--white-color);
}

.as-btn.style3 {
  border: 1px solid var(--white-color);
  background-color: transparent;
  color: var(--white-color);
  padding: 13.5px 21px;
  min-width: 160px;
}

.as-btn.style3:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.as-btn.style4 {
  background-color: var(--title-color);
}

.as-btn.style4:hover {
  background-color: var(--theme-color);
}

.as-btn.style5:hover {
  background-color: var(--white-color);
  color: var(--title-color);
}

.as-btn.style6 {
  background-color: var(--title-color);
}

.as-btn.style6:hover {
  background-color: var(--white-color);
  color: var(--title-color);
}

.as-btn.mask-btn {
  background-color: var(--theme-color);
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.as-btn.mask-btn:before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  z-index: 0;
  opacity: 1;
  visibility: visible;
  background-color: var(--title-color);
  border-radius: inherit;
}

.as-btn.mask-btn .btn-text {
  position: absolute;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--white-color);
  font-weight: inherit;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transition: 0s;
  transition: 0s;
}

.as-btn.mask-btn .btn-text-mask {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: var(--theme-color);
  -webkit-mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png);
          mask: url(https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png);
  -webkit-mask-size: 3000% 100%;
          mask-size: 3000% 100%;
  border: none;
  color: var(--white-color);
  -webkit-animation: maskani2 0.8s steps(29) forwards;
          animation: maskani2 0.8s steps(29) forwards;
  padding: 17.5px 21px;
  display: inline-block;
}

.as-btn.mask-btn .btn-text-mask:hover {
  -webkit-animation: maskani 0.8s steps(29) forwards;
          animation: maskani 0.8s steps(29) forwards;
}

.as-btn.mask-btn.style4 {
  background-color: var(--title-color);
}

.as-btn.mask-btn.style4:before {
  background-color: var(--theme-color);
}

.as-btn.mask-btn.style4 .btn-text {
  color: var(--white-color);
}

.as-btn.mask-btn.style4 .btn-text-mask {
  background-color: var(--title-color);
}

.as-btn.mask-btn.style5:before {
  background-color: var(--white-color);
}

.as-btn.mask-btn.style5 .btn-text {
  color: var(--theme-color);
}

.as-btn.mask-btn.style6:before {
  background-color: var(--white-color);
}

.as-btn.mask-btn.style6 .btn-text {
  color: var(--theme-color);
}

.as-btn.mask-btn.style6 .btn-text-mask {
  background-color: var(--title-color);
}

.icon-btn {
  --btn-size: 40px;
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  background-color: var(--icon-bg, var(--white-color));
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 80px);
  height: var(--icon-size, 80px);
  line-height: var(--icon-size, 80px);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 1.2em;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after, .play-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.link-btn {
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-bottom: 2px;
  margin-bottom: -2px;
  padding-left: 0;
  padding-right: 0;
  color: var(--white-color);
  font-family: var(--body-font);
  border: none;
  background-color: transparent;
}

.link-btn i {
  margin-left: 2px;
}

.link-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1.5px;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.link-btn:hover, .link-btn.active {
  color: var(--theme-color);
}

.link-btn:hover::before, .link-btn.active::before {
  background-color: var(--theme-color);
  width: 100%;
}

.line-btn {
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-bottom: 2px;
  margin-bottom: -2px;
  color: var(--white-color);
  font-family: var(--body-font);
}

.line-btn i {
  margin-left: 2px;
}

.line-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.line-btn:hover {
  color: var(--theme-color);
}

.line-btn:hover::before {
  background-color: var(--theme-color);
  width: 50%;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}

.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.scroll-btn:before {
  content: '';
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: white;
  border-radius: inherit;
  z-index: 1;
}

.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}

.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

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

.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 14px);
  margin-top: -0.14em;
}

.title-line {
  height: 1px;
  width: 100%;
  background-color: var(--border-color);
}

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

/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 40px;
  }
}

/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}

.image-scale-hover img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.image-scale-hover:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

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

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

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

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.after-shape {
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 2;
  width: 100%;
}

.before-shape {
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 2;
  width: 100%;
}

.shape-mockup-wrap {
  z-index: 2;
}

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

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

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 3px 6px 2px 5px;
  border-radius: 50%;
  font-weight: 400;
  top: -12px;
  right: -1px;
}

.as-social {
  --icon-size: 40px;
}

.as-social a {
  display: inline-block;
  width: var(--icon-size);
  height: 40px;
  line-height: 45px;
  background-color: var(--border-color);
  color: var(--body-color);
  font-size: 18px;
  text-align: center;
  margin-right: 5px;
}

.as-social a:last-child {
  margin-right: 0;
}

.as-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.as-social.style2 a {
  border-radius: 50%;
}

.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}

.dropdown-menu.show {
  display: block !important;
}

.check-list ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
}

.check-list li {
  color: var(--body-color);
  font-family: var(--para-font);
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.check-list li:before {
  content: "\f058";
  height: 0;
  width: 0;
  font-weight: 900;
  color: var(--theme-color);
  font-family: var(--icon-font);
  margin-right: 11px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.check-list.style2 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mega-hover {
  position: relative;
  overflow: hidden;
}

.mega-hover:after, .mega-hover:before {
  content: '';
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
}

.mega-hover:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.mega-hover:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}

.mega-hover:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.mega-hover:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.mega-hover2 {
  position: relative;
  overflow: hidden;
}

.mega-hover2:before {
  content: '';
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: skew(45deg);
      -ms-transform: skew(45deg);
          transform: skew(45deg);
}

.mega-hover2:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .after-shape img,
  .before-shape img {
    width: 100%;
    max-height: 90px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .after-shape img,
  .before-shape img {
    width: 100%;
    height: 36px;
    object-fit: cover;
  }
  .before-shape {
    top: -1px;
  }
  .after-shape {
    bottom: -1px;
  }
  .check-list.style2 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .check-list.style2 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-inherit {
  color: inherit;
}

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

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

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

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

[data-overlay] {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.40;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.40;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

.scalein.as-animated {
  --animation-name: scalein;
}

.slidetopleft.as-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.as-animated {
  --animation-name: slidebottomright;
}

.slideinleft.as-animated {
  --animation-name: slideinleft;
}

.slideinright.as-animated {
  --animation-name: slideinright;
}

.slideinup.as-animated {
  --animation-name: slideinup;
}

.slideindown.as-animated {
  --animation-name: slideindown;
}

.rollinleft.as-animated {
  --animation-name: rollinleft;
}

.rollinright.as-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

.as-animated {
  opacity: 1;
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

@keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

@-webkit-keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

@keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
          animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 60px);
            transform: translate(0px, 60px);
  }
  50% {
    -webkit-transform: translate(-60px, 60px);
            transform: translate(-60px, 60px);
  }
  70% {
    -webkit-transform: translate(-60px, 0px);
            transform: translate(-60px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, 60px);
            transform: translate(0px, 60px);
  }
  50% {
    -webkit-transform: translate(-60px, 60px);
            transform: translate(-60px, 60px);
  }
  70% {
    -webkit-transform: translate(-60px, 0px);
            transform: translate(-60px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes maskani {
  from {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
}

@keyframes maskani {
  from {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
}

@-webkit-keyframes maskani2 {
  from {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}

@keyframes maskani2 {
  from {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu > ul,
.widget_nav_menu .menu,
.widget_meta > ul,
.widget_meta .menu,
.widget_pages > ul,
.widget_pages .menu,
.widget_archive > ul,
.widget_archive .menu,
.widget_categories > ul,
.widget_categories .menu,
.wp-block-categories > ul,
.wp-block-categories .menu {
  list-style: none;
  margin: -3px 0 0 0;
  padding: 0;
  padding-left: 0;
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.wp-block-categories ul {
  padding-left: 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
  position: relative;
  display: block;
  font-size: 16px;
  border-bottom: 1px solid var(--smoke-color);
  text-transform: capitalize;
  color: var(--body-color);
  font-weight: 400;
  background-color: transparent;
  line-height: 1.4;
  margin-bottom: 12px;
  padding-bottom: 10px;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.wp-block-categories a:hover {
  color: var(--theme-color);
}

.widget_nav_menu a:hover ~ span,
.widget_meta a:hover ~ span,
.widget_pages a:hover ~ span,
.widget_archive a:hover ~ span,
.widget_categories a:hover ~ span,
.wp-block-categories a:hover ~ span {
  color: var(--title-color);
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li span,
.widget_meta li span,
.widget_pages li span,
.widget_archive li span,
.widget_categories li span,
.wp-block-categories li span {
  position: absolute;
  top: -3px;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children,
.wp-block-categories .children {
  margin-left: 15px;
  margin-top: 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;
}

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

.widget-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 300px;
}

.widget-gallery .gallery-thumb {
  position: relative;
}

.widget-gallery .gallery-thumb img {
  width: 100%;
}

.widget-gallery .gallery-thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--title-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

.widget-gallery .gallery-thumb .icon-thumb {
  font-size: 20px;
  line-height: 14px;
  color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
      -ms-transform: translate(-50%, -50%) scale(0.6);
          transform: translate(-50%, -50%) scale(0.6);
  visibility: hidden;
  opacity: 0;
}

.widget-gallery .gallery-thumb .icon-thumb:hover {
  color: var(--theme-color);
}

.widget-gallery .gallery-thumb:hover .icon-thumb {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.widget-gallery .gallery-thumb:hover:before {
  opacity: 0.7;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.widget_shopping_cart .widget_title {
  margin-bottom: 10px;
  border-bottom: none;
}

.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}

.widget_shopping_cart ul li {
  list-style-type: none;
}

.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 10px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  text-align: left;
}

.widget_shopping_cart .mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
}

.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}

.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--body-color);
}

.widget_shopping_cart .cart_list a.remove:hover {
  color: var(--theme-color);
}

.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 20px;
  border: 1px solid var(--border-color);
}

.widget_shopping_cart .quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  color: var(--theme-color);
}

.widget_shopping_cart .total {
  margin-top: 20px;
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--body-font);
}

.widget_shopping_cart .amount {
  padding-left: 5px;
}

.widget_shopping_cart .as-btn {
  margin-right: 15px;
}

.widget_shopping_cart .as-btn:last-child {
  margin-right: 0;
}

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

.widget {
  margin-bottom: 40px;
  border: 1px solid var(--widget-border-color);
  position: relative;
  background-color: var(--white-color);
}

.widget select,
.widget input {
  color: var(--light-color);
  padding-left: 20px;
  font-size: 16px;
  background-color: var(--input-bg, #f1f3f4);
  border: none;
  height: 60px;
  border-radius: 0;
  width: 100%;
}

.widget select::-moz-placeholder,
.widget input::-moz-placeholder {
  color: var(--light-color);
}

.widget select::-webkit-input-placeholder,
.widget input::-webkit-input-placeholder {
  color: var(--light-color);
}

.widget select:-ms-input-placeholder,
.widget input:-ms-input-placeholder {
  color: var(--light-color);
}

.widget select::-webkit-input-placeholder, .widget input::-webkit-input-placeholder {
  color: var(--light-color);
}

.widget select::-moz-placeholder, .widget input::-moz-placeholder {
  color: var(--light-color);
}

.widget select:-ms-input-placeholder, .widget input:-ms-input-placeholder {
  color: var(--light-color);
}

.widget select::-ms-input-placeholder, .widget input::-ms-input-placeholder {
  color: var(--light-color);
}

.widget select::placeholder,
.widget input::placeholder {
  color: var(--light-color);
}

.widget_title {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: -0.13em;
  padding-bottom: 0px;
  font-weight: 700;
  display: inline-block;
  border-bottom: 2px solid var(--theme-color);
}

.widget .search-form {
  position: relative;
}

.widget .search-form input {
  padding-right: 50px;
}

.widget .search-form button {
  text-align: center;
  padding: 0;
  color: var(--title-color);
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0px;
  line-height: 1;
  height: 30px;
  top: 15px;
  padding: 0 20px;
  border-left: 1px solid var(--gray-color);
}

.widget .search-form button:hover {
  color: var(--theme-color);
}

.wp-block-tag-cloud,
.tagcloud {
  display: inline-block;
  margin-bottom: -5px;
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1;
  padding: 10px;
  color: var(--body-color);
  background-color: var(--tag-bg, #f1f3f4);
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}

.widget .tagcloud a:not(:hover) {
  background-color: #f1f3f4;
}

.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--smoke-color);
}

.recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-post .post-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 7px;
}

.recent-post .media-img {
  margin-right: 15px;
  width: 80px;
}

.recent-post .recent-post-meta {
  line-height: 1.2;
}

.recent-post .recent-post-meta a {
  margin-right: 15px;
  font-size: 14px;
  color: var(--body-color);
}

.recent-post .recent-post-meta a i {
  margin-right: 8px;
  font-size: 0.9rem;
}

.recent-post .recent-post-meta a:last-child {
  margin-right: 0;
}

.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}

.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}

.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}

.sidebar-area .wp-block-group__inner-container h2 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}

.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}

.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    margin-top: 30px;
  }
  .widget_title {
    font-size: 22px;
  }
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}

.footer-widget .widget_title {
  position: relative;
  border-left: none;
  font-family: var(--title-font);
  padding: 0;
  padding-bottom: 10px;
  margin-top: -0.15em;
  margin-bottom: 32px;
  border-bottom: none;
}

.footer-widget .widget_title:after {
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
}

.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}

.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin: -13px 0 0 0;
}

.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: 39px;
}

.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: 10px;
  padding-left: 17px;
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  font-family: var(--para-font);
  color: var(--body-color);
  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: var(--theme-color);
}

.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: "\f054";
  font-family: var(--icon-font);
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  top: 2px;
  left: 0;
}

.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 li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-widget.widget-gallery {
  max-width: 260px;
}

.as-widget-about {
  max-width: 300px;
}

.as-widget-about .about-logo {
  margin-top: -11px;
  margin-bottom: 21px;
}

.as-widget-about .about-text {
  margin-bottom: 23px;
}

.footer-social a {
  color: var(--body-color);
  font-size: 20px;
  margin-right: 25px;
}

.footer-social a:hover {
  color: var(--theme-color);
}

.footer-social a:last-of-type {
  margin-right: 0;
}

.as-widget-contact {
  max-width: 290px;
  margin-top: -4px;
}

.footer-info {
  position: relative;
  padding-left: 30px;
  margin-bottom: 13px;
}

.footer-info i {
  color: var(--theme-color);
  font-size: 20px;
  position: absolute;
  top: 5px;
  left: 0;
}

.as-widget-schedule {
  margin-top: -0.25em;
}

.as-widget-schedule .footer-info {
  padding-left: 0;
}

.footer-table {
  margin-top: -10px;
  border: none;
  font-family: var(--para-font);
}

.footer-table th, .footer-table td {
  border: none;
  padding: 3.5px 0;
  font-size: 16px;
}

.footer-table th {
  padding-right: 13px;
  font-weight: 500;
}

.as-widget-newsletter {
  max-width: 420px;
  margin-top: -0.35em;
}

.as-widget-newsletter .newsletter-form .form-control {
  height: 50px;
  font-weight: 400;
}

.as-widget-newsletter .newsletter-form .as-btn {
  height: 50px;
  min-width: 114px;
  font-size: 16px;
}

.as-widget-newsletter .newsletter-form .as-btn .btn-text-mask {
  padding: 17px 21px;
}

.as-widget-newsletter .newsletter-text {
  margin-bottom: 30px;
}

.as-widget-newsletter .icon-style .form-control {
  height: 40px;
}

.as-widget-newsletter .icon-style .as-btn {
  height: 40px;
  min-width: 40px;
  width: 40px;
  padding: 0;
}

.as-widget-newsletter .icon-style .as-btn i {
  margin-left: 0;
}

.footer-layout3 .footer-widget .widget_title,
.footer-layout5 .footer-widget .widget_title {
  color: var(--white-color);
}

.footer-layout3 .footer-widget.widget_meta a, .footer-layout3 .footer-widget.widget_pages a, .footer-layout3 .footer-widget.widget_archive a, .footer-layout3 .footer-widget.widget_categories a, .footer-layout3 .footer-widget.widget_nav_menu a,
.footer-layout5 .footer-widget.widget_meta a,
.footer-layout5 .footer-widget.widget_pages a,
.footer-layout5 .footer-widget.widget_archive a,
.footer-layout5 .footer-widget.widget_categories a,
.footer-layout5 .footer-widget.widget_nav_menu a {
  color: var(--white-color);
}

.footer-layout3 .footer-widget.widget_meta a:hover, .footer-layout3 .footer-widget.widget_pages a:hover, .footer-layout3 .footer-widget.widget_archive a:hover, .footer-layout3 .footer-widget.widget_categories a:hover, .footer-layout3 .footer-widget.widget_nav_menu a:hover,
.footer-layout5 .footer-widget.widget_meta a:hover,
.footer-layout5 .footer-widget.widget_pages a:hover,
.footer-layout5 .footer-widget.widget_archive a:hover,
.footer-layout5 .footer-widget.widget_categories a:hover,
.footer-layout5 .footer-widget.widget_nav_menu a:hover {
  color: var(--theme-color);
}

.footer-layout3 .footer-widget.widget_meta li > span, .footer-layout3 .footer-widget.widget_pages li > span, .footer-layout3 .footer-widget.widget_archive li > span, .footer-layout3 .footer-widget.widget_categories li > span, .footer-layout3 .footer-widget.widget_nav_menu li > span,
.footer-layout5 .footer-widget.widget_meta li > span,
.footer-layout5 .footer-widget.widget_pages li > span,
.footer-layout5 .footer-widget.widget_archive li > span,
.footer-layout5 .footer-widget.widget_categories li > span,
.footer-layout5 .footer-widget.widget_nav_menu li > span {
  color: var(--white-color);
}

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

.footer-layout3 p,
.footer-layout5 p {
  color: var(--white-color);
}

.footer-layout3 .footer-table th, .footer-layout3 .footer-table td,
.footer-layout5 .footer-table th,
.footer-layout5 .footer-table td {
  color: var(--white-color);
}

.footer-layout3 .as-btn:hover,
.footer-layout5 .as-btn:hover {
  background-color: var(--smoke-color);
  color: var(--theme-color);
}

.footer-layout3 .as-social a,
.footer-layout5 .as-social a {
  background-color: var(--white-color);
}

.footer-layout3 .as-social a:hover,
.footer-layout5 .as-social a:hover {
  background-color: var(--theme-color);
}

.footer-layout3 .footer-info a:hover,
.footer-layout5 .footer-info a:hover {
  color: var(--white-color);
}

@media (max-width: 1350px) {
  .footer-layout2 .as-widget-newsletter {
    max-width: 380px;
  }
  .footer-layout3 .as-widget-newsletter {
    max-width: 280px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-layout2 .as-widget-contact {
    max-width: 230px;
  }
  .footer-layout2 .as-widget-newsletter {
    max-width: 280px;
  }
  .footer-layout3 .as-widget-newsletter {
    max-width: 360px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .as-widget-schedule .footer-info:last-of-type {
    margin-top: 25px;
  }
  .footer-layout2 .as-widget-contact {
    max-width: 290px;
  }
  .footer-layout2 .as-widget-newsletter {
    max-width: 300px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .as-widget-schedule .footer-info:last-of-type {
    margin-top: 15px;
  }
}

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

.menu-area {
  position: relative;
}

.menu-area .container {
  position: relative;
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  z-index: 20;
}

.will-sticky .sticky-active.active {
  top: 0;
}

.header-top {
  background-color: var(--title-color);
  color: var(--white-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-notice {
  margin-bottom: 0;
  color: var(--white-color);
}

.header-notice i {
  color: var(--theme-color);
  margin-right: 5px;
}

.header-links > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-links > ul > li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

.header-links > ul > li:after {
  content: "";
  height: 16px;
  width: 1px;
  background-color: #8C8C8C;
  position: absolute;
  left: 100%;
  top: 6px;
}

.header-links > ul > li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header-links > ul > li:last-child:after {
  display: none;
}

.header-links a {
  font-family: var(--para-font);
  color: var(--white-color);
}

.header-links a:hover {
  color: var(--theme-color);
}

.dropdown-toggle::after {
  content: '\f107';
  border: none;
  font-family: var(--icon-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
}

.dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 20px) !important;
  left: calc(50% - 10px) !important;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--border-color);
}

.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}

.dropdown-menu li:after {
  display: none;
}

.dropdown-menu li a {
  display: block;
}

.dropdown-menu a {
  color: var(--body-color);
}

.dropdown-menu a:hover {
  color: var(--theme-color);
}

.dropdown-menu:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}

.header-social a {
  margin-right: 10px;
}

.header-social a:last-of-type {
  margin-right: 0;
}

.header-button > a,
.header-button > button {
  background-color: transparent;
  color: var(--title-color);
  border: none;
  line-height: 1;
  margin-right: 20px;
  padding: 0;
  position: relative;
}

.header-button > a:hover,
.header-button > button:hover {
  color: var(--theme-color);
}

.header-button > a:last-child,
.header-button > button:last-child {
  margin-right: 0;
}

.header-button i {
  font-size: 20px;
}

.header-button .has-badge {
  padding-right: 11px;
}

.product-search {
  position: relative;
}

.product-search .form-control {
  height: 50px;
  background-color: var(--white-color);
  border: none;
  padding: 0 20px;
  width: 312px;
}

.product-search button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 0;
  height: 30px;
  border-left: 1px solid var(--theme-color);
  padding: 0 15px;
  color: var(--theme-color);
  line-height: 1;
}

.product-search button:hover {
  color: var(--title-color);
}

.product-search.style2 .form-control {
  background-color: var(--smoke-color);
  border: 1px solid var(--border-color);
  width: 100%;
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: var(--title-color);
}

.main-menu a:hover {
  color: var(--theme-color);
}

.main-menu > ul > li {
  margin: 0 15px;
}

.main-menu > ul > li > a {
  padding: 36px 0;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li.menu-item-has-children > a:after {
  content: '\f107';
  position: relative;
  font-family: var(--icon-font);
  margin-left: 6px;
  top: 2px;
  font-size: 1rem;
}

.main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu ul li:first-child {
  margin-left: 0;
}

.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 999;
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: 9;
  border-bottom: 3px solid var(--theme-color);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}

.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}

.main-menu ul.sub-menu:before {
  content: '';
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 60px);
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 3px;
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
}

.main-menu ul.sub-menu li a:before {
  content: '\f111';
  position: absolute;
  top: 2.35em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--theme-color);
  font-weight: 700;
  background-color: var(--white-color);
  box-shadow: inset 0px 2px 4px 0px rgba(173, 136, 88, 0.4);
}

.main-menu ul.sub-menu li a:hover {
  color: var(--theme-color);
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.main-menu .mega-menu-wrap {
  position: static;
}

.main-menu ul.mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.main-menu ul.mega-menu li li {
  padding: 4px 0;
}

.main-menu ul.mega-menu li a {
  display: inline-block;
}

.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}

.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

/* Style 2 */
.header-layout2 {
  --main-container: 1726px;
  position: relative;
}

/* Style 5 */
.header-layout5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header-layout5 .header-top {
  background-color: transparent;
}

.header-layout5 .header-links > ul > li:after {
  background-color: var(--white-color);
}

.header-layout5 .menu-area,
.header-layout5 .menu-top {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.header-layout5 .menu-area {
  background-color: var(--white-color);
}

.header-layout5 .menu-top {
  background-color: var(--smoke-color);
  padding-top: 18px;
  padding-bottom: 18px;
}

.header-layout5 .main-menu > ul > li > a {
  padding: 15px 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .header-links > ul > li:nth-child(4) {
    display: none;
  }
  .header-links > ul > li:nth-child(3) {
    margin-right: 0;
    padding-right: 0;
  }
  .header-links > ul > li:nth-child(3):after {
    display: none;
  }
  .product-search .form-control {
    width: 280px;
  }
  .header-layout5 {
    position: relative;
    background-color: var(--title-color);
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout4 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .header-notice {
    font-size: 14px;
  }
  .header-links > ul > li {
    font-size: 14px;
    padding-right: 12px;
    margin-right: 12px;
  }
  .dropdown-menu li {
    font-size: 14px;
  }
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  position: relative;
}

.widget-area {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-copyright {
  border-top: 1px solid var(--border-color);
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-copyright.bg-title {
  color: var(--white-color);
}

.footer-copyright.bg-title .copyright {
  color: var(--white-color);
}

.footer-copyright.bg-title a:hover {
  color: var(--light-color);
}

.copyright {
  margin-bottom: 0;
}

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

.footer-top > .row {
  --bs-gutter-y: 20px;
}

/* Footer Layout 1 */
.footer-layout1 .footer-top {
  padding-top: var(--section-space);
  border-bottom: 1px solid rgba(21, 26, 50, 0.1);
}

/* Footer Layout 2 */
.footer-layout2 .footer-inner {
  background-color: var(--smoke-color);
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

.footer-layout2 .footer-top {
  border-bottom: 1px solid var(--border-color);
}

.footer-layout2 .footer-copyright {
  border-top: none;
  padding-top: 60px;
  padding-bottom: 23px;
  margin-top: -37px;
  color: var(--white-color);
  background-color: var(--title-color);
  z-index: 1;
}

.footer-layout2 .footer-copyright .copyright {
  color: var(--white-color);
}

.footer-layout2 .footer-copyright a:hover {
  color: var(--light-color);
}

.footer-layout3 .footer-top {
  border-bottom: 1px solid var(--border-color);
}

.footer-layout3 .footer-copyright {
  color: var(--white-color);
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  position: relative;
  border-top: none;
}

.footer-layout3 .footer-copyright .copyright {
  color: var(--white-color);
}

.footer-layout3 .footer-copyright a:hover {
  color: var(--white-color);
}

.footer-layout3 .as-social a {
  background-color: var(--white-color);
}

.footer-layout3 .as-social a:hover {
  background-color: var(--theme-color);
}

/* Footer Style 4 */
.footer-layout4 {
  background-color: var(--title-color);
}

.footer-layout4 .footer-copyright {
  border-top: none;
  padding-top: 28px;
  padding-bottom: 0;
}

.footer-layout4 .footer-logo {
  margin-bottom: 37px;
}

.footer-layout4 .as-social {
  margin-top: 40px;
}

.footer-layout4 .as-social a {
  background-color: var(--white-color);
}

.footer-layout4 .as-social a:hover {
  background-color: var(--theme-color);
}

.footer-layout4 .copyright {
  color: var(--white-color);
  margin-bottom: -0.5em;
}

.footer-layout4 .copyright a:hover {
  color: var(--light-color);
}

.footer-menu {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #4F4F4F;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.footer-menu a:hover {
  color: var(--theme-color);
}

.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-menu ul li {
  margin: 0 12px;
  display: inline-block;
}

.footer-menu ul li a {
  display: inline-block;
  padding: 7px 0;
}

/* Footer Style 5 */
.footer-layout5 {
  background-color: var(--title-color);
  padding-top: 30px;
}

.footer-layout5 .widget-area {
  padding-top: 100px;
  padding-bottom: 50px;
}

.footer-layout5 .as-widget-newsletter {
  max-width: 300px;
}

.footer-layout5 .footer-copyright {
  border-top: none;
  background-color: var(--black-color);
}

.footer-layout5 .footer-copyright a:hover {
  color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-top {
    padding-top: 80px;
  }
  .widget-area {
    padding-bottom: 30px;
  }
  .footer-layout5 {
    padding-top: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .widget-area {
    padding-bottom: 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-top {
    text-align: center;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .footer-top {
    padding-top: 50px;
  }
  .footer-layout4 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .footer-layout4 .footer-logo {
    margin-bottom: 27px;
  }
  .footer-layout4 .as-social {
    margin-top: 35px;
  }
  .footer-layout4 .footer-copyright {
    padding-top: 25px;
  }
  .footer-menu ul li {
    margin: 0px 6px;
  }
  .footer-menu ul li a {
    padding: 4px 0;
  }
  .footer-layout2 .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-layout5 .widget-area {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-wrapper {
  z-index: 2;
  background-color: var(--title-color);
}

.breadcumb-wrapper[data-overlay]::before {
  z-index: -1;
}

.breadcumb-content {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}

.breadcumb-menu {
  max-width: 100%;
  margin: 32px 0 -0.6em 0;
  padding: 0;
  list-style-type: none;
}

.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 5px;
  list-style: none;
  position: relative;
}

.breadcumb-menu li:after {
  content: '/';
  margin-left: 10px;
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcumb-menu li:last-child:after {
  display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
  font-family: var(--para-font);
}

.breadcumb-menu li i,
.breadcumb-menu a i,
.breadcumb-menu span i {
  margin-right: 10px;
  font-size: 1.2rem;
  position: relative;
  top: -1px;
}

.breadcumb-menu a:hover {
  color: var(--theme-color);
}

.breadcumb-title {
  font-size: 48px;
  font-weight: bold;
  margin: -0.1em 0 -0.37em 0;
  line-height: 1.2;
  color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-content {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .breadcumb-title {
    font-size: 42px;
  }
  .breadcumb-menu {
    margin: 26px 0 -0.6em 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-content {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 36px;
  }
  .breadcumb-menu {
    margin: 20px 0 -0.6em 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 32px;
  }
  .breadcumb-content {
    padding-top: var(--section-space-tablet);
    padding-bottom: var(--section-space-tablet);
  }
}

/*------------------- 4.5. Pagination  -------------------*/
.as-pagination ul {
  margin: 0;
  padding: 0;
}

.as-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}

.as-pagination li:last-child {
  margin-right: 0;
}

.as-pagination li:first-child {
  margin-left: 0;
}

.as-pagination span,
.as-pagination a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: var(--body-color);
  text-align: center;
  position: relative;
  border: 1px solid var(--border-color);
  z-index: 1;
  font-weight: 500;
}

.as-pagination span i,
.as-pagination a i {
  position: relative;
  top: 0;
}

.as-pagination span.active, .as-pagination span:hover,
.as-pagination a.active,
.as-pagination a:hover {
  color: var(--white-color);
  background-color: var(--title-color);
  border-color: transparent;
}

.as-pagination .prev,
.as-pagination .next {
  width: auto;
  padding: 0 13px;
}

/* Extra small devices */
@media (max-width: 575px) {
  .as-pagination .prev,
  .as-pagination .next {
    padding: 0 10px;
  }
}

/*------------------- 4.6. Blog  -------------------*/
.blog-card {
  box-shadow: 0px 5px 14px rgba(17, 22, 30, 0.08);
  position: relative;
}

.blog-card .blog-img {
  padding: 35px;
  background-color: transparent;
}

.blog-card .blog-title {
  margin-top: -0.17em;
  margin-bottom: 6px;
  font-size: 26px;
}

.blog-card .read-btn {
  color: var(--title-color);
  line-height: 1;
  font-weight: 600;
}

.blog-card .read-btn:hover {
  color: var(--theme-color);
}

.blog-card .blog-content {
  margin-bottom: -0.65em;
  padding: 0 35px 35px 35px;
}

.blog-card .blog-text {
  margin-bottom: 2px;
}

.blog-card .blog-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 35px;
  border-top: 1px solid #ececec;
}

.blog-card .blog-date {
  color: var(--title-color);
  font-weight: 500;
}

.blog-card .blog-date i {
  color: var(--theme-color);
  margin-right: 7px;
}

.blog-card .blog-date:hover {
  color: var(--theme-color);
}

.blog-grid {
  text-align: center;
}

.blog-grid .blog-content {
  padding: 23px 20px 2px 20px;
}

.blog-grid .blog-date {
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 10px;
}

.blog-grid .blog-date i {
  margin-right: 5px;
}

.blog-grid .blog-date:hover {
  color: var(--white-color);
}

.blog-grid .blog-title {
  color: var(--white-color);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.42;
}

.blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-box {
  box-shadow: 0px 5px 30px rgba(17, 22, 30, 0.08);
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.blog-box .blog-content {
  padding: 30px 35px 25px 35px;
}

.blog-box .blog-title {
  margin-bottom: 7px;
  font-size: 24px;
  line-height: 1.42;
}

.blog-box .blog-text {
  margin-bottom: 18px;
}

.blog-box .link-btn {
  color: var(--body-color);
}

.blog-box .link-btn:before {
  bottom: 2px;
}

.blog-box .link-btn:hover {
  color: var(--theme-color);
}

.blog-box .blog-meta {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-box .blog-meta a,
.blog-box .blog-meta span {
  background-color: rgba(68, 68, 68, 0.4);
  color: var(--white-color);
  padding: 6px 15px;
}

.blog-box .blog-meta a:hover,
.blog-box .blog-meta span:hover {
  background-color: rgba(68, 68, 68, 0.8);
  color: var(--white-color);
}

.as-blog .blog-audio {
  line-height: 1px;
}

.blog-img {
  overflow: hidden;
  display: block;
  background-color: var(--smoke-color);
}

.blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.wp-block-quote,
blockquote.wp-block-quote,
blockquote {
  font-size: 16px;
  font-family: var(--para-font);
  padding: 45px 45px 37px 45px;
  font-weight: 500;
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 30px 0;
  color: var(--body-color);
  border-radius: 0;
  border-left: 4px solid var(--theme-color);
}

.wp-block-quote p,
.wp-block-quote pre,
blockquote.wp-block-quote p,
blockquote.wp-block-quote pre,
blockquote p,
blockquote pre {
  font-size: inherit;
  font-family: inherit;
  font-style: italic;
  margin-bottom: 0 !important;
  line-height: inherit;
  margin-top: -0.37em !important;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
}

.wp-block-quote:before,
blockquote.wp-block-quote:before,
blockquote:before {
  content: "";
  position: absolute;
  right: 45px;
  bottom: 37px;
  height: 30px;
  width: 40px;
  background-color: rgba(68, 68, 68, 0.2);
  -webkit-clip-path: path("M0 0V30L15 15V0H0ZM25 0V30L40 15V0H25Z");
          clip-path: path("M0 0V30L15 15V0H0ZM25 0V30L40 15V0H25Z");
}

.wp-block-quote p,
blockquote.wp-block-quote p,
blockquote p {
  margin-bottom: 0;
}

.wp-block-quote p a,
blockquote.wp-block-quote p a,
blockquote p a {
  color: inherit;
}

.wp-block-quote cite,
blockquote.wp-block-quote cite,
blockquote cite {
  display: inline-block;
  font-size: 18px;
  position: relative;
  border-color: inherit;
  line-height: 1;
  font-weight: 500;
  margin-top: 20px;
  padding-left: 15px;
  font-style: normal;
  font-family: var(--body-font);
  padding-left: 30px;
  margin-left: 10px;
  color: var(--title-color);
}

.wp-block-quote cite:before,
blockquote.wp-block-quote cite:before,
blockquote cite:before {
  content: "";
  height: 2px;
  width: 30px;
  background-color: var(--title-color);
  position: absolute;
  bottom: 9px;
  left: -10px;
}

.wp-block-quote code,
blockquote.wp-block-quote code,
blockquote code {
  color: var(--title-color);
}

.wp-block-quote.style-left-icon,
blockquote.wp-block-quote.style-left-icon,
blockquote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  border-radius: 0;
  padding: 60px 60px 55px;
  padding-left: 160px;
}

.wp-block-quote.style-left-icon:before,
blockquote.wp-block-quote.style-left-icon:before,
blockquote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none;
}

.wp-block-quote.style-left-icon cite,
blockquote.wp-block-quote.style-left-icon cite,
blockquote.style-left-icon cite {
  color: var(--title-color);
}

.wp-block-quote.style-left-icon cite:before,
blockquote.wp-block-quote.style-left-icon cite:before,
blockquote.style-left-icon cite:before {
  background-color: var(--title-color);
  bottom: 8px;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
blockquote.is-large,
blockquote.is-style-large {
  padding: 70px 70px 57px 70px;
}

.wp-block-quote.is-large cite:before, .wp-block-quote.is-style-large cite:before,
blockquote.wp-block-quote.is-large cite:before,
blockquote.wp-block-quote.is-style-large cite:before,
blockquote.is-large cite:before,
blockquote.is-style-large cite:before {
  bottom: 12px;
}

.wp-block-quote.has-text-align-right,
blockquote.wp-block-quote.has-text-align-right,
blockquote.has-text-align-right {
  padding: 70px 70px 57px 70px;
}

.wp-block-quote.has-text-align-right:before,
blockquote.wp-block-quote.has-text-align-right:before,
blockquote.has-text-align-right:before {
  right: unset;
  left: 55px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wp-block-quote.has-very-dark-gray-color, .wp-block-quote.has-light-gray-color,
blockquote.wp-block-quote.has-very-dark-gray-color,
blockquote.wp-block-quote.has-light-gray-color,
blockquote.has-very-dark-gray-color,
blockquote.has-light-gray-color {
  color: var(--white-color) !important;
}

.wp-block-column .wp-block-quote,
.wp-block-column blockquote.wp-block-quote,
.wp-block-column blockquote {
  padding-left: 30px;
  padding-right: 30px;
}

.wp-block-pullquote {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--white-color);
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 18px;
  font-size: 16px;
  color: var(--body-color);
}

.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}

.blog-meta span i,
.blog-meta a i {
  margin-right: 8px;
  color: inherit;
  font-size: 16px;
}

.blog-meta span:hover,
.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-meta span a::before {
  content: ",";
  margin-right: 5px;
  color: var(--body-color) !important;
}

.blog-meta span a:first-of-type::before {
  content: "";
}

.blog-category {
  margin-bottom: -10px;
}

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

.blog-category a:hover {
  background-color: var(--white-color);
  color: var(--body-color);
  border-color: var(--theme-color);
}

.blog-title a {
  color: inherit;
}

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

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

.blog-author {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px;
  position: relative;
  background-color: var(--smoke-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-author .author-degi {
  margin-bottom: 5px;
  color: var(--theme-color);
  font-weight: 400;
  font-size: 16px;
}

.blog-author .media-img {
  display: inline-block;
  background-color: #e4e4e4;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.blog-author .author-name {
  margin-bottom: 0px;
  color: var(--title-color);
  margin-top: -0.19em;
  font-size: 24px;
}

.blog-author .author-name a {
  color: inherit;
}

.blog-author .author-name a:hover {
  color: var(--theme-color);
}

.blog-author .author-text {
  margin-top: 15px;
  margin-bottom: -0.5em;
}

.blog-single {
  margin-bottom: 40px;
  box-shadow: 0px 5px 30px rgba(17, 22, 30, 0.08);
}

.blog-single .blog-img,
.blog-single .blog-audio {
  overflow: hidden;
  position: relative;
}

.blog-single .blog-audio {
  line-height: 1;
  aspect-ratio: 16/9.24;
}

.blog-single .blog-audio iframe {
  height: 100%;
}

.blog-single .blog-content {
  padding: 40px 40px 30px 40px;
}

.blog-single .blog-title {
  font-size: 36px;
  line-height: 1.3;
  color: var(--title-color);
  margin-bottom: 7px;
}

.blog-single .blog-title a {
  color: inherit;
}

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

.blog-single .blog-meta {
  margin-bottom: 6px;
  margin-top: -0.35em;
}

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

.blog-single .blog-img .slick-arrow {
  position: absolute;
  left: 40px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.blog-single .blog-img .slick-arrow.slick-next {
  left: auto;
  right: 40px;
}

.blog-single .blog-img .play-btn {
  --icon-size: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}

.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.blog-single .link-btn {
  color: var(--body-color);
}

.blog-single .link-btn:before {
  bottom: 2px;
}

.blog-single .link-btn:hover {
  color: var(--theme-color);
}

.result-showing .progress {
  height: 2px;
  background-color: #f1f1f1;
  border-radius: 0;
}

.result-showing .progress-bar {
  background-color: var(--title-color);
}

.result-showing_text {
  display: inline-block;
  margin-bottom: 10px;
}

.share-links {
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--border-color);
}

.share-links-title {
  font-size: 20px;
  color: var(--title-color);
  margin-right: 12px;
  font-family: var(--title-font);
  font-weight: 600;
  margin-top: 0;
}

.social-links {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: -0.05em;
  display: inline-block;
}

.social-links li {
  display: inline-block;
  margin-right: 10px;
}

.social-links li:last-child {
  margin-right: 0;
}

.social-links a {
  color: var(--body-color);
}

.social-links a:hover {
  color: var(--theme-color);
}

.blog-details .blog-single {
  position: relative;
  box-shadow: none;
}

.blog-details .blog-img,
.blog-details .blog-audio {
  margin: 0;
  overflow: hidden;
  margin-bottom: 40px;
}

.blog-details .blog-title {
  font-size: 36px;
  margin-bottom: 18px;
}

.blog-details .blog-meta {
  margin-bottom: 5px;
  margin-top: -0.25em;
}

.blog-details .blog-meta > span,
.blog-details .blog-meta > a {
  margin-right: 22px;
  font-size: 16px;
}

.blog-details .blog-meta > span:last-child,
.blog-details .blog-meta > a:last-child {
  margin-right: 0;
}

.blog-details .blog-meta span a {
  margin-right: 0;
  font-size: inherit;
}

.blog-details .blog-meta span:hover {
  color: var(--body-color);
}

.blog-details .blog-meta a:hover {
  color: var(--theme-color);
}

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

.blog-details .multi-social {
  --icon-size: 35px;
  margin-bottom: 0;
  padding-left: 0;
}

.blog-details .multi-social li {
  display: inline-block;
}

.blog-details .multi-social a {
  margin-left: 5px;
  font-size: 14px;
}

.blog-inner-list ul {
  list-style: none;
  padding-left: 30px;
}

.blog-inner-list ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
}

.blog-inner-list ul li:before {
  content: "\f00c";
  font-family: var(--icon-font);
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-inner-list ul li:last-child {
  margin-bottom: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single .blog-title {
    font-size: 32px;
  }
  .blog-grid .blog-title {
    font-size: 22px;
  }
  .blog-box .blog-title {
    font-size: 22px;
  }
  .blog-author {
    padding: 30px;
  }
  .blog-author .author-name {
    font-size: 22px;
  }
  .wp-block-quote,
  blockquote.wp-block-quote,
  blockquote {
    padding: 45px 20px 37px 20px;
  }
  .wp-block-quote:before,
  blockquote.wp-block-quote:before,
  blockquote:before {
    right: 20px;
  }
  .wp-block-quote.style-left-icon,
  blockquote.wp-block-quote.style-left-icon,
  blockquote.style-left-icon {
    padding-left: 40px;
  }
  .wp-block-quote.style-left-icon:before,
  blockquote.wp-block-quote.style-left-icon:before,
  blockquote.style-left-icon:before {
    left: unset;
    top: unset;
    right: 20px;
    bottom: 37px;
  }
  .wp-block-quote.has-text-align-right:before,
  blockquote.wp-block-quote.has-text-align-right:before,
  blockquote.has-text-align-right:before {
    right: unset;
    left: 20px;
  }
  .wp-block-quote.is-large cite:before, .wp-block-quote.is-style-large cite:before,
  blockquote.wp-block-quote.is-large cite:before,
  blockquote.wp-block-quote.is-style-large cite:before,
  blockquote.is-large cite:before,
  blockquote.is-style-large cite:before {
    bottom: 8px;
  }
  .blog-details .blog-title {
    font-size: 32px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-card .blog-img {
    padding: 20px 20px 35px 20px;
  }
  .blog-card .blog-title {
    font-size: 22px;
  }
  .blog-card .blog-content {
    padding: 0 20px 35px 20px;
  }
  .blog-card .blog-footer {
    padding: 15px 20px;
  }
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
  }
  .blog-author {
    padding: 30px 30px;
  }
  .blog-author .media-img {
    width: 100px;
    height: 100px;
  }
  .blog-single .blog-title {
    line-height: 1.2;
    font-size: 28px;
  }
  .blog-single .mb-50,
  .blog-single .mb-40 {
    margin-bottom: 30px;
  }
  .blog-details .blog-title {
    font-size: 28px;
  }
  .as-pagination.mt-60 {
    margin-top: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-card .blog-title {
    font-size: 20px;
  }
  .blog-grid .blog-title {
    font-size: 20px;
  }
  .blog-meta span,
  .blog-meta a {
    margin-right: 20px;
    font-size: 16px;
  }
  .blog-meta span:last-child,
  .blog-meta a:last-child {
    margin-right: 0 !important;
  }
  .share-links .row {
    gap: 24px 0;
  }
  .blog-single .blog-content {
    padding: 40px 20px 30px 20px;
  }
  .blog-single .blog-text {
    margin-bottom: 10px;
  }
  .blog-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
  .blog-single .share-links-title {
    margin-bottom: 6px;
  }
  .blog-details .blog-single {
    position: relative;
  }
  .blog-details .blog-img,
  .blog-details .blog-audio {
    margin-bottom: 28px;
  }
  .blog-details .blog-content {
    margin-bottom: 0;
  }
  .blog-details .multi-social {
    --icon-size: 35px;
  }
  .blog-details .multi-social a {
    margin-left: 0;
    margin-right: 5px;
  }
  .blog-details .blog-title {
    font-size: 26px;
  }
  .blog-inner-list ul li {
    padding-left: 28px;
  }
  .blog-author .media-img {
    width: 100px;
    height: 100px;
  }
  .share-links {
    margin-top: 20px;
    padding-bottom: 25px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-single .blog-content {
    padding: 35px 20px;
  }
  .blog-single .blog-title {
    font-size: 24px;
  }
  .blog-single .blog-meta.mb-15 {
    margin-bottom: 5px;
  }
  .blog-single .blog-meta span,
  .blog-single .blog-meta a {
    margin-right: 20px;
    font-size: 14px;
  }
  .blog-inner-list ul {
    padding-left: 0;
  }
  .result-showing {
    max-width: 250px;
    margin-bottom: 30px;
  }
}

/*------------------- 4.7. Comments  -------------------*/
.as-comment-form {
  margin-top: var(--blog-space-y, 60px);
  margin-bottom: 40px;
  padding: 40px 40px;
  position: relative;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
}

.as-comment-form .blog-inner-title {
  margin-bottom: 0px;
}

.as-comment-form .form-title {
  margin-top: -0.35em;
}

.as-comment-form .form-title a#cancel-comment-reply-link {
  font-size: .7em;
  text-decoration: underline;
}

.as-comment-form .form-text {
  margin-bottom: 25px;
}

.as-comments-wrap {
  margin: var(--blog-space-y, 40px) var(--blog-space-x, 0);
}

.as-comments-wrap .description p:last-child {
  margin-bottom: 0;
}

.as-comments-wrap .comment-respond {
  margin: 30px 0;
}

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

.as-comments-wrap blockquote {
  background-color: #eaf8f9;
}

.as-comments-wrap li {
  margin: 0;
}

.as-comments-wrap .as-post-comment {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 40px 0;
  padding-bottom: 40px;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}

.as-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.as-comments-wrap ul.comment-list ul ul,
.as-comments-wrap ul.comment-list ul ol,
.as-comments-wrap ul.comment-list ol ul,
.as-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}

.as-comments-wrap ul.comment-list > .as-comment-item:last-child > .as-post-comment {
  border-bottom: none;
  padding-bottom: 0;
}

.as-comments-wrap ul.comment-list > .as-comment-item:first-child > .as-post-comment {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}

.as-comments-wrap > .comment-list {
  margin-top: -15px !important;
}

.as-comments-wrap .comment-avater {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.as-comments-wrap .comment-avater img {
  width: 100%;
}

.as-comments-wrap .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -5px;
  position: relative;
}

.as-comments-wrap .commented-on {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 400;
  color: var(--body-color);
}

.as-comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
  position: relative;
  top: -1px;
}

.as-comments-wrap .name {
  margin-bottom: 0;
}

.as-comments-wrap .comment-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.as-comments-wrap .text {
  color: #6b6b6b;
  margin-bottom: 0;
}

.as-comments-wrap .text:last-child {
  margin-bottom: 0;
}

.as-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 80px;
}

.as-comments-wrap .reply_and_edit {
  margin-bottom: -0.42em;
  margin-top: 14px;
}

.as-comments-wrap .reply_and_edit a {
  margin-right: 10px;
}

.as-comments-wrap .reply_and_edit a:last-child {
  margin-right: 0;
}

.as-comments-wrap .reply-btn {
  font-weight: 600;
  font-size: 16px;
  color: var(--title-color);
  display: inline-block;
}

.as-comments-wrap .reply-btn i {
  margin-right: 7px;
}

.as-comments-wrap .reply-btn:hover {
  color: var(--theme-color);
}

.as-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  width: 80px;
}

#reviews .as-comments-wrap .name {
  display: inline;
  margin-right: 10px;
}

#reviews .as-comments-wrap .commented-on {
  font-size: 14px;
}

.as-comments-wrap.as-comment-form {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .as-comments-wrap .children {
    margin-left: 40px;
  }
  .comment-respond {
    padding: 30px 30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .as-comments-wrap .as-post-comment {
    display: block;
  }
  .as-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .as-comments-wrap .comment-top {
    display: block;
  }
  .as-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .as-comments-wrap .children {
    margin-left: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .as-comments-wrap .children {
    margin-left: 30px;
  }
  .as-comment-form {
    padding: 40px 20px;
  }
}

/*------------------- 4.8. Hero Area  -------------------*/
.ls-v6 .ls-bottom-nav-wrapper {
  position: absolute;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.ls-gui-element.ls-bottom-nav-wrapper a {
  display: block !important;
  background-color: var(--title-color);
  margin: 18px 0;
  border-color: transparent !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.ls-gui-element.ls-bottom-nav-wrapper a:first-child {
  margin-top: 0;
}

.ls-gui-element.ls-bottom-nav-wrapper a:last-child {
  margin-bottom: 0;
}

.ls-gui-element.ls-bottom-nav-wrapper a.ls-nav-active:hover, .ls-gui-element.ls-bottom-nav-wrapper a.ls-nav-active {
  background-color: var(--theme-color) !important;
}

a.ls-gui-element.ls-nav-prev,
a.ls-gui-element.ls-nav-next {
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  border: 2px solid var(--white-color) !important;
  border-radius: 50%;
  left: var(--space-x, 130px);
}

a.ls-gui-element.ls-nav-prev:after,
a.ls-gui-element.ls-nav-next:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: auto;
  height: auto;
  margin: -7px 0 0 -4.5px;
  left: 50%;
  top: 50%;
  border: none;
  border-right: 7px solid var(--white-color);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

a.ls-gui-element.ls-nav-prev:before,
a.ls-gui-element.ls-nav-next:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -3px;
  display: inline-block;
  width: 82px;
  height: 2px;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a.ls-gui-element.ls-nav-prev:hover,
a.ls-gui-element.ls-nav-next:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

a.ls-gui-element.ls-nav-prev:hover:after,
a.ls-gui-element.ls-nav-next:hover:after {
  border-top-color: transparent !important;
}

a.ls-gui-element.ls-nav-prev:hover:after, a.ls-gui-element.ls-nav-prev:hover:before,
a.ls-gui-element.ls-nav-next:hover:after,
a.ls-gui-element.ls-nav-next:hover:before {
  -webkit-animation: arrow-left ease 1s alternate;
          animation: arrow-left ease 1s alternate;
}

a.ls-gui-element.ls-nav-next {
  left: auto;
  right: var(--space-x, 130px);
}

a.ls-gui-element.ls-nav-next:after {
  left: auto;
  right: 50%;
  margin: -7px -4.5px 0 0;
  border-right: none;
  border-left: 7px solid var(--white-color);
}

a.ls-gui-element.ls-nav-next:before {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -3px;
}

a.ls-gui-element.ls-nav-next:hover:after, a.ls-gui-element.ls-nav-next:hover:before {
  -webkit-animation: arrow-right ease 1s alternate;
          animation: arrow-right ease 1s alternate;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails,
.ls-gui-element {
  height: auto !important;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  top: 75.6% !important;
  left: 11.6%;
  width: auto !important;
  background-color: transparent;
}

.hero-slider-2.ls-v6 .ls-bottom-slidebuttons a {
  margin-left: 0 !important;
  margin-right: 5px !important;
  width: 10px !important;
  height: 6px !important;
  border: none !important;
  background-color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.hero-slider-2.ls-v6 .ls-bottom-slidebuttons a:hover {
  border: none !important;
}

.hero-slider-2.ls-v6 .ls-bottom-slidebuttons a {
  border-radius: 10px;
  border: none !important;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .as-hero-carousel .shape-before,
  .as-hero-carousel .shape-after {
    display: none !important;
  }
}

.ls-arrow {
  padding: 0;
  height: 50px;
  width: 50px;
}

.ls-arrow i {
  font-size: 1.2em;
  text-align: center;
  line-height: 2.1;
  display: block;
}

.ls-arrow .fa-chevron-left {
  padding-right: 3px;
}

.ls-arrow .fa-chevron-right {
  padding-left: 3px;
}

/* Hero 1 */
.hero-slider-1 {
  background-color: var(--smoke-color);
  position: relative;
}

.hero-slider-1 .ls-layer-link {
  position: relative;
}

.hero-slider-1 .ls-layer-link:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.hero-slider-1[data-current-slide="1"] .ls-layer-link[href="#1"]:before {
  opacity: 0.75;
  visibility: visible;
}

.hero-slider-1[data-current-slide="2"] .ls-layer-link[href="#2"]:before {
  opacity: 0.75;
  visibility: visible;
}

.hero-slider-1[data-current-slide="3"] .ls-layer-link[href="#3"]:before {
  opacity: 0.75;
  visibility: visible;
}

/* Hero 2 */
.hero-slider-2 {
  max-width: 1760px !important;
}

.slider-dots button {
  background-color: #fff;
  height: 6px;
  width: 10px;
  display: inline-block;
  font-size: 0px;
  padding: 0;
  border-radius: 99999px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border: none;
}

[data-current-slide="1"] .slider-dots button:nth-child(1) {
  width: 26px;
  background-color: var(--theme-color);
}

[data-current-slide="2"] .slider-dots button {
  background-color: var(--light-color);
}

[data-current-slide="2"] .slider-dots button:nth-child(2) {
  width: 26px;
  background-color: var(--theme-color);
}

[data-current-slide="3"] .slider-dots button:nth-child(3) {
  width: 26px;
  background-color: var(--theme-color);
}

.hero-slider-2[data-current-slide="2"] .slider-dots button:nth-child(2) {
  background-color: var(--title-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .ls-v6 .ls-bottom-nav-wrapper {
    display: none;
  }
  a.ls-gui-element.ls-nav-prev,
  a.ls-gui-element.ls-nav-next {
    display: none;
  }
}

/*------------------- 4.9. Error  -------------------*/
.as-error-wrapper {
  background: -webkit-linear-gradient(342.71deg, #1C293F -0.36%, #161F33 98.58%);
  background: linear-gradient(107.29deg, #1C293F -0.36%, #161F33 98.58%);
}

.error-img {
  text-align: center;
}

.error-img img {
  padding-left: 8%;
}

.error-content {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}

.error-content .error-title,
.error-content .error-text {
  color: var(--white-color);
}

.error-content .error-title {
  margin-top: -1.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.error-content .error-text {
  margin-bottom: 40px;
}

/* Small devices */
@media (max-width: 767px) {
  .error-content .error-text {
    margin-bottom: 30px;
  }
  .error-content .error-title {
    margin-top: 0;
  }
  .error-img img {
    padding-left: 9%;
  }
}

/*------------------- 4.00. Category  -------------------*/
.cat-card {
  position: relative;
  margin-bottom: 30px;
}

.cat-card_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 10px;
}

.cat-card_title {
  margin-top: -0.17em;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}

.cat-card_title a:before, .cat-card_title a:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: var(--theme-color);
  top: 44%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.cat-card_title a:hover:before, .cat-card_title a:hover:after {
  top: -8px;
  visibility: visible;
  opacity: 1;
}

.cat-card_title a:hover:after {
  top: 100%;
}

.cat-card_img img {
  width: 100%;
}

.cat-grid {
  background: -webkit-linear-gradient(327deg, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0.7) 0.01%, rgba(51, 51, 51, 0.8) 100%);
  background: linear-gradient(123deg, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0.7) 0.01%, rgba(51, 51, 51, 0.8) 100%);
  color: var(--white-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 50px;
  margin-bottom: var(--bs-gutter-x);
}

.cat-grid:before {
  background-color: rgba(255, 255, 255, 0.05);
}

.cat-grid:after {
  background-color: rgba(255, 255, 255, 0.1);
}

.cat-grid_content {
  padding-left: 50px;
}

.cat-grid_title, .cat-grid_text {
  color: var(--white-color);
  font-size: 14px;
}

.cat-grid_title {
  margin-bottom: 10px;
  margin-top: -0.08em;
  font-size: 26px;
  font-weight: 600;
}

.cat-grid_text {
  margin-bottom: 13px;
}

.cat-grid_img img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.cat-grid .line-btn {
  font-size: 14px;
  padding-bottom: 0px;
}

.cat-grid .line-btn:before {
  bottom: 3px;
}

/* Style 3 */
.cat-box {
  text-align: center;
}

.cat-box_img {
  background-color: var(--white-color);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

.cat-box_img img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.cat-box_title {
  margin-bottom: 0;
}

.cat-box:hover .cat-box_img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

/* Large devices */
@media (max-width: 1199px) {
  .cat-card_content {
    padding: 30px 10px;
  }
  .cat-grid {
    padding: 15px 20px;
    padding-right: 10px;
  }
  .cat-grid_content {
    padding-left: 20px;
  }
  .cat-grid_title {
    font-size: 24px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .cat-grid_img img {
    height: 227px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .cat-card_title {
    font-size: 18px;
  }
  .cat-grid_img img {
    height: auto;
  }
}

/*------------------- 4.00. Simple sections  -------------------*/
.filter-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
  border: 1px solid #ececec;
  background-color: transparent;
  border-radius: 9999px;
  padding: 8px 21px;
  margin: 0 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}

.filter-btn.active {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.filter-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: none;
  display: block;
}

.filter-menu li {
  display: inline-block;
}

.filter-menu .link-btn {
  margin-right: 35px;
  margin-bottom: 10px;
  font-weight: 400;
}

.filter-menu .link-btn:before {
  bottom: 3px;
}

.filter-menu .link-btn:last-of-type {
  margin-right: 0;
}

.filter-menu.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}

.filter-menu.style2 .filter-btn {
  border-radius: 0;
  white-space: nowrap;
  margin: 0;
  position: relative;
}

.icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

hr.style1 {
  margin: 0;
  padding: 0;
  background-color: var(--border-color);
  opacity: 1;
  position: relative;
  z-index: 2;
}

hr.style2 {
  margin: 0;
  padding: 0;
  background-color: #4F4F4F;
  opacity: 1;
  position: relative;
  z-index: 2;
}

section {
  position: relative;
}

.as-video {
  position: relative;
}

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

.img-half {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.img-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.global-subtitle {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  text-transform: uppercase;
  display: block;
  margin-bottom: 9px;
  margin-top: -0.5rem;
}

.bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.bg-shape img {
  width: 100%;
  height: calc(100% + 30px);
}

.bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.bg-shape-1 img {
  width: 100%;
  height: calc(100% + 42px);
}

.bg-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.bg-shape-2 img {
  width: 100%;
  height: 100%;
}

.shape-top {
  margin-top: -53px;
  z-index: 50;
}

.shape-top.space, .shape-top.space-top {
  padding-top: calc(var(--section-space) + 40px);
}

.slider-box {
  background-color: var(--white-color);
  box-shadow: 0px 5px 30px rgba(17, 22, 30, 0.08);
  padding: 40px 50px 20px 50px;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .img-half img {
    width: 100%;
  }
  .bg-shape img {
    width: 100%;
    height: calc(100% + 50px);
  }
  .bg-shape-1 img {
    width: 100%;
    height: calc(100% + 50px);
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .img-half {
    position: relative;
    width: 100%;
  }
  .bg-shape img {
    object-fit: cover;
  }
  .bg-shape-1 img {
    object-fit: cover;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .filter-menu.style2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bg-shape-2 img {
    object-fit: cover;
    object-position: right bottom;
  }
  .shape-top {
    margin-top: -43px;
  }
  .shape-top.space, .shape-top.space-top {
    padding-top: calc(var(--section-space) + 20px);
  }
  .slider-box {
    padding: 30px 30px 10px 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .filter-btn {
    padding: 5px 17px;
    margin-bottom: 10px;
  }
  .filter-menu .link-btn {
    margin-right: 20px;
  }
  .filter-menu .link-btn:last-of-type {
    margin-right: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .filter-menu .link-btn {
    margin-right: 9px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .filter-menu .link-btn:last-of-type {
    margin-right: 0;
  }
  .filter-menu .link-btn:before {
    display: none;
  }
  .shape-top {
    margin-top: 0;
    z-index: 1;
  }
  .shape-top.space, .shape-top.space-top {
    padding-top: var(--section-space-mobile);
  }
  .bg-shape-2 {
    background-color: var(--title-color);
  }
  .bg-shape-2 img {
    object-fit: cover;
    object-position: left bottom;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .slider-box {
    box-shadow: none;
    padding: 0 12px;
    margin-bottom: -20px;
  }
}

/*------------------- 4.00. Banner  -------------------*/
[class*="banner-style"] {
  position: relative;
}

.banner-style1 {
  padding: 46px 50px 52px 50px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banner-style1 .banner-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color);
  display: block;
  margin-bottom: 12px;
  font-family: var(--title-font);
}

.banner-style1 .banner-title {
  color: var(--white-color);
  margin-bottom: 20px;
}

.banner-style1 .banner-content {
  position: static;
  width: auto;
  height: auto;
}

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

.banner-content {
  position: absolute;
  height: 100%;
  width: 100%;
}

.banner-style2 .banner-content {
  padding: 45px 20px 50px 20px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner-style3 {
  position: relative;
  --space: 20px;
  margin-bottom: var(--bs-gutter-x);
  z-index: 3;
}

.banner-style3:before {
  content: "";
  background-color: var(--title-color);
  opacity: 0.5;
  position: absolute;
  top: var(--space);
  left: var(--space);
  width: calc(100% - var(--space)*2);
  height: calc(100% - var(--space)*2);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  z-index: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.banner-style3 .banner-title {
  color: var(--white-color);
  font-weight: 600;
  margin-bottom: 12px;
}

.banner-style3 .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.banner-style3:hover:before {
  visibility: visible;
  opacity: 0.5;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.banner-style3:hover .banner-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.offer-slider2 {
  box-shadow: 0px 0px 70px rgba(21, 26, 50, 0.08);
  background-color: var(--white-color);
  padding: 40px 40px 60px 40px;
}

.count-wrap {
  background-color: var(--white-color);
  box-shadow: 0px 0px 10px rgba(21, 26, 50, 0.1);
  max-width: 424px;
  text-align: center;
  border-radius: 999999px;
  padding: 16px 0 11px 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
}

.count-wrap.style2 {
  background-color: #1A1B22;
  border: 1px solid var(--theme-color);
  color: var(--white-color);
}

.count-wrap.style2 .counter-list .count-number {
  color: var(--white-color);
}

.banner-style4 .banner-content {
  position: relative;
  padding: 50px;
  max-width: 430px;
}

.banner-style4 .banner-subtitle {
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 10px;
}

.banner-style4 .banner-title {
  font-size: 28px;
}

.banner-style4 .banner-text {
  margin-bottom: 20px;
  font-size: 14px;
}

.banner-style4 .banner-price {
  font-family: var(--body-font);
  margin-bottom: 30px;
}

.banner-style4 .banner-price del {
  margin-left: 10px;
  color: var(--body-color);
}

.banner-style5 {
  text-align: center;
}

.banner-style5 .banner-content {
  top: 0;
  left: 0;
  padding: 40px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banner-style5 .banner-title {
  margin-bottom: 7px;
  color: var(--white-color);
}

.banner-style5 .banner-subtitle {
  color: var(--white-color);
  font-size: 18px;
  font-family: var(--title-font);
  display: block;
  margin-bottom: 5px;
}

.banner-style5 .banner-text {
  color: var(--white-color);
  display: block;
  margin-bottom: 25px;
}

.banner-style6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--bs-gutter-x);
}

.banner-style6 .banner-content {
  position: relative;
  padding: 44px;
  box-shadow: 0px 0px 50px rgba(21, 26, 50, 0.1);
}

.banner-style6 .banner-img img {
  height: 100%;
}

.banner-style6 .banner-subtitle {
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  margin-top: -0.2em;
}

.banner-style6 .banner-title {
  margin-bottom: 8px;
  font-size: 30px;
}

.banner-style6 .banner-text {
  margin-bottom: 25px;
}

.banner-style6.style2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.banner-style7 {
  background-position: left top;
}

.banner-style7 .banner-content {
  position: static;
  padding: 33px 40px 41px 40px;
}

.banner-style7 .banner-subtitle {
  font-family: var(--title-font);
  color: var(--white-color);
  display: inline-block;
  margin-bottom: 5px;
}

.banner-style7 .banner-title {
  color: var(--white-color);
  margin-bottom: 110px;
}

.offer-slider3 {
  border: 1px solid var(--theme-color);
  padding: 40px 58px;
  border-radius: 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .offer-slider2 {
    box-shadow: 0px 0px 70px rgba(21, 26, 50, 0.08);
    background-color: var(--white-color);
    padding: 30px 20px;
  }
  .offer-slider2 .slick-dots {
    margin-top: 20px;
  }
  .banner-style4 .banner-content {
    padding-left: 15px;
    padding-right: 20px;
  }
  .banner-style4 .banner-title {
    font-size: 24px;
  }
  .offer-slider3 {
    padding: 40px 20px;
  }
  .banner-style6 .banner-content {
    padding: 44px 20px;
  }
  .banner-style6 .banner-title {
    font-size: 26px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .banner-style6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .banner-style6 .banner-content {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .banner-style6 .banner-img {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .banner-style6.style2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .count-wrap {
    padding: 12px 0 7px 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .banner-style1 {
    padding: 46px 20px 52px 20px;
  }
  .banner-style2 {
    background-color: #070601;
  }
  .banner-style2 .banner-img {
    text-align: center;
  }
  .banner-style2 .banner-img img {
    width: auto;
  }
  .offer-slider3 {
    border-radius: 10px;
  }
  .banner-style6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .banner-style6 .banner-content {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    text-align: center;
  }
  .banner-style6 .banner-img {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .banner-style6.style2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .banner-style7 .banner-content {
    padding: 33px 20px 40px 20px;
  }
  .banner-style7 .banner-title {
    margin-bottom: 60px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .count-wrap {
    border-radius: 0;
  }
  .banner-style1 {
    text-align: center;
  }
  .banner-style1 .banner-content {
    width: 100%;
  }
  .banner-style1 .line-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .banner-style4 {
    z-index: 2;
  }
  .banner-style4:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;
  }
  .banner-style4 .banner-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    max-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .count-wrap .counter-list .count-number {
    font-size: 18px;
  }
  .count-wrap .counter-list .count-name {
    font-size: 12px;
  }
  .count-wrap .counter-list li:after {
    font-size: 30px;
  }
}

/*------------------- 4.00. Counter  -------------------*/
.counter-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.counter-list li {
  display: inline-block;
  margin-right: 14px;
  padding-right: 32px;
  position: relative;
  text-align: center;
}

.counter-list li:after {
  content: ':';
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 42px;
  font-weight: 700;
  display: inline-block;
  color: var(--theme-color);
}

.counter-list li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.counter-list li:last-child:after {
  display: none;
}

.counter-list .count-number {
  font-size: 24px;
  font-weight: bold;
  color: var(--title-color);
  font-family: var(--title-font);
}

.counter-list .count-name {
  font-size: 16px;
  font-family: var(--title-font);
  font-weight: 400;
}

/* Counter box */
.counter-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: rgba(255, 111, 97, 0.1);
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.counter-icon img {
  -webkit-filter: invert(100%) brightness(0.2);
          filter: invert(100%) brightness(0.2);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.counter-box {
  text-align: center;
  margin-bottom: 30px;
}

.counter-box:hover .counter-icon {
  background-color: var(--smoke-color);
}

.counter-box:hover .counter-icon img {
  -webkit-filter: none;
          filter: none;
}

.counter-title {
  margin-bottom: 0;
  color: var(--theme-color);
  font-weight: 900;
}

.counter-text {
  margin-bottom: -0.5em;
}

/* Medium devices */
@media (max-width: 991px) {
  .counter-icon {
    margin: 0 auto 17px auto;
  }
  .counter-title {
    margin-bottom: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .counter-list li {
    margin-right: 5px;
    padding-right: 20px;
  }
  .counter-list .count-number {
    font-size: 22px;
  }
}

/*------------------- 4.00. Discount  -------------------*/
.discount-img-wrap {
  position: relative;
}

.discount-img-wrap .icon-box {
  position: absolute;
  top: 50%;
  right: -44px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.discount-slider {
  max-width: 590px;
  margin-left: 70px;
}

.discount-content .discount-subtitle {
  display: block;
  font-size: 20px;
  color: var(--body-color);
  font-family: var(--title-font);
  margin-bottom: 4px;
}

.discount-content .discount-title {
  margin-bottom: 10px;
}

.discount-content .discount-text {
  margin-bottom: 18px;
  font-size: 14px;
}

.discount-content .price {
  color: var(--theme-color);
  margin-top: 15px;
  margin-bottom: 14px;
}

.discount-content .price del {
  font-size: 0.85em;
  margin-right: 10px;
  color: #bdbdbd;
}

.discount-content .counter-list {
  margin-bottom: 23px;
}

.discount-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.discount-box .progress {
  background-color: rgba(255, 255, 255, 0.2);
  height: 10px;
  border-radius: 9999px;
  margin-top: 5px;
}

.discount-box .progress-bar {
  background-color: var(--theme-color);
  border-radius: inherit;
}

.discount-box_img img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.discount-box_content {
  padding: 0 45px;
  color: var(--white-color);
}

.discount-box_title, .discount-box_subtitle, .discount-box_text {
  color: var(--white-color);
}

.discount-box_subtitle {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  margin-top: -0.3em;
}

.discount-box_title {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.42;
}

.discount-box_text {
  margin-bottom: 25px;
  font-size: 14px;
}

.discount-box_price {
  color: var(--theme-color);
}

.discount-box_price del {
  color: var(--gray-color);
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
}

.discount-box_sale {
  margin-bottom: 40px;
  font-size: 14px;
}

.discount-style1 {
  text-align: center;
}

.discount-style1 .discount-inner {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.discount-style1 .discount-title,
.discount-style1 .discount-text,
.discount-style1 .discount-subtitle {
  color: var(--white-color);
}

.discount-style1 .discount-subtitle {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: -0.2em;
}

.discount-style1 .discount-title {
  margin-bottom: 15px;
  font-size: 30px;
}

.discount-style1 .discount-price {
  font-size: 30px;
  font-weight: bold;
  color: var(--theme-color);
  margin-bottom: 10px;
}

.discount-style1 .discount-price del {
  font-size: 0.8em;
  color: var(--gray-color);
  font-weight: 500;
  margin-left: 20px;
}

.discount-style1 .discount-text {
  margin-bottom: 30px;
}

.discount-style1 .product-rating {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
  margin-bottom: 20px;
  font-size: 12px;
}

.discount-style1 .woocommerce-review-link {
  color: var(--white-color) !important;
}

.timer-roll {
  background-color: #fff;
  padding: 40px 0;
  margin-top: 50px;
  position: relative;
}

.timer-roll .count-wrap {
  box-shadow: none;
  padding: 0;
  margin-bottom: -0.35rem;
  border-radius: 0;
  background-color: transparent;
}

.timer-roll .roll-img1,
.timer-roll .roll-img2 {
  --pos-x: -115px;
  position: absolute;
  bottom: 25px;
}

.timer-roll .roll-img1 {
  left: var(--pos-x, -115px);
}

.timer-roll .roll-img2 {
  right: var(--pos-x, -115px);
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .discount-img img {
    width: 100%;
    max-width: 100%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .discount-slider {
    margin-left: 70px;
  }
  .discount-img img {
    object-position: -150px center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: unset;
  }
  .timer-roll .roll-img1,
  .timer-roll .roll-img2 {
    --pos-x: -12px;
    bottom: 15px;
    max-width: 280px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .discount-box_title {
    font-size: 26px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .discount-content {
    padding-right: 40px;
  }
  .discount-slider {
    margin-left: 50px;
  }
  .discount-img img {
    object-position: -200px center;
  }
  .discount-box_content {
    padding: 0 20px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .discount-img-wrap {
    margin-bottom: 40px;
  }
  .discount-img-wrap .icon-box {
    display: none;
  }
  .discount-img img {
    max-width: 100%;
    object-position: center center;
  }
  .discount-slider {
    max-width: 696px;
    margin-left: auto;
    margin-right: auto;
  }
  .discount-box_content {
    padding-right: 0;
  }
  .timer-roll {
    padding: 20px 0;
  }
  .timer-roll .roll-img1,
  .timer-roll .roll-img2 {
    bottom: 5px;
    max-width: 185px;
  }
  .discount-style1 .discount-title {
    font-size: 26px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .discount-slider {
    max-width: 516px;
  }
  .discount-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .discount-box_img {
    height: 420px;
    margin-bottom: 45px;
  }
  .discount-box_img img {
    max-width: 100%;
    height: 100%;
  }
  .discount-box_content {
    padding-left: 0;
    text-align: center;
  }
  .discount-box_title {
    font-size: 24px;
  }
  .timer-roll .roll-img1,
  .timer-roll .roll-img2 {
    display: none;
  }
  .discount-style1 .discount-title {
    font-size: 24px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .discount-content {
    text-align: center;
    padding-right: 0;
  }
  .discount-slider {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  .timer-roll .roll-img1,
  .timer-roll .roll-img2 {
    bottom: 60%;
    max-width: 140px;
  }
}

/*------------------- 4.00. Testimonial  -------------------*/
.testi-box {
  text-align: center;
}

.testi-box_content {
  box-shadow: 0px 5px 14px rgba(17, 22, 30, 0.08);
  background-color: var(--white-color);
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
}

.testi-box_content:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: calc(100% - 14px);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(13deg, 13deg);
      -ms-transform: translateX(-50%) rotate(45deg) skew(13deg, 13deg);
          transform: translateX(-50%) rotate(45deg) skew(13deg, 13deg);
  box-shadow: 15px 20px 15px rgba(17, 22, 30, 0.1);
  background-color: var(--white-color);
}

.testi-box_quote {
  margin-bottom: 15px;
  margin-top: -0.1em;
}

.testi-box_quote i {
  font-size: 32px;
  color: var(--theme-color);
  opacity: 0.3;
}

.testi-box_text {
  margin-bottom: -0.6em;
}

.testi-box_avater {
  margin-bottom: 20px;
}

.testi-box_avater img {
  border-radius: 50%;
}

.testi-box_name {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 24px;
}

.testi-box_desig {
  margin-bottom: 0;
  margin-top: -0.3em;
  color: var(--theme-color);
}

/* Testimonial style 2 */
.testi-grid {
  text-align: center;
}

.testi-grid_icon {
  margin-bottom: 36px;
  text-align: center;
}

.testi-grid_icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.testi-grid_icon .quote {
  -webkit-filter: brightness(100) invert(1);
          filter: brightness(100) invert(1);
}

.testi-grid_icon i {
  color: var(--white-color);
  font-size: 33px;
  display: block;
}

.testi-grid_avater {
  max-width: 100px;
  margin: 0 auto 35px auto;
}

.testi-grid_avater img {
  border-radius: 50%;
}

.testi-grid_text {
  color: var(--white-color);
  margin-bottom: 17px;
}

.testi-grid_name {
  color: var(--white-color);
  margin-bottom: 0;
}

.style2.testi-grid {
  position: relative;
}

.style2.testi-grid .testi-grid_icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0;
}

.style2 .testi-grid {
  position: relative;
}

.style2 .testi-grid_icon i {
  color: var(--theme-color);
}

.style2 .testi-grid_icon .quote {
  -webkit-filter: none;
          filter: none;
}

.style2 .testi-grid_avater {
  margin: 15px auto 32px auto;
}

.style2 .testi-grid_text {
  color: var(--body-color);
  margin-bottom: 17px;
}

.style2 .testi-grid_name {
  color: var(--title-color);
  font-weight: bold;
}

/* Testimonial Style 3 */
.avater-fly.slick-slider,
.avater-fly .slick-track,
.avater-fly .slick-list {
  overflow: visible;
  position: static;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.avater-fly .avater {
  --img-size: 70px;
  position: absolute;
  width: var(--img-size, 70px);
  height: var(--img-size, 70px);
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  -webkit-animation: moving linear infinite 14s;
          animation: moving linear infinite 14s;
  z-index: 99999;
}

.avater-fly .avater:nth-child(1) {
  --img-size: 30px;
  top: 0;
  left: 15%;
}

.avater-fly .avater:nth-child(2) {
  --img-size: 50px;
  top: 20%;
  left: 0;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.avater-fly .avater:nth-child(3) {
  --img-size: 40px;
  bottom: 20%;
  left: 15%;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.avater-fly .avater:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.avater-fly .avater:nth-child(5) {
  top: 0;
  right: 20%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.avater-fly .avater:nth-child(6) {
  --img-size: 40px;
  top: 20%;
  right: 0;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.avater-fly .avater:nth-child(7) {
  --img-size: 50px;
  bottom: 20%;
  right: 15%;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.avater-fly .avater:nth-child(8) {
  --img-size: 30px;
  bottom: 0;
  right: 0;
}

#testimonialslide4 .testi-grid_icon {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-box_name {
    font-size: 22px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .testi-box_content {
    padding: 40px 20px;
  }
}

/*------------------- 4.00. Brand  -------------------*/
.brand-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e0e0e0;
  padding: 50px 0;
}

.brand-wrap .brand-img {
  text-align: center;
  height: 95px;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.brand-wrap .brand-img:hover {
  opacity: 1;
}

.brand-wrap .slick-prev {
  left: -22px;
}

.brand-wrap .slick-next {
  right: -22px;
}

.brand-wrap.style2 {
  padding: 30px 0;
}

.brand-wrap.style2 .brand-img {
  height: 135px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.brand-wrap.style2 .brand-img:hover {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

/* Extra small devices */
@media (max-width: 575px) {
  .brand-wrap .brand-img {
    padding: 0 15px;
  }
}

/*------------------- 4.00. Gallery  -------------------*/
.insta-btn {
  font-size: 30px;
  color: var(--white-color);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.insta-btn:hover {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  color: var(--theme-color);
}

.insta-gallery {
  position: relative;
}

.insta-gallery img {
  width: 100%;
}

.insta-gallery:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #151A32;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.insta-gallery .insta-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.insta-gallery:hover:before {
  visibility: visible;
  opacity: 0.6;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.insta-gallery:hover .insta-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.00. Feature  -------------------*/
/* Feature Box */
.feature-row {
  padding: 25px 0;
  --bs-gutter-x: 0;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  z-index: 3;
}

.feature-row.style2 {
  background-color: var(--white-color);
  box-shadow: 0px 0px 50px rgba(21, 26, 50, 0.1);
}

.feature-box_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px;
  border-right: 4px solid var(--smoke-color);
}

.feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feature-box:last-of-type .feature-box_body {
  border-right: none;
}

.feature-box_icon {
  background-color: var(--theme-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  margin-right: 20px;
  text-align: center;
}

.feature-box_icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.feature-box_title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.feature-box_text {
  font-family: var(--para-font);
  margin-top: 3px;
  font-size: 14px;
  display: block;
  margin-bottom: -0.35em;
}

.feature-style3 {
  padding: 0;
}

.feature-style3 .feature-box_body {
  padding: 0 54px;
  border-color: var(--body-color);
  border-width: 2px;
  height: 54px;
}

.feature-style3 .feature-box_title, .feature-style3 .feature-box_text {
  color: var(--white-color);
}

.feature-style3 .feature-box_title {
  font-weight: 600;
}

.feature-style3 .feature-box_icon {
  width: auto;
  background-color: transparent;
  margin-right: 25px;
}

.feature-style3 .feature-box_icon img {
  -webkit-filter: none;
          filter: none;
}

/* Feature Media */
.feature-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-media_icon {
  margin-right: 25px;
}

.feature-media_title {
  margin-bottom: 10px;
}

.feature-media_text {
  margin-bottom: 0;
  max-width: 325px;
}

/* Style 4 */
.feature-style4 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.feature-style4 .feature-box_body {
  padding: 0;
  border-right: none;
}

.feature-style4 .feature-box_icon {
  height: auto;
  width: auto;
  background-color: transparent;
  margin-right: 25px;
}

.feature-style4 .feature-box_icon img {
  -webkit-filter: none;
          filter: none;
}

@media (max-width: 1300px) {
  .feature-box_body {
    padding: 15px 15px;
  }
  .feature-style3 .feature-box_body {
    padding: 0 28px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .feature-box_icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-right: 15px;
  }
  .feature-box_icon img {
    width: 35px;
  }
  .feature-box_body {
    padding: 15px 16px;
    border-width: 2px;
  }
  .feature-box_title {
    font-size: 16px;
  }
  .feature-box_text {
    margin-top: 0;
  }
  .feature-style3 .feature-box_body {
    padding: 0 20px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .feature-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feature-box:nth-of-type(2) .feature-box_body {
    border-right: none;
  }
  .feature-box_body {
    width: 285px;
  }
  .feature-style3 {
    row-gap: 15px;
  }
  .feature-style3 .feature-box_icon {
    margin-right: 20px;
  }
  .feature-style4 {
    row-gap: 15px;
  }
  .feature-style4 .feature-box_icon {
    margin-right: 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .feature-box_body {
    width: 250px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .row.feature-row.style1 {
    padding: 10px 0;
  }
  .feature-box .feature-box_body {
    border-right: none;
  }
  .feature-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .feature-media_icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .feature-media_title {
    margin-bottom: 6px;
  }
}

/*------------------- 4.00. About  -------------------*/
.about-shape {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--smoke-color);
  height: 100%;
  width: calc(100% - 110px);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  z-index: -1;
}

.about-img-shape {
  position: relative;
  z-index: 2;
}

.about-img-shape:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -40px;
  height: 314px;
  width: 284px;
  border: 14px solid var(--gray-color);
  z-index: -1;
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}

/* Large devices */
@media (max-width: 1199px) {
  .about-img-shape:before {
    left: 0px;
    max-width: 250px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .about-img-shape {
    margin-bottom: 70px;
  }
  .about-shape {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%, 0% 90%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%, 0% 90%);
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .about-img-shape:before {
    height: 290px;
  }
}

/*------------------- 4.00. Team  -------------------*/
/* Team Box */
.team-box {
  background-color: var(--white-color);
  box-shadow: 0px 5px 14px rgba(17, 22, 30, 0.08);
  text-align: center;
}

.team-box .team-img {
  margin-bottom: 25px;
  overflow: hidden;
}

.team-box .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.team-box .team-title {
  margin-bottom: 5px;
}

.team-box .team-desig {
  margin-bottom: 5px;
  color: var(--theme-color);
}

.team-box .social-links {
  margin-bottom: 21px;
}

.team-box:hover .team-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

/*------------------- 4.00. Contact  -------------------*/
.contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 5px 30px rgba(17, 22, 30, 0.08);
  gap: 20px;
  padding: 50px 50px 40px 50px;
  margin-bottom: 30px;
}

.contact-box .social-links {
  margin-bottom: 15px;
}

.contact-box .social-links:last-of-type {
  margin-bottom: 0;
}

.contact-box_icon i {
  font-size: 30px;
  color: var(--theme-color);
}

.contact-box_title {
  margin-top: -0.24em;
  font-weight: 700;
}

.contact-box_subtitle {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.contact-box_info {
  color: var(--body-color);
  display: inline-block;
  margin-bottom: 20px;
}

.contact-box_info:last-child {
  margin-bottom: 0;
}

a.contact-box_info:hover {
  color: var(--theme-color);
}

.contact-area {
  box-shadow: 0px 5px 30px rgba(17, 22, 30, 0.08);
}

.contact-form {
  padding: 50px;
}

.contact-form textarea {
  height: 160px;
}

.contact-form .form-group:last-child {
  margin-bottom: 0;
  text-align: center;
}

.contact-form-img {
  height: 100%;
}

.contact-form-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Large devices */
@media (max-width: 1199px) {
  .contact-box {
    grid-area: 15px;
    padding: 40px 20px 30px 20px;
  }
  .contact-form {
    padding: 40px 20px;
  }
  .contact-form textarea {
    height: auto;
  }
}

/*------------------- 4.00. Newsletter  -------------------*/
.newsletter-form {
  position: relative;
}

.newsletter-form .form-control {
  background-color: var(--white-color);
  height: 60px;
  border-color: var(--white-color);
  font-size: 16px;
  color: var(--light-color);
  padding-left: 20px;
}

.newsletter-form .form-control::-moz-placeholder {
  color: var(--light-color);
}

.newsletter-form .form-control::-webkit-input-placeholder {
  color: var(--light-color);
}

.newsletter-form .form-control:-ms-input-placeholder {
  color: var(--light-color);
}

.newsletter-form .form-control::-ms-input-placeholder {
  color: var(--light-color);
}

.newsletter-form .form-control::placeholder {
  color: var(--light-color);
}

.newsletter-form .as-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
}

.newsletter-form .as-btn .btn-text-mask {
  padding: 21px 21px;
}

.newsletter-form.style2 .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  height: 50px;
  width: calc(100% - 150px);
  color: var(--white-color);
}

.newsletter-form.style2 .form-control::-moz-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 .form-control::-webkit-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 .form-control:-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 .form-control::-ms-input-placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 .form-control::placeholder {
  color: var(--white-color);
}

.newsletter-form.style2 .as-btn {
  height: 50px;
  min-width: 140px;
}

.newsletter-form.style2 .as-btn .btn-text-mask {
  padding: 17px 21px;
}

.popup-newsletter-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  background-color: rgba(17, 22, 30, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999991;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
  opacity: 0;
  visibility: hidden;
}

.popup-newsletter-wrap.show {
  opacity: 1;
  visibility: visible;
}

.popup-newsletter {
  background-color: var(--theme-color);
  text-align: center;
  position: relative;
  max-width: 900px;
}

.popup-newsletter .popup-newsletter-closer {
  position: absolute;
  right: 16px;
  top: 10px;
  text-align: center;
  border: none;
  color: var(--white-color);
  font-size: 20px;
  padding: 0;
  background-color: transparent;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-newsletter .popup-newsletter-closer:hover {
  color: var(--title-color);
}

.popup-newsletter .newsletter-content {
  padding: 50px 125px 0 125px;
}

.popup-newsletter .newsletter-form {
  margin: 0 auto 27px auto;
}

.popup-newsletter .newsletter-title {
  font-weight: 500;
  color: var(--white-color);
  font-size: 48px;
  margin-bottom: 30px;
  display: inline-block;
  border-bottom: 4px solid;
}

.popup-newsletter .newsletter-text {
  margin-bottom: 29px;
  color: var(--white-color);
}

.popup-newsletter .form-group {
  color: var(--white-color);
}

.popup-newsletter .form-group label {
  font-family: var(--para-font);
}

.popup-newsletter input[type="checkbox"] ~ label:before {
  top: 4.5px;
  border-color: var(--light-color);
  border-radius: 3px;
}

.popup-newsletter input[type="checkbox"]:checked ~ label:before {
  background-color: var(--title-color);
  border-color: var(--title-color);
}

.popup-newsletter .form-control {
  height: 50px;
  width: calc(100% - 150px);
  background-color: var(--white-color);
}

.popup-newsletter .as-btn {
  height: 50px;
  min-width: 140px;
}

.popup-newsletter .as-btn .btn-text-mask {
  padding: 16px 21px;
}

.popup-newsletter .newsletter-img {
  margin-top: -65px;
}

/* Large devices */
@media (max-width: 1199px) {
  .popup-newsletter .newsletter-title {
    font-size: 36px;
    border-bottom: 3px solid;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .popup-newsletter {
    max-width: 650px;
  }
  .popup-newsletter .newsletter-content {
    padding: 40px 20px 0 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .popup-newsletter {
    max-width: 480px;
    width: 90%;
  }
  .popup-newsletter .newsletter-img {
    margin-top: -30px;
  }
  .popup-newsletter .newsletter-title {
    font-size: 32px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .newsletter-form .as-btn {
    min-width: 140px;
  }
  .newsletter-form.style2 .form-control {
    width: 100%;
  }
  .newsletter-form.style2 .as-btn {
    min-width: 100px;
  }
  .popup-newsletter .form-control {
    width: 100%;
  }
  .popup-newsletter .newsletter-form .as-btn {
    position: relative;
    margin-top: 15px;
  }
  .popup-newsletter .newsletter-img {
    margin-top: -15px;
  }
}

/*------------------- 4.00. 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%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 1;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--theme-color);
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          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;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  /* Large devices */
}

@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}

.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--theme-color);
  border-color: var(--theme-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
  color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::-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;
  line-height: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
}

.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.00. 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;
  -webkit-transition: all ease 0.8s;
  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%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          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;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  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%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 4.00. Wocommerce  -------------------*/
.woocommerce-message,
.woocommerce-info {
  position: relative;
  padding: 11px 20px 11px 50px;
  background-color: var(--smoke-color);
  color: var(--body-color);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 0;
}

.woocommerce-message a,
.woocommerce-info a {
  color: var(--theme-color);
  text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover {
  color: var(--title-color);
}

.woocommerce-message:before,
.woocommerce-info:before {
  content: '\f06a';
  font-family: var(--icon-font);
  font-weight: 400;
  margin-right: 10px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
  content: '\f14a';
  font-weight: 300;
}

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

.woocommerce-form-login,
.woocommerce-form-coupon {
  background-color: var(--white-color);
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}

.woocommerce-form-login .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child {
  margin-bottom: 0;
}

.woocommerce-form-login select, .woocommerce-form-login .form-select, .woocommerce-form-login .form-control,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control {
  background-color: var(--white-color);
}

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

.woocommerce-MyAccount-content h3 {
  margin-top: -0.3em;
}

.woocommerce-MyAccount-content .btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 700;
}

.woocommerce-MyAccount-content .btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

table.variations,
.woocommerce-grouped-product-list-item {
  border-collapse: separate;
  border-spacing: 0 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -24px 0 -24px 0;
}

table.variations td,
.woocommerce-grouped-product-list-item td {
  border: none;
  vertical-align: middle;
  padding: 0 5px;
}

table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
  padding: 0;
}

table.variations label,
.woocommerce-grouped-product-list-item label {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}

table.variations label a,
.woocommerce-grouped-product-list-item label a {
  color: var(--title-color);
}

table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
  color: var(--theme-color);
}

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

.product-rating {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 10px;
}

.product-rating .star-rating {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.product-rating .woocommerce-review-link {
  color: var(--body-color);
  border-left: 1px solid;
  padding-left: 10px;
}

.product-rating .woocommerce-review-link:hover {
  color: var(--theme-color);
}

.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(--title-font);
  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: 100%;
  position: relative;
  border: none;
}

table.variations td, table.variations th {
  border: none;
  padding: 0 20px 0 0;
}

table.variations td {
  padding: 0;
  width: 100%;
}

table.variations td.label {
  padding-right: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  color: var(--title-color);
  font-weight: 500;
}

table.variations select {
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  padding-right: 54px;
  padding: 0 40px 0 20px;
  height: 40px;
}

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 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#woosq-popup .single-product .product .actions .as-btn {
  padding: 17px 30px;
}

#woosq-popup .single-product .product .actions > div {
  height: auto;
  overflow: visible;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.login-tab {
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-tab button.nav-link {
  background-color: var(--smoke-color);
  color: var(--title-color);
  padding: 11px 39px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px ​15px 0;
}

.login-tab button.nav-link.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 91px;
  height: 1em;
  line-height: 1em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
}

.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: #e1e1e1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--theme-color);
  letter-spacing: 3px;
}

.rating-select label {
  margin: 0;
  margin-right: 10px;
}

.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}

.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--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: 767px) {
  .woocommerce-message,
  .woocommerce-info {
    font-size: 12px;
    line-height: 22px;
    padding: 5px 10px 5px 32px;
  }
  .woocommerce-message:before,
  .woocommerce-info:before {
    font-size: 16px;
    top: 4px;
    left: 10px;
  }
  .woocommerce-form-login,
  .woocommerce-form-coupon {
    padding: 35px 20px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .product-rating {
    font-size: 14px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .product-rating .woocommerce-review-link {
    font-size: 14px;
  }
}

/*------------------- 4.00. Products  -------------------*/
.as-product {
  text-align: center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.as-product .rating-wrap {
  display: inline-block;
  margin-bottom: 10px;
}

.as-product .rating-wrap:empty {
  display: none;
}

.as-product .star-rating {
  margin-right: -0.7em;
}

.as-product .product-title {
  margin-bottom: 8px;
  font-size: 20px;
}

.as-product .product-title a {
  color: inherit;
}

.as-product .product-title a:hover {
  color: var(--theme-color);
}

.as-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.as-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  --btn-size: 36px;
  display: inline-block;
}

.as-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.as-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}

.as-product .tinv-wishlist a {
  display: inline-block;
  --btn-size: 36px;
  background-color: var(--white-color);
  color: var(--title-color);
  border-radius: 50%;
}

.as-product .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.as-product .price {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}

.as-product .price del {
  margin-left: 10px;
  color: var(--gray-color);
}

.as-product .product-content {
  padding: 21px 16px 0 16px;
  border-top: none;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.as-product .product-img {
  background-color: var(--product-bg, #f1f3f4);
  overflow: hidden;
  position: relative;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.as-product .product-img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.as-product .img_swap {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.as-product .icon-btn {
  font-size: 16px;
  --btn-size: 36px;
  line-height: 38px;
}

.as-product .actions {
  --btn-size: 36px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  z-index: 3;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  display: inline-block;
  width: var(--btn-size);
}

.as-product .actions .icon-btn {
  margin-bottom: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.as-product .actions .icon-btn .fa-signal-alt-3 {
  padding-left: 5px;
}

.as-product .actions .icon-btn:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.as-product .actions .icon-btn:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.as-product .actions .icon-btn:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.as-product .actions .icon-btn:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.as-product .actions .icon-btn:hover {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.as-product .add_to_cart_button.added {
  display: none;
}

.as-product .added_to_cart {
  background-color: var(--white-color);
  color: var(--title-color);
  font-size: 0;
  text-align: center;
  border-radius: 50%;
}

.as-product .added_to_cart:after {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700;
}

.as-product .added_to_cart:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.as-product .star-rating {
  margin-right: auto;
  margin-left: auto;
  font-size: 11px;
  width: 66px;
  height: 1.2em;
}

.as-product .star-rating:before {
  letter-spacing: 1px;
  color: var(--smoke-color);
}

.as-product .star-rating span:before {
  letter-spacing: 1px;
}

.as-product:hover .product-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.as-product:hover .img_swap {
  visibility: visible;
  opacity: 1;
}

.as-product:hover .actions .icon-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.tag-style1 {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  padding: 6px 14px 4px 14px;
  border-radius: 999999px;
  line-height: 1;
}

.tag-style2 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  padding: 6px 30px 4px 10px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-radius: 999999px;
  line-height: 1;
}

.tag-style3 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  padding: 0px 20px 0px 20px;
  text-align: center;
  height: 26px;
  line-height: 27px;
}

.product-meta {
  margin-bottom: 9px;
}

.product-meta a,
.product-meta span {
  font-size: 14px;
  color: var(--body-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-meta a:hover,
.product-meta span:hover {
  color: var(--theme-color);
}

.product-meta a:after,
.product-meta span:after {
  content: "/";
  padding-left: 5px;
  margin-right: 4px;
  position: relative;
  color: var(--body-color);
}

.product-meta a:last-child:after,
.product-meta span:last-child:after {
  display: none;
}

/* Product Style 1 */
.product_layout1 .product-title {
  margin-bottom: 5px;
}

.product_layout1 .product-meta {
  margin-bottom: 5px;
}

.product_layout1 .price {
  margin-bottom: 0;
}

/* Product Style 2 */
.product_layout2 {
  border: 1px solid var(--smoke-color);
  border-top: none;
}

.product_layout2 .actions {
  top: 43px;
}

.product_layout2 .product-content {
  padding: 25px 18px 27px 18px;
}

.product_layout2 .product-title {
  margin-bottom: 11px;
}

.product_layout2 .price {
  color: var(--title-color);
  font-weight: 400;
}

/* Product Style 3 */
.product_layout3 .product-img {
  --product-bg: #2A2B2D;
}

.product_layout3 .actions {
  top: 43px;
}

.product_layout3 .product-content {
  padding: 22px 18px 0 18px;
}

.product_layout3 .product-title {
  margin-bottom: 7px;
  color: var(--white-color);
  font-weight: 600;
}

.product_layout3 .price {
  color: var(--white-color);
  font-weight: 400;
  margin-bottom: 3px;
}

.product_layout3 .price del {
  color: var(--light-color);
}

/* Product Style 4 */
.product_layout4 {
  border: 1px solid var(--border-color);
}

.product_layout4 .product-img {
  --product-bg: #fff;
}

.product_layout4 .product-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}

.product_layout4 .price {
  margin-bottom: 0;
  line-height: 1.4;
  margin-bottom: 10px;
}

.product_layout4 .price del {
  margin-left: 10px;
  color: var(--light-color);
}

.product_layout4 .product-content {
  padding: 8px 18px 33px 18px;
}

.product_layout4 .category {
  font-size: 14px;
  color: var(--body-color);
  display: inline-block;
  margin-bottom: 3px;
}

.product_layout4 .category:hover {
  color: var(--theme-color);
}

.product_layout4 .product-rating {
  display: inline-block;
  line-height: 1;
}

.product_layout4 .woocommerce-review-link {
  color: var(--body-color);
  font-size: 14px;
  border-left: none;
  padding-left: 0;
  margin-right: 5px;
}

.product_layout4 .woocommerce-review-link:hover {
  color: var(--theme-color);
}

.product_layout4 .actions .icon-btn:not(:hover) {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
}

.product_layout4:hover {
  border-color: transparent;
  box-shadow: 0px 5px 14px rgba(17, 22, 30, 0.08);
}

/* Product Style 5 */
.product_layout5 {
  text-align: left;
  margin-bottom: 30px;
}

.product_layout5 .product-content {
  padding: 18px 0 0 0;
  position: relative;
}

.product_layout5 .product-title {
  margin-bottom: 4px;
  max-width: calc(100% - 65px);
}

.product_layout5 .price {
  color: var(--title-color);
  font-weight: 400;
}

.product_layout5 .star-rating {
  position: absolute;
  top: 22px;
  right: 0;
}

.product_layout5 .icon-btn {
  --icon-bg: var(--title-color);
  color: var(--white-color);
}

/* List Style 1 */
.list_style1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.list_style1 .product-img {
  width: 100%;
  max-width: 170px;
}

.list_style1 .product-content {
  padding: 0 0 0 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.list_style1 .product-meta {
  margin-bottom: 2px;
}

.list_style1 .product-title {
  margin-bottom: 0px;
}

.list_style1 .price {
  font-size: 14px;
  margin-bottom: 2px;
}

.list_style1 .actions {
  --btn-size: 30px;
  display: inline-block;
  width: auto;
  position: static;
  margin-top: 8px;
}

.list_style1 .actions .icon-btn {
  --btn-size: 30px;
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  box-shadow: 0px 3px 10px rgba(17, 22, 30, 0.15);
  line-height: 34px;
}

.list_style1 .actions .icon-btn:hover {
  box-shadow: none;
}

.list_style1 .icon-btn {
  font-size: 12px;
}

.list_style1 .added_to_cart,
.list_style1 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.list_style1 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.list_style1 .added_to_cart:before {
  font-size: 14px;
}

.list_style1 .added_to_cart:after {
  font-size: 13px;
}

/* List Style 2 */
.list_style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  box-shadow: 0px 0px 30px rgba(17, 22, 30, 0.08);
  margin-bottom: 30px;
  padding: 30px;
  gap: 30px;
}

.list_style2 .product-img {
  width: 100%;
  max-width: 312px;
}

.list_style2 .product-content {
  padding: 0 0 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.list_style2 .product-meta {
  margin-bottom: 0;
}

.list_style2 .product-title {
  margin-bottom: 12px;
  font-size: 24px;
}

.list_style2 .price {
  margin-bottom: 7px;
}

.list_style2 .star-rating {
  margin-left: 0;
  margin-bottom: 22px;
}

.list_style2 .product-text {
  margin-bottom: 20px;
}

.list_style2 .actions {
  --btn-size: 30px;
  display: inline-block;
  width: auto;
  position: static;
  margin-top: 0;
}

.list_style2 .actions .icon-btn {
  --btn-size: 30px;
  --icon-bg: var(--title-color);
  color: var(--white-color);
  font-size: 12px;
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  line-height: 33px;
}

.list_style2 .actions .icon-btn:hover {
  box-shadow: none;
}

.list_style2 .added_to_cart,
.list_style2 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.list_style2 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.list_style2 .added_to_cart:before {
  font-size: 14px;
}

.list_style2 .added_to_cart:after {
  font-size: 13px;
}

.as-sort-bar {
  margin-bottom: 30px;
}

.as-sort-bar > .row {
  --bs-gutter-y: 20px;
}

.as-sort-bar .icon-btn {
  margin-right: 0;
  background-color: var(--title-color);
  color: var(--white-color);
  border-radius: 0;
  line-height: 42px;
}

.as-sort-bar .icon-btn.active {
  background-color: var(--theme-color);
}

.as-sort-bar select {
  height: 40px;
  border-width: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  color: var(--title-color);
  background-color: var(--smoke-color);
  background-position: right 20px center;
  padding: 0;
  padding-right: 40px;
  padding-left: 20px;
  font-size: 16px;
  margin: 0;
}

.as-sort-bar label {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--title-color);
}

.as-sort-bar p.woocommerce-result-count {
  margin-bottom: 0;
  color: var(--title-color);
}

.mfp-content {
  margin: 1.5rem auto;
}

.mfp-content .product-details-img {
  padding-top: 15px;
}

.mfp-content .product-about {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-content .container {
  position: relative;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

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

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

.product-big-img {
  border: 1px solid #e4e4e4;
}

.product-big-img .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 25px;
  margin-bottom: 0;
}

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

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

.product-thumb-img .thumb {
  width: 150px;
  max-width: 100%;
  border: 1px solid #e4e4e4;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: pointer;
}

.product-thumb-img .slick-current .thumb {
  border-color: var(--theme-color);
}

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

.product-thumb-img .slick-arrow.slick-next {
  left: auto;
  right: -60px;
}

.product-thumb-img .slick-dots {
  margin-top: 20px;
}

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

.quantity {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  text-align: center;
  width: 150px;
  color: var(--title-color);
}

.quantity label {
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}

.quantity input {
  width: 50px;
  min-width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid var(--border-color);
  border-left: none;
  border-right: none;
  color: var(--title-color);
  font-weight: 400;
  font-size: 16px;
  padding-left: 0;
  /* Firefox */
}

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

.quantity input[type="number"] {
  -moz-appearance: textfield;
}

.quantity .qut-btn {
  border: none;
  background-color: transparent;
  display: inline-block;
  padding: 0;
  color: var(--title-color);
  font-size: 14px;
  text-align: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  line-height: 52px;
  border: 1px solid var(--border-color);
}

.quantity .qut-btn:hover {
  color: var(--theme-color);
}

.product_meta {
  font-size: 18px;
  text-transform: capitalize;
  font-family: var(--body-font);
}

.product_meta > span {
  display: block;
  margin-bottom: 3px;
  color: var(--title-color);
  font-weight: 500;
}

.product_meta > span:last-child {
  margin-bottom: 0;
}

.product_meta > span a {
  color: inherit;
}

.product_meta > span a:hover {
  color: var(--theme-color);
}

.product_meta > span > a,
.product_meta > span > span {
  position: relative;
  color: var(--body-color);
  font-weight: 400;
}

.product_meta > span > a:after,
.product_meta > span > span:after {
  content: ",";
  margin-right: 5px;
}

.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
  display: none;
}

.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
  margin-left: 7px;
}

.product-tab-style1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px auto 50px auto;
}

.product-tab-style1 a {
  background-color: var(--title-color);
  color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  line-height: 60px;
  height: 60px;
  min-width: 300px;
  padding: 0;
  text-align: center;
  font-family: var(--title-font);
}

.product-tab-style1 a.active {
  background-color: var(--theme-color);
}

#description > p:first-child {
  margin-top: -0.5em;
}

#reviews .as-comments-wrap > .comment-list {
  margin-top: 0 !important;
}

.product-inner-list > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.product-inner-list li {
  position: relative;
  padding-left: 15px;
}

.product-inner-list li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.product-about .product-title {
  margin-top: -0.16em;
  margin-bottom: 10px;
}

.product-about .product-rating {
  margin-bottom: 16px;
}

.product-about > .price {
  margin-top: -0.2em;
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--body-font);
  display: block;
  margin-bottom: 15px;
}

.product-about > .price del {
  color: var(--body-color);
  font-size: 0.8em;
  margin-left: 10px;
}

.product-about .text {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.product-about .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 35px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}

.product-about .actions .as-btn {
  font-size: 16px;
  height: 50px;
  min-width: 220px;
}

.product-about .actions .as-btn .btn-text-mask {
  padding: 16.5px 21px;
}

.product-about .actions .icon-btn {
  --btn-size: 50px;
  --icon-bg: var(--title-color);
  color: var(--white-color);
  border-radius: 0;
  line-height: 53px;
}

.product-about .actions .icon-btn:hover {
  box-shadow: none;
}

.product-details .as-comments-wrap {
  margin-top: 0;
}

.product-details .border-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.product-details .border-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background-color: var(--theme-color);
}

.product-thumb-slide {
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-thumb-slide .slick-list {
  padding-top: 15px !important;
  padding-bottom: 30px !important;
}

.product-thumb-slide .thumb {
  cursor: pointer;
  text-align: center;
  margin: 0 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.product-thumb-slide .slick-current.slick-center .thumb {
  box-shadow: 0px 0px 25px rgba(21, 26, 50, 0.12);
}

/* Large devices */
@media (max-width: 1199px) {
  .product-about .actions .as-btn {
    min-width: 170px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .product-details .border-title {
    font-size: 24px;
  }
  .product-details-img {
    margin-bottom: 10px;
  }
  .product-tab-style1 {
    margin: 60px auto 40px auto;
  }
  .product-tab-style1 a {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    min-width: 210px;
    padding: 0 20px;
  }
  .list_style1 .product-img {
    width: 100%;
    max-width: 130px;
  }
  .list_style1 .product-meta a,
  .list_style1 .product-meta span {
    font-size: 14px;
  }
  .list_style1 .product-meta .price {
    font-size: 14px;
  }
  .list_style1 .product-title {
    font-size: 16px;
  }
  .as-sort-bar .result-showing {
    margin-bottom: 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .list_style2 {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list_style2 .product-img {
    max-width: 100%;
  }
  .list_style2 .product-title {
    font-size: 22px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .list_style1 .actions .icon-btn {
    --btn-size: 26px;
    line-height: 28px;
  }
  .list_style1 .product-content {
    padding: 0 0 0 15px;
  }
}

/*------------------- 4.00. Cart  -------------------*/
.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid var(--smoke-color);
  margin-bottom: 45px;
}

.cart_table thead {
  background-color: var(--smoke-color);
  border-bottom: 2px solid var(--theme-color);
}

.cart_table thead th {
  border: none !important;
}

.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  border: none;
  padding: 16px 15px;
}

.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.cart_table td {
  border: none;
  border-bottom: 1px solid var(--smoke-color);
  border-right: 1px solid var(--smoke-color);
  color: var(--body-color);
  padding: 30px 10px;
  position: relative;
  vertical-align: middle;
}

.cart_table .product-quantity input {
  position: relative;
  top: -2px;
}

.cart_table .cart-productname {
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
}

.cart_table .cart-productimage {
  display: inline-block;
}

.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px;
}

.cart_table .quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_table .qut-btn {
  border: 1px solid rgba(68, 68, 68, 0.3);
  background-color: transparent;
  color: var(--gray-color);
  padding: 0;
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 4px;
}

.cart_table .qut-btn:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.cart_table .qty-input {
  vertical-align: middle;
  border: 1px solid rgba(68, 68, 68, 0.3);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  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 > .as-btn {
  font-size: 16px;
  padding: 17px 28px;
  margin-right: 15px;
}

.cart_table .actions > .as-btn.mask-btn {
  padding: 0;
  overflow: initial;
}

.cart_table .actions > .as-btn:last-child {
  margin-right: 0;
}

.cart_table .as-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart_table .as-cart-coupon input {
  height: 50px;
  width: calc(100% - 200px);
  margin-right: 10px;
}

.cart_table .as-cart-coupon .as-btn {
  font-size: 16px;
  padding: 17px 22px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cart_table .as-cart-coupon .as-btn.mask-btn {
  padding: 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: var(--theme-color);
}

.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
}

.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
}

.cart_totals .woocommerce-shipping-methods input[type="radio"] ~ label::before {
  padding-right: 1.2px;
  padding-top: 0.3px;
}

.cart_totals .shipping-calculator-form {
  display: none;
}

.cart_totals .shipping-calculator-form p:first-child {
  margin-top: 20px;
}

.cart_totals .shipping-calculator-form p:last-child {
  margin-bottom: 0;
}

.cart_totals .shipping-calculator-form .as-btn {
  padding: 5px 30px;
}

.cart_totals .shipping-calculator-form .as-btn.mask-btn {
  line-height: 22px;
  padding: 0;
}

.cart_totals .amount {
  font-weight: 700;
  font-size: 18px;
}

.cart_totals .order-total .amount {
  color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .as-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
  }
  .cart_table .actions {
    text-align: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
  }
  .cart_table thead {
    display: none;
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid var(--smoke-color);
    border-bottom: none;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid var(--smoke-color);
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .cart_table td.actions > .as-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .as-btn:last-child {
    margin-right: auto;
  }
  .cart_table .as-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .as-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;
  }
}

/*------------------- 4.00. Checkout  -------------------*/
.woocommerce-checkout .form-group {
  margin-bottom: 0;
}

.woocommerce-checkout .form-select,
.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 .as-btn {
  font-size: 14px;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}

.shipping-calculator-form .as-btn .btn-text-mask {
  padding: 9px 21px;
}

#remembermylogin ~ label {
  margin-bottom: 0;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: none;
  vertical-align: top;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.6;
}

.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}

.checkout-ordertable .order-total .amount {
  color: var(--theme-color);
}

.checkout-ordertable input[type="hidden"] ~ label {
  color: var(--theme-color);
}

.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: 17px;
  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;
}

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

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

/* Extra small devices */
@media (max-width: 575px) {
  .checkout-ordertable th,
  .checkout-ordertable td {
    padding: 5px 20px 5px 70px;
  }
}

/*------------------- 4.00. Wishlist  -------------------*/
.tinv-wishlist input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  vertical-align: text-top;
  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: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  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 {
  border: none;
}

.tinv-wishlist table th {
  color: var(--title-color);
}

.tinv-wishlist table td, .tinv-wishlist table th {
  padding: 15.3px 10px;
  border: none;
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}

.tinv-wishlist table thead {
  background-color: var(--smoke-color);
  border-bottom: 2px solid var(--theme-color);
}

.tinv-wishlist table thead td, .tinv-wishlist table thead th {
  border: none;
}

.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
  width: 40px;
  text-align: center;
}

.tinv-wishlist .product-thumbnail {
  width: 110px;
}

.tinv-wishlist .stock.in-stock {
  margin-bottom: 0;
}

.tinv-wishlist ins {
  text-decoration: none;
}

.tinv-wishlist .product-remove button {
  border: none;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}

.tinv-wishlist .tinvwl-mobile {
  display: none;
}

.tinv-wishlist .social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 295px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tinv-wishlist .social-buttons ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 16px;
}

.tinv-wishlist .product-stock i {
  margin-right: 5px;
}

.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color);
}

.tinv-wishlist button.button {
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--theme-color);
  color: #fff;
  padding: 1px 15px;
  min-width: 140px;
}

.tinv-wishlist button.button.mask-btn {
  padding: 0;
}

.tinv-wishlist button.button .btn-text-mask {
  padding: 0.5px 21px;
}

.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: #fff;
}

.tinv-wishlist button.button i {
  font-size: 14px !important;
  margin-right: 3px !important;
}

.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
}

.tinv-wishlist td.product-name a {
  color: var(--body-color);
}

.tinv-wishlist td.product-name a:hover {
  color: var(--theme-color);
}

.tinv-wishlist td.product-price del {
  font-size: 0.9em;
}

.tinv-wishlist .social-buttons > span {
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--title-font);
  color: var(--title-color);
}

.tinv-wishlist .social-buttons li {
  display: inline-block;
}

.tinv-wishlist .social-buttons li a.social {
  background-color: var(--theme-color);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin-left: 3px;
}

.tinv-wishlist .social-buttons li a.social:first-child {
  margin-left: 0;
}

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

/* Medium devices */
@media (max-width: 991px) {
  .tinvwl-full {
    display: none;
  }
  .tinv-wishlist .tinvwl-mobile {
    display: block;
  }
  .tinvwl-txt {
    display: none;
  }
  .product-stock {
    width: 40px;
    text-align: center;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none;
  }
  .tinv-wishlist table td, .tinv-wishlist table th {
    border: 1px solid var(--border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .product-name {
    text-align: center;
  }
  .tinv-wishlist table td, .tinv-wishlist table th {
    border-bottom: none;
  }
  .tinv-wishlist table tbody {
    border-bottom: 1px solid var(--border-color);
  }
  .tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tinv-wishlist .social-buttons ul {
    margin-left: unset;
    margin-top: 5px;
  }
  .tinvwl-txt {
    display: inline-block;
  }
}

/*------------------- 4.00. Compare  -------------------*/
.woosc-tab-wrap {
  overflow-x: auto;
}

.woosc_table {
  margin-bottom: 0;
  text-align: center;
  border-top: none;
}

.woosc_table th {
  font-size: 18px;
  font-family: var(--title-font);
}

.woosc_table tr {
  background-color: var(--white-color);
}

.woosc_table tr:nth-child(even) {
  background-color: var(--smoke-color);
}

.woosc_table tr:first-child th, .woosc_table tr:first-child td {
  border-top: none;
}

.woosc_table th, .woosc_table td {
  padding: 15px 12px;
}

.woosc_table .tr-remove th, .woosc_table .tr-remove td {
  padding: 35px 12px;
}

.woosc_table .tr-image {
  background-color: var(--white-color) !important;
}

.woosc_table .tr-image th, .woosc_table .tr-image td {
  padding: 30px 12px;
  padding-bottom: 20px;
}

.woosc_table .tr-desc td, .woosc_table .tr-desc th {
  padding: 20px 12px;
}

.woosc_table .product-img {
  margin-bottom: 10px;
}

.woosc_table .product-title {
  color: var(--body-color);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
}

.woosc_table .product-title:hover {
  color: var(--theme-color);
}

.woosc_table .compare-text {
  margin-bottom: 0;
}

.woosc_table .stock i {
  font-size: 14px;
}

.woosc_table .as-btn {
  min-width: 140px;
}

.woosc_table .product-rating {
  gap: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woosc_table .star-rating {
  width: 72px;
  height: 1em;
  line-height: 1em;
  font-size: 12px;
}

.woosc_table .star-rating:before {
  letter-spacing: 1px;
}

.woosc_table .star-rating span:before {
  letter-spacing: 1px;
}

/* Medium devices */
@media (max-width: 991px) {
  .woosc-tab-wrap {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: var(--border-color);
  }
  .woosc_table {
    border-left: none;
    border-right: none;
    width: 1100px;
  }
  .woosc_table tr th {
    border-left: none;
  }
  .woosc_table tr td:last-child {
    border-right: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-plus,
.space-plus-top {
  padding-top: calc(var(--section-space) + 20px);
}

.space-plus,
.space-plus-bottom {
  padding-bottom: calc(var(--section-space) + 20px);
}

.space-shape-top {
  margin-top: -30px;
  padding-top: calc(var(--section-space) + 30px);
}

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

/* Large devices */
@media (max-width: 1199px) {
  .space-lg-min {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .space,
  .space-top {
    padding-top: var(--section-space-tablet);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-tablet);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-tablet) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-tablet) - 30px);
  }
  .space-plus,
  .space-plus-top {
    padding-top: var(--section-space-tablet);
  }
  .space-plus,
  .space-plus-bottom {
    padding-bottom: var(--section-space-tablet);
  }
  .space-md-bottom {
    padding-bottom: calc(var(--section-space-tablet) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-shape-top {
    padding-top: calc(var(--section-space-tablet) + 30px);
  }
  .space-lg-min {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-plus,
  .space-plus-top {
    padding-top: var(--section-space-mobile);
  }
  .space-plus,
  .space-plus-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-md-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-shape-top {
    padding-top: calc(var(--section-space-mobile) + 30px);
  }
  .space-lg-min {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .container.mb-n2 {
    margin-bottom: 0;
  }
}

/*REMIX WEB*/
.formtitre{
  background:#b086cd;
  color:white;
  font-size:30px;
  letter-spacing: 1px;
  padding:15px;
  border-radius : 3px 3px 0 0;
  border-bottom:5px solid #592e76;
  font-family: 'Comforter Brush', cursive;
  margin:20px 0;
}

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