@charset "UTF-8";
/*
Template Name: Vendora
Template URL: http://vecurosoft.com/products/html/vendora
Description: Vendora - Multipurpose eCommerce HTML Template
Author: Vecuro
Author URI: https://www.templatemonster.com/authors/vecuro/
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.6. 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.5. Font
    3.6. Background
    3.7. Text Color
    3.8. Overlay
    3.9. 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.10. Popup Search
    4.11. Popup Side Menu
    4.12. Wocommerce
    4.13. Products
    4.14. Cart
    4.15. Checkout
    4.16. Wishlist
    4.17. Category
    4.18. Simple Secitons
    4.19. Banners
    4.20. Features
    4.21. Testimonial
    4.22. Gallery
    4.23. Subscribe Form
    4.24. Discount
    4.25. Filter
    4.26. Newsletter
    4.27. Call To Action
    4.28. Deals
    4.29. Team
    4.30. About
    4.31. Contact
    4.32. Login & Signup
    4.33. Coming Soon
    4.34. FAQ
05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
    --theme-color: #ff6a13;
    --title-color: #2c2c2c;
    --body-color: #707070;
    --secondary-color: #f1f3f6;
    --smoke-color: #f3f3f3;
    --light-color: #afafaf;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fbd804;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e6e6e6;
    --title-font: "Jost", sans-serif;
    --body-font: "Jost", sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1170px;
    --box-container: 1480px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}

.home-3 {
    --theme-color: #ffa800;
}

.home-5 {
    --theme-color: #a91515;
}

.home-8 {
    --theme-color: #c48157;
}

.home-9 {
    --theme-color: #c7942c;
}

.home-11 {
    --theme-color: #256bdb;
}

/*------------------- 1.4. 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: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

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

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

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

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

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    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;
    transition: all ease 0.4s;
}
a:hover {
    color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0;
}

button {
    transition: all ease 0.4s;
}

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

ins {
    text-decoration: none;
}

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

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

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

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: 600;
    line-height: 1.2;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

/* 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.5. Extend -------------------*/
/*------------------- 1.6. Wordpress Default -------------------*/
p.has-drop-cap {
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 .vs-btn {
    top: 32px;
}
@media (max-width: 782px) {
    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .vs-btn {
        top: 46px;
    }
}
@media (max-width: 600px) {
    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .vs-btn {
        top: 0;
    }
}

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

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

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

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

/* Large devices */
@media (max-width: 1199px) {
    .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
        font-size: 14px;
        padding: 8px 16px;
    }
    .blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
        padding: 30px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
        font-size: 14px;
        padding: 8px 16px;
    }
    .blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
        padding: 30px 15px;
    }
}
@media (max-width: 768px) {
    .wp-block-search .wp-block-search__input {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .wp-block-latest-comments {
        padding-left: 10px;
    }
    .page--content.clearfix + .vs-comment-form {
        margin-top: 24px;
    }
}
/*=================================
    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-fluid {
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
}
@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .container-fluid.px-0 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/* Hight Resoulation devices */
@media (min-width: 1922px) {
    .vs_hd_container {
        max-width: 1920px;
    }
}
.vs_container {
    --main-container: 1505px;
    overflow: hidden;
    /* Hight Resoulation devices */
}
@media (min-width: 1500px) {
    .vs_container {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1922px) {
    .vs_container {
        margin-left: auto;
    }
}
.vs_container_style2 {
    --main-container: 1580px;
}
.vs_container_style3 {
    --main-container: 1510px;
    /* Hight Resoulation devices */
}
@media (min-width: 1922px) {
    .vs_container_style3.ms-xxl-0 {
        margin-left: auto !important;
    }
}
.vs_container_style4 {
    --main-container: 1680px;
}
.vs_container_style5 {
    --main-container: 1420px;
}

.vs-body-box {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--box-container);
    background-color: var(--white-color);
    /* Extra large devices */
    /* Large devices */
}
@media (max-width: 1500px) {
    .vs-body-box {
        --box-container: 1280px;
    }
}
@media (max-width: 1199px) {
    .vs-body-box {
        --box-container: 1000px;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .container-fluid.px-30 {
        padding-left: var(--bs-gutter-x, 0.75rem);
        padding-right: var(--bs-gutter-x, 0.75rem);
    }
}
/* Extra large devices */
@media (max-width: 1500px) {
    .vs_container_style2 {
        --main-container: 1280px;
    }
}
/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

@media only screen and (min-width: 1300px) {
    .row:not([class*=gx-]):not([class*=g-]) {
        --bs-gutter-x: 30px;
    }
    .gx-80 {
        --bs-gutter-x: 80px;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .gx-80 {
        --bs-gutter-x: 40px;
    }
}
.gy-30 {
    --bs-gutter-y: 30px;
}

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

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

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

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

select,
.form-select,
.form-control {
    height: 60px;
    padding: 0 30px;
    padding-right: 60px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: var(--white-color);
    font-weight: 400;
    font-size: 16px;
    border-radius: 0;
}
select:focus,
.form-select:focus,
.form-control:focus {
    outline: 0;
    box-shadow: none;
    background-color: var(--white-color);
    border-color: #e3e3e3;
}
select::-moz-placeholder,
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
    color: var(--body-color);
}
select:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-control:-ms-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::placeholder,
.form-select::placeholder,
.form-control::placeholder {
    color: var(--body-color);
}
select.style2,
.form-select.style2,
.form-control.style2 {
    background-color: transparent;
    border: 1px solid #e4e4e4;
    height: 70px;
    padding-left: 39px;
}
select.style2 ~ i,
.form-select.style2 ~ i,
.form-control.style2 ~ i {
    right: 55px;
    top: 25px;
    color: var(--body-color);
}

.form-select {
    cursor: pointer;
    background-position: right 1.3rem center;
}

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

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

textarea.form-control {
    min-height: 240px;
    padding-top: 24px;
    padding-bottom: 17px;
}
textarea.form-control.style2 {
    height: 200px;
}

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

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

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

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

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

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

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

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

/* Medium devices */
@media (max-width: 991px) {
    select.style2,
    .form-select.style2,
    .form-control.style2 {
        height: 55px;
        padding-left: 29px;
    }
    select.style2 ~ i,
    .form-select.style2 ~ i,
    .form-control.style2 ~ i {
        right: 40px;
        top: 18px;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .form-select,
    .form-control {
        padding-right: 30px;
        padding-left: 20px;
    }
}
/*------------------- 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: 2px 0;
    margin: 10px 0 38px 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: 28px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 8px;
    height: 8px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: var(--dots-bg, #eee9e1);
    transition: all ease 0.4s;
    position: relative;
}
.slick-dots button:hover {
    border-color: var(--theme-color);
}
.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}
.slick-dots .slick-active button {
    background-color: var(--theme-color);
}
.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

.dots-style2 li {
    margin: 0 5px;
}
.dots-style2 button {
    width: 16px;
    height: 16px;
    border: 2px solid #7b7b7b;
    background-color: transparent;
}
.dots-style2 button:before {
    display: none;
}
.dots-style2 .slick-active button {
    border-color: transparent;
    background-color: var(--theme-color);
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin-top: calc(var(--icon-size, 50px) / -2);
    border: 1px solid var(--title-color);
    left: var(--pos-x, -100px);
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    border-radius: 50%;
    z-index: 2;
}
.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
}
.slick-arrow.slick-next {
    right: var(--pos-x, -100px);
    left: auto;
}
.slick-arrow:hover {
    background-color: var(--title-color);
    color: var(--white-color);
    border-color: transparent;
}

.arrow-style2 .slick-arrow {
    background-color: #f3f3f3;
    color: var(--title-color);
    border-color: transparent;
}
.arrow-style2 .slick-arrow:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.slick-corner-bottom {
    position: absolute;
    right: 52px;
    bottom: 40px;
    z-index: 1;
}
.slick-corner-bottom .icon-btn:not(:last-child) {
    margin-right: 5px;
}

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

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

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

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

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

.vs-menu-toggle {
    width: var(--icon-size, 40px);
    height: var(--icon-size, 40px);
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0;
}

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

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

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid var(--title-color);
    border-right: 4px solid transparent;
    box-sizing: border-box;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid var(--theme-color);
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}

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

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
    border: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 19.5px 32px;
    transition: all ease 0.5s;
}
.vs-btn.style2:hover, .vs-btn:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
.vs-btn.style2 {
    background-color: var(--theme-color);
}
.vs-btn.style3 {
    background-color: transparent;
    color: var(--title-color);
    border: 1px solid var(--title-color);
    text-transform: capitalize;
}
.vs-btn.style7, .vs-btn.style4 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    background-color: var(--title-color);
    padding: 21px 40px;
}
.vs-btn.style7:hover, .vs-btn.style4:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.vs-btn.style5 {
    background-color: transparent;
    border: 2px solid var(--white-color);
    padding: 17.5px 32px;
}
.vs-btn.style5:hover {
    background-color: var(--white-color);
    color: var(--title-color);
    border-color: transparent;
}
.vs-btn.style6 {
    border: 1px solid #bbbbbb;
    color: var(--title-color);
    background-color: transparent;
    padding: 21px 40px;
}
.vs-btn.style6:hover, .vs-btn.style3:hover {
    background-color: var(--title-color);
    color: var(--white-color);
    border-color: transparent;
}
.vs-btn.style7 {
    background-color: var(--theme-color);
}
.vs-btn.style7:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    border: none;
    border-radius: 50%;
}
.icon-btn:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
.icon-btn.style2 {
    background-color: var(--white-color);
    color: var(--title-color);
}
.icon-btn.style2:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.icon-btn.style4, .icon-btn.style3 {
    --btn-size: 35px;
    border-radius: 3px;
    background-color: var(--white-color);
    color: var(--title-color);
}
.icon-btn.style4:hover, .icon-btn.style3:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.icon-btn.style4 {
    background-color: #f3f3f3;
    color: var(--title-color);
}
.icon-btn.style4:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.icon-btn.style5 {
    background-color: #f0f0f0;
    color: var(--title-color);
    border-radius: 0;
    --btn-size: 60px;
    --btn-font-size: 20px;
}
.icon-btn.style5:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.icon-btn.style6 {
    width: 70px;
    height: 48px;
    line-height: 48px;
    border-radius: 0;
    background-color: var(--smoke-color);
    color: var(--title-color);
    --btn-font-size: 20px;
    font-weight: 300;
}
.icon-btn.style6:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.icon-btn.style7 {
    background-color: var(--white-color);
    color: var(--title-color);
    border-radius: 0;
}
.icon-btn.style7:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.icon-btn.style8 {
    --icon-size: 40px;
    background-color: var(--white-color);
    color: var(--title-color);
    border-radius: 0;
}
.icon-btn.style8: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: var(--icon-font-size, 1.5em);
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s;
}
.play-btn:after, .play-btn:before {
    content: "";
    position: absolute;
    left: var(--shape-pos, 0);
    top: var(--shape-pos, 0);
    right: var(--shape-pos, 0);
    bottom: var(--shape-pos, 0);
    background-color: var(--white-color);
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s;
    opacity: 0;
}
.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);
}
.play-btn.style2 i {
    --icon-size: 120px;
    --icon-font-size: 2.8em;
    color: var(--title-color);
    background-color: transparent;
}
.play-btn.style2::after, .play-btn.style2::before {
    background-color: transparent;
    border: 2px solid var(--title-color);
    opacity: 0;
}
.play-btn.style2:hover i {
    --icon-size: 120px;
    --icon-font-size: 2.8em;
    background-color: var(--title-color);
    color: var(--white-color);
}
.play-btn.style3 {
    --icon-size: 120px;
    --icon-font-size: 2.2em;
    --shape-pos: -15px;
}
.play-btn.style3 i {
    color: var(--white-color);
    background-color: var(--theme-color);
}
.play-btn.style3:after, .play-btn.style3:before {
    background-color: transparent;
    border: 2px solid var(--white-color);
}
.play-btn.style3:hover i {
    background-color: var(--white-color);
    color: var(--theme-color);
}
.play-btn.style4 i {
    --icon-size: 130px;
    --icon-font-size: 2em;
    background-color: var(--white-color);
}
.play-btn.style4:after, .play-btn.style4:before {
    background-color: transparent;
    border: 2px dashed var(--white-color);
    -webkit-animation: none;
    animation: none;
    transform: scale(1.3);
    opacity: 1;
    visibility: visible;
}
.play-btn.style4:hover i {
    background-color: var(--title-color);
    color: var(--white-color);
}
.play-btn.style4:hover:after, .play-btn.style4:hover:before {
    border-color: var(--title-color);
}

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

.line-btn {
    position: relative;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    padding: 0 0 5px 0;
    color: var(--title-color);
    transition: all ease 0.4s;
}
.line-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: width ease 0.6s, background-color ease 0.4s;
}
.line-btn:hover {
    color: var(--theme-color);
}
.line-btn:hover:before {
    width: 50%;
}
.line-btn.hover-white:hover {
    color: var(--white-color);
}
.line-btn.style-white {
    color: var(--white-color);
}
.line-btn.style2 {
    color: var(--theme-color);
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}
.line-btn.style2:hover {
    color: var(--title-color);
}

.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;
    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: rgb(255, 255, 255);
    border-radius: inherit;
    z-index: 1;
}
.scroll-btn:focus i, .scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color);
}
.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible;
}
@media (max-width: 767px) {
    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px;
    }
    .scroll-btn.show {
        bottom: 15px;
    }
}

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

/* Small devices */
@media (max-width: 767px) {
    .play-btn {
        --icon-size: 60px;
    }
    .play-btn.style3 i, .play-btn.style2 i {
        --icon-size: 60px;
        --icon-font-size: 1.3em;
    }
    .scrollToTop {
        right: 20px;
    }
    .scrollToTop.show {
        bottom: 20px;
    }
    .line-btn {
        font-size: 14px;
    }
}
/*------------------- 3.3. Titles -------------------*/
.sub-title {
    margin-bottom: 6px;
}
.sub-title-style3, .sub-title-style2 {
    font-size: 14px;
    color: var(--theme-color);
    margin-bottom: 0;
}
.sub-title-style3 {
    margin-bottom: 10px;
    display: block;
}
.sub-title-style4 {
    text-transform: uppercase;
    margin-bottom: 13px;
}
@media (min-width: 991px) {
    .sub-title-style5 {
        font-size: 18px;
    }
}

.sec-line {
    display: inline-block;
    width: var(--line-width, 80px);
    height: 1px;
    background-color: #9a9a9a;
}
.sec-line-style2 {
    display: inline-block;
    width: 80px;
    height: 5px;
    background-color: var(--theme-color);
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 7px);
}
.title-area .sec-title {
    margin-top: -0.2em;
    margin-bottom: 10px;
}

.sec-title-style2 {
    font-size: 50px;
    position: relative;
    margin-bottom: 7px;
    margin-top: -0.17em;
}
.sec-title-style2 .sec-line {
    vertical-align: middle;
}
.sec-title-style2 .sec-line:first-child {
    margin-right: var(--line-gap, 35px);
}
.sec-title-style2 .sec-line:last-child {
    margin-left: var(--line-gap, 35px);
}
.sec-title-style3 {
    font-size: 48px;
    margin-top: -0.17em;
    margin-bottom: 2px;
}
.sec-title-style4 {
    font-size: 60px;
    font-weight: 600;
    margin: -0.2em 0 7px 0;
}
.sec-title-style5 {
    font-size: 48px;
    font-weight: 500;
    margin: -0.21em 0 22px 0;
}

.sec_divider {
    border-top: 5px solid #f5f5f5;
}
.sec_divider--style2 {
    border-top: 2px solid var(--title-color);
}

.border-title {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    margin: -0.1em 0 20px 0;
}
.border-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: var(--black-color);
}

.box-title {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
    background-color: var(--theme-color);
    line-height: 1;
    padding: 23px 30px;
    margin-bottom: 30px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .sec-title-style2 {
        font-size: 42px;
        --line-gap: 20px;
    }
    .sec-title-style4 {
        font-size: 42px;
    }
    .sec-title-style3 {
        font-size: 36px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .box-title {
        font-size: 20px;
        padding: 15px 30px;
        margin-bottom: 20px;
    }
    .sec-title-style5 {
        font-size: 40px;
        margin: -0.21em 0 17px 0;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .title-area {
        --section-title-space: 40px;
    }
    .sec-title-style2 {
        font-size: 36px;
        --line-gap: 20px;
    }
    .sec-title-style4, .sec-title-style3 {
        font-size: 30px;
    }
    .sec-title-style5 {
        font-size: 30px;
        margin: -0.21em 0 8px 0;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .sec-title-style2 {
        --line-width: 40px;
        font-size: 28px;
        --line-gap: 10px;
    }
    .sec-title-style4 {
        font-size: 30px;
    }
    .sec-title-style5 {
        font-size: 26px;
    }
    .sub-title-style4 {
        margin-bottom: 7px;
        font-size: 14px;
    }
}
/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
    overflow: hidden;
}
.image-scale-hover img {
    transition: all ease 0.4s;
    transform: scale(1.001);
}
.image-scale-hover:hover img {
    transform: scale(1.2);
}

.new-tag {
    display: inline-block;
    background-color: red;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 4px;
}

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

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

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

.media-body {
    flex: 1;
}

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

.has-badge {
    padding-right: 15px;
}

.tag-style1 {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--white-color);
    background-color: var(--theme-color);
    line-height: 1;
    text-align: center;
    padding: 4px 12px 4px 18px;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 15% 50%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.hr_style1 {
    background-color: #e2e2e2;
    opacity: 1;
}
.hr_style2 {
    background-color: #e7e7e7;
    opacity: 1;
}
.hr_style3 {
    background-color: var(--border-color);
    opacity: 1;
}

.vs-label-style1 {
    background-color: var(--theme-color);
    font-weight: 500;
    font-size: 14px;
    color: var(--white-color);
    font-style: italic;
    text-transform: uppercase;
    width: 150px;
    position: relative;
    line-height: 14px;
    padding: 12px;
    padding-right: 45px;
    -webkit-clip-path: polygon(calc(100% - var(--shape-cut, 20px)) 0%, 100% 50%, calc(100% - var(--shape-cut, 20px)) 100%, 0% 100%, 0 50%, 0% 0%);
    clip-path: polygon(calc(100% - var(--shape-cut, 20px)) 0%, 100% 50%, calc(100% - var(--shape-cut, 20px)) 100%, 0% 100%, 0 50%, 0% 0%);
    margin-bottom: 30px;
}
.vs-label-style1:before {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid var(--white-color);
}

/* Small devices */
@media (max-width: 767px) {
    .tag-style1 {
        font-size: 11px;
        padding: 4px 9px 4px 12px;
    }
}
@media (max-width: 350px) {
    .badge {
        padding: 0.3em 0.4em;
        font-size: 10px;
        right: 0;
        top: -3px;
    }
    .has-badge {
        padding-right: 9px;
    }
}
.lh-0 {
    line-height: 0;
}

@media (min-width: 767px) {
    .vs-sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 6;
    }
}
/*------------------- 3.5. 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-xs {
    font-size: 14px;
}

.lh-26 {
    line-height: 26px;
}

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

.bg-secondary {
    background-color: var(--secondary-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-orange {
    background-color: #ffa800;
}

.bg-light-gray {
    background-color: #f4f4f4;
}

.bg-style1 {
    background-color: #f9fdfd;
}

.bg-style2 {
    background-color: #f2f8fb;
}

.bg-style3 {
    background-color: #f1f1f1;
}

/*------------------- 3.7. 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.8. Overlay -------------------*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------- 3.9. 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% {
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.4;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.4;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.mega-hover {
    position: relative;
    overflow: hidden;
}
.mega-hover img {
    transition: all 2s ease;
    transform: scale(1);
}
.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;
    transition: all 900ms linear;
}
.mega-hover:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear;
}
.mega-hover:hover img {
    transform: scale(1.05);
}

.spin-animation {
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 5000ms;
    animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

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

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
    list-style: none;
    margin: -17px 0 -17px 0;
    padding: 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: block;
    color: var(--body-color);
    background-color: transparent;
    padding: 15px 30px 15px 15px;
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    border-bottom: 1px solid var(--border-color);
}
.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before {
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 16px;
    font-family: var(--icon-font);
    font-weight: 300;
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
    color: var(--theme-color);
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
    display: block;
    position: relative;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
    border-bottom: none;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
    text-align: center;
    position: absolute;
    right: 0;
    top: 9px;
    transition: all ease 0.4s;
    font-size: 14px;
}
.widget_nav_menu li:hover > span,
.widget_meta li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
    color: var(--theme-color);
}
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
    margin-left: 10px;
}

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

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

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

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

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    border: 1px solid var(--border-color);
    position: relative;
    margin-bottom: 40px;
    background-color: var(--white-color);
}
.widget select,
.widget input {
    width: 100%;
    color: var(--body-color);
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    background-color: var(--input-bg, #ffffff);
    border: 1px solid var(--border-color);
    height: 60px;
    border-radius: 0;
}
.widget select::-moz-placeholder,
.widget input::-moz-placeholder {
    color: var(--body-color);
}
.widget select:-ms-input-placeholder,
.widget input:-ms-input-placeholder {
    color: var(--body-color);
}
.widget select::-moz-placeholder, .widget input::-moz-placeholder {
    color: var(--body-color);
}
.widget select:-ms-input-placeholder, .widget input:-ms-input-placeholder {
    color: var(--body-color);
}
.widget select::placeholder,
.widget input::placeholder {
    color: var(--body-color);
}

.widget-author-about .name,
.widget_title {
    font-size: 24px;
    line-height: 1em;
    margin: -0.07em 0 30px 0;
    padding: 0 0 13px 0;
    font-weight: 500;
    position: relative;
}
.widget-author-about .name:before,
.widget_title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 35px;
    background-color: currentColor;
}

.widget .search-form {
    position: relative;
    display: flex;
}
.widget .search-form input {
    padding-right: 30px;
    flex: 1;
    border-right: none;
}
.widget .search-form button {
    text-align: center;
    padding: 0;
    color: var(--white-color);
    background-color: var(--theme-color);
    border: none;
    line-height: 1;
    width: 60px;
    height: 60px;
    font-size: 18px;
}
.widget .search-form button:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

.widget-author-about img {
    width: 100%;
}
.widget-author-about .name {
    margin-bottom: 23px;
}
.widget-author-about .text {
    font-size: 14px;
    line-height: 26px;
}
.widget-author-about .media-body {
    padding: 40px 40px 13px 40px;
}

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 8px 15px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: var(--body-color);
    background-color: var(--smoke-color);
    border-radius: 9999px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white-color) !important;
}

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

.recent-post {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.recent-post:last-child {
    margin-bottom: 0;
}
.recent-post .media-img {
    margin-right: 20px;
    width: 90px;
}
.recent-post .post-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}
.recent-post .recent-post-meta {
    margin-bottom: 5px;
}
.recent-post .recent-post-meta a {
    text-transform: capitalize;
    font-size: 14px;
    color: var(--body-color);
}

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

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

.widget_shopping_cart {
    text-align: left;
}
.widget_shopping_cart ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
    position: relative;
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 32px 110px;
    margin: 0 0 27px 0;
    min-height: 90px;
}
.widget_shopping_cart .remove {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--title-color);
    line-height: 1;
    font-size: 18px;
}
.widget_shopping_cart .remove:hover {
    color: var(--theme-color);
}
.widget_shopping_cart .img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 1px solid var(--border-color);
}
.widget_shopping_cart .product-title {
    font-size: 14px;
    color: var(--title-color);
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
}
.widget_shopping_cart .amount {
    display: block;
    font-weight: 600;
    color: var(--title-color);
    font-size: 16px;
}
.widget_shopping_cart .quantity {
    display: inline-flex;
    margin-top: 12px;
}
.widget_shopping_cart .qut-btn {
    border: 1px solid var(--border-color);
    background-color: transparent;
    display: inline-block;
    background-color: transparent;
    width: 25px;
    height: 25px;
    padding: 0;
    font-size: 12px;
    z-index: 1;
    position: relative;
}
.widget_shopping_cart .qut-btn:hover {
    background-color: var(--title-color);
    border-color: transparent;
    color: var(--white-color);
}
.widget_shopping_cart .qty-input {
    border: 1px solid var(--border-color);
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 40px;
    font-size: 12px;
    padding: 0;
    height: 25px;
    margin: 0 -1px;
}
.widget_shopping_cart .subtotal {
    float: right;
    text-align: right;
    font-size: 12px;
    margin-top: 19px;
}
.widget_shopping_cart .subtotal > span:not(.amount) {
    color: var(--body-color);
    font-weight: 300;
}
.widget_shopping_cart .subtotal .amount {
    font-size: 12px;
    display: inline-block;
}
.widget_shopping_cart .total {
    color: var(--title-color);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px;
    font-size: 18px;
}
.widget_shopping_cart .total .amount {
    font-size: inherit;
    display: inline-block;
    color: var(--theme-color);
}
.widget_shopping_cart .vs-btn {
    border: 1px solid var(--title-color);
    color: var(--title-color);
    margin-right: 10px;
    text-transform: capitalize;
    height: 50px;
    line-height: 47px;
    padding: 0 35px;
    background-color: var(--title-color);
    color: var(--white-color);
    font-weight: 400;
}
.widget_shopping_cart .vs-btn:hover {
    background-color: transparent;
    color: var(--title-color);
}
.widget_shopping_cart .buttons {
    margin: 0;
}

.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 .newsletter-form button {
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    margin-top: 10px;
}
.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;
}

.recent-product {
    display: flex;
}
.recent-product .product-title {
    font-size: 16px;
}

.faq-sidebar {
    padding: 40px 40px 0 40px;
    border: 1px solid #eeeeee;
    overflow: hidden;
}
.faq-sidebar .widget {
    border: none;
    padding: 0;
}

.contact-widget .contact {
    padding: 0 0 30px 65px;
    margin: 0 0 30px 0;
    position: relative;
    border-bottom: 1px solid #efefef;
}
.contact-widget .icon {
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 50px);
    font-size: var(--icon-font-size, 18px);
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--title-color);
    color: var(--white-color);
    text-align: center;
    border-radius: 50%;
}
.contact-widget .title {
    font-size: 16px;
    color: var(--title-color);
    font-weight: 500;
    margin-bottom: 5px;
}
.contact-widget .info {
    color: var(--body-color);
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.contact-widget .info a {
    color: inherit;
}
.contact-widget .info a:hover {
    color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px;
    }
    .faq-sidebar {
        padding: 30px 30px 0 30px;
        border: 1px solid #eeeeee;
        overflow: hidden;
    }
    .faq-sidebar > *:last-child {
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    .widget-author-about .name,
    .widget_title {
        font-size: 20px;
    }
    .widget-author-about .media-body {
        padding: 30px 30px 5px 30px;
    }
    .recent-post .post-title {
        font-size: 18px;
        line-height: 24px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .wp-block-tag-cloud a,
    .tagcloud a {
        padding: 10.5px 18px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .contact-widget .icon {
        --icon-size: 30px;
        --icon-font-size: 12px;
        top: 5px;
    }
    .contact-widget .contact {
        padding: 0 0 0 45px;
        margin: 0 0 20px 0;
        border-bottom: none;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .widget {
        padding: 30px 20px;
    }
}
.footer-widget {
    margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
}
.footer-widget .widget_title {
    position: relative;
    border-left: none;
    border-bottom: none;
    text-transform: uppercase;
    font-family: var(--title-font);
    font-weight: 600;
    padding: 0 0 20px 0;
    font-size: 26px;
    margin-top: -0.1em;
    margin-bottom: 30px;
    font-size: 18px;
}
.footer-widget .widget_title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    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: 35px;
}
.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: 31px;
}
.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-top: -8px;
}
.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;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border-bottom: none;
}
.footer-widget.widget_meta a > i, .footer-widget.widget_pages a > i, .footer-widget.widget_archive a > i, .footer-widget.widget_categories a > i, .footer-widget.widget_nav_menu a > i {
    width: 15px;
    margin-right: 10px;
    color: var(--theme-color);
}
.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 {
    display: none;
}
.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-newsletter {
    margin-bottom: 26px;
}
.footer-newsletter .form-group {
    display: flex;
    margin-bottom: 0;
}
.footer-newsletter .form-text {
    margin-bottom: 0;
    margin-top: -0.4em;
}
.footer-newsletter input {
    border: none;
    border-bottom: 1px solid #707070;
    background-color: transparent;
    height: 44px;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--body-color);
}
.footer-newsletter input::-moz-placeholder {
    color: #b3b3b3;
}
.footer-newsletter input:-ms-input-placeholder {
    color: #b3b3b3;
}
.footer-newsletter input::placeholder {
    color: #b3b3b3;
}
.footer-newsletter input + i {
    right: 0;
    font-size: 14px;
    top: 17px;
    color: var(--body-color);
}
.footer-newsletter.style2 {
    position: relative;
    margin-bottom: 15px;
}
.footer-newsletter.style2 input {
    border: 1px solid #dfdfdf;
    height: 60px;
    padding: 0 140px 0 25px;
    color: var(--title-color);
}
.footer-newsletter.style2 input::-moz-placeholder {
    color: var(--title-color);
}
.footer-newsletter.style2 input:-ms-input-placeholder {
    color: var(--title-color);
}
.footer-newsletter.style2 input::placeholder {
    color: var(--title-color);
}
.footer-newsletter.style2 button {
    height: 40px;
    width: 120px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}
.footer-newsletter.style2 .form-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-info {
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px;
}
.footer-info:last-child {
    margin-bottom: 0;
}
.footer-info i {
    position: absolute;
    left: 0;
    top: 4px;
}

.footer-social .social-title {
    margin-bottom: 0;
    margin-right: 5px;
}
.footer-social > a {
    color: #aaaaaa;
    display: inline-block;
    margin-right: 7px;
}
.footer-social > a:last-child {
    margin-right: 0;
}

.call-number {
    font-size: 24px;
    color: var(--title-color);
    font-weight: 500;
}
.call-number i {
    margin-right: 14px;
}
.call-number a {
    color: inherit;
}
.call-number a:hover {
    color: var(--theme-color);
}

.opening-info {
    border-bottom: 1px solid #3a3a3a;
    padding: 0 0 13px 40px;
    margin: 15px 0 20px 0;
}
.opening-info > * {
    margin: 0 0 5px 0;
    font-size: 14px;
}

/* Small devices */
@media (max-width: 767px) {
    .footer-newsletter.style2 input {
        padding-right: 20px;
    }
    .footer-newsletter.style2 .vs-btn {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 10px;
    }
}
/*------------------- 4.2. Header  -------------------*/
.vs-header {
    position: relative;
    z-index: 41;
}

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

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--title-font);
    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 {
    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: 3px;
    top: 0.8px;
    font-size: 0.8rem;
}
.main-menu ul li:last-child {
    margin-right: 0;
}
.main-menu ul li:first-child {
    margin-left: 0;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    visibility: hidden;
    min-width: 190px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
    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);
    transform-origin: top center;
    transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu {
    padding: 13px 20px;
    border-radius: 0 0 5px 5px;
    left: -27px;
    border-radius: 0 0 5px 5px;
}
.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 3px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    float: right;
    top: 2px;
}
.main-menu ul.sub-menu li a {
    position: relative;
}
.main-menu ul.sub-menu li a:hover {
    color: var(--theme-color);
}
.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 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: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 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;
}

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

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

.menu-style3 > ul > li {
    margin: 0 30px;
}
.menu-style3 > ul > li > a {
    padding: 32px 0;
}

.menu-style4 > ul > li {
    margin: 0 25px;
}
.menu-style4 > ul > li > a {
    padding: 30px 0;
}

.menu-style5 > ul > li {
    margin: 0 25px;
}
.menu-style5 > ul > li > a {
    padding: 46.5px 0;
}

.menu-style6 {
    text-align: center;
}
.menu-style6 > ul > li {
    margin: 0 27px 0 0;
}
.menu-style6 > ul > li > a {
    padding: 21px 33px 21px 0;
    color: var(--white-color);
    position: relative;
    font-weight: 400;
    font-size: 16px;
}
.menu-style6 > ul > li > a:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #2c3e4d;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}
.menu-style6 > ul > li:last-child > a {
    padding-right: 0;
}
.menu-style6 > ul > li:last-child > a:before {
    display: none;
}

.menu-style7 > ul > li {
    margin: 0 25px;
}
.menu-style7 > ul > li > a {
    padding: 11.5px 0;
}

.menu-style7 > ul > li {
    margin: 0 25px;
}
.menu-style7 > ul > li > a {
    padding: 11.5px 0;
}

.menu-style8 > ul > li {
    margin: 0 25px;
}
.menu-style8 > ul > li > a {
    padding: 24px 0;
}

.header-layout1 {
    --main-container: 1695px;
    position: relative;
}
.header-layout1 .header-top {
    padding: 19px 0;
    border-bottom: 1px solid var(--border-color);
}
.header-layout1 .menu-area {
    padding-left: 35px;
}
.header-layout1 .menu-top {
    padding: 15px 0 15px 35px;
    border-bottom: 1px solid var(--border-color);
}

.header-layout2 {
    --main-container: 1390px;
}
.header-layout2 .menu-top {
    border-bottom: 1px solid var(--border-color);
    padding: 25px 0;
}

.header-layout3 .menu-top {
    padding: 23px 0;
    border-bottom: 1px solid var(--border-color);
}

.header-layout4 .header-top {
    padding: 13px 0;
}
@media (min-width: 1500px) and (max-width: 1921px) {
    .header-layout4 .header-container {
        --main-container: 1515px;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
.header-layout4 .header-container .row {
    --bs-gutter-x: 0;
}
.header-layout4 .menu-top {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
    padding: 37px 0;
}

.header-layout5 .header-top {
    border-bottom: 1px solid var(--border-color);
    padding: 11px 0px;
}
.header-layout5 .header-top-links a {
    color: var(--title-color);
}
.header-layout5 .header-top-links a:hover {
    color: var(--theme-color);
}

.header-layout6 {
    --main-container: 1622px;
}

.header-layout7 .header-top {
    background-color: #e8e8e8;
    padding: 12px 0;
}
.header-layout7 .header-top-links a {
    font-weight: 600;
}

.header-layout8 .header-top {
    background-color: #07131d;
    padding: 12px 0;
}
.header-layout8 .menu-top {
    padding: 33px 0 8px 0;
    background-color: #0a1d2d;
}
.header-layout8 .menu-area .sticky-active {
    background-color: #0a1d2d;
}

.header-layout9 .header-top {
    padding: 14px 0;
}
.header-layout9 .menu-top {
    padding: 25px 0;
}
.header-layout9 .header-top,
.header-layout9 .menu-top,
.header-layout9 .menu-area {
    border-bottom: 1px solid var(--border-color);
}
.header-layout9 .header-top-links a {
    color: var(--title-color);
}
.header-layout9 .header-top-links a:hover {
    color: var(--theme-color);
}

.header-layout10 .menu-top {
    border-bottom: 1px solid var(--border-color);
    padding: 21px 0;
}

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

.dropdown-menu {
    padding: 10px 15px;
    border: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    margin: 0;
    margin-left: 0 !important;
    margin-top: 15px !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    position: relative;
    z-index: 3;
    border: 1px solid #ededed;
}
.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;
    transform: rotate(45deg);
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
}
.dropdown-menu li a {
    color: var(--title-color);
    margin-bottom: 5px;
    display: block;
}
.dropdown-menu li a:last-child {
    margin-bottom: 0;
}
.dropdown-menu li a:hover {
    color: var(--theme-color);
}

.header-top-notice {
    background-color: #2c2c2c;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding: 7px 0;
}
.header-top-notice.style2 {
    background-color: transparent;
}

.header-top-links ul:not(.dropdown-menu) {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header-top-links > ul > li {
    display: inline-block;
    margin-right: 30px;
}
.header-top-links > ul > li:last-child {
    margin-right: 0;
}
.header-top-links a {
    display: inline-block;
    color: var(--link-color, #9a9a9a);
    font-size: 14px;
    text-transform: capitalize;
}
.header-top-links a:hover {
    color: var(--theme-color);
}
.header-top-links.text-white > ul > li > a {
    color: var(--white-color);
}
.header-top-links.style2 > ul > li {
    position: relative;
}
.header-top-links.style2 > ul > li:not(:last-child) {
    padding-right: 30px;
    margin-right: 25px;
}
.header-top-links.style2 > ul > li:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin: -9px 0 0 0;
    height: 18px;
    width: 1px;
    background-color: #999999;
}
.header-top-links.style2 a {
    color: var(--title-color);
}
.header-top-links.style2 a:hover {
    color: var(--theme-color);
}

.header-social a {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
}
.header-social a:last-child {
    margin-right: 0;
}
.header-social a i {
    color: var(--title-color);
    transition: all ease 0.4s;
}
.header-social a i.fa-instagram {
    --title-color: #d94981;
}
.header-social a i.fa-basketball-ball {
    --title-color: #80b557;
}
.header-social a i.fa-twitter {
    --title-color: #1da1f2;
}
.header-social a i.fa-facebook-f {
    --title-color: #3b5998;
}
.header-social a i:hover {
    color: var(--theme-color);
}

.header-text {
    font-size: 14px;
    color: var(--title-color);
    margin-bottom: 0;
}
.header-text .icon-btn {
    --btn-size: 30px;
    margin-left: 15px;
}

.logo-style1 {
    border-right: 1px solid var(--border-color);
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 40px;
}

.header-buttons > a {
    margin-right: 24px;
    position: relative;
}
.header-buttons > a:last-child {
    margin-right: 0;
}
.header-buttons .header-cart {
    margin-right: 25px;
    display: inline-block;
    position: relative;
}
.header-buttons .header-cart:last-of-type {
    margin-right: 0;
}
.header-buttons .header-cart + .vs-menu-toggle {
    margin-left: 15px;
}
.header-buttons > a,
.header-buttons .header-cart > a {
    display: inline-block;
    color: var(--title-color);
    font-size: 22px;
    position: relative;
}
.header-buttons > a:hover,
.header-buttons .header-cart > a:hover {
    color: var(--theme-color);
}
.header-buttons > a + .vs-menu-toggle,
.header-buttons .header-cart > a + .vs-menu-toggle {
    margin-left: 15px;
}
.header-buttons.text-white .header-cart > a,
.header-buttons.text-white > a {
    color: var(--white-color);
}

.header-cart .widget_shopping_cart {
    position: absolute;
    right: 0;
    top: 100%;
    width: 400px;
    background-color: var(--white-color);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    padding: 30px;
    z-index: 3;
    margin: 25px -30px 0 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all ease 0.4s;
}
.header-cart:hover .widget_shopping_cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-info {
    display: flex;
    align-items: center;
}
.header-info_icon {
    margin-right: 15px;
}
.header-info_link {
    font-size: 14px;
    color: var(--title-color);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}
.header-info_label {
    font-size: 14px;
    color: var(--lable-color, #9a9a9a);
    line-height: 1;
}
.header-info.style2 .header-info_link {
    font-size: 24px;
    color: var(--white-color);
}
.header-info.style2 .header-info_label {
    color: var(--white-color);
}

.header-form {
    position: relative;
}
.header-form > i {
    position: absolute;
    left: 20px;
    top: 16px;
}
.header-form input {
    height: 48px;
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: 5px;
    padding-right: 130px;
    padding-left: 50px;
    font-size: 14px;
}
.header-form button {
    border: none;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 5px;
    position: absolute;
    right: 7px;
    top: 6px;
    height: 35px;
    padding: 0 27px;
    transition: all ease 0.4s;
}
.header-form button:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
.header-form--style2 {
    width: 300px;
    max-width: 100%;
}
.header-form--style2 .form-group {
    margin: 0;
    position: relative;
}
.header-form--style2 .form-control {
    width: 100%;
    color: #9a9a9a;
    height: 50px;
    border-radius: 9999px;
    font-size: 16px;
}
.header-form--style2 .form-control::-moz-placeholder {
    color: #9a9a9a;
}
.header-form--style2 .form-control:-ms-input-placeholder {
    color: #9a9a9a;
}
.header-form--style2 .form-control::placeholder {
    color: #9a9a9a;
}
.header-form--style2 button {
    position: absolute;
    top: 50%;
    right: 32px;
    border: none;
    padding: 0;
    background-color: transparent;
    transform: translateY(-50%);
}

.hamburger {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0;
    line-height: 1;
    position: relative;
    width: 30px;
    height: 18px;
}
.hamburger .bar {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background-color: var(--title-color);
    transition: all ease 0.4s;
    width: 70%;
}
.hamburger .bar:nth-child(2) {
    width: 100%;
    top: calc(50% - 0.7px);
}
.hamburger .bar:nth-child(3) {
    top: 100%;
    top: calc(100% - 1px);
}
.hamburger:hover .bar {
    background-color: var(--theme-color);
    width: 100%;
}
.hamburger:hover .bar:nth-child(2) {
    width: 70%;
}

.header-search {
    position: relative;
}
.header-search input {
    width: 100%;
    border: none;
    border-bottom: 3px solid var(--black-color);
    padding-right: 0;
    color: #212121;
    font-size: 16px;
    height: 45px;
    padding-right: 30px;
}
.header-search input::-moz-placeholder {
    color: #212121;
}
.header-search input:-ms-input-placeholder {
    color: #212121;
}
.header-search input::placeholder {
    color: #212121;
}
.header-search button {
    border: none;
    background-color: transparent;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-filter {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
}
.header-filter select {
    border: none;
    padding: 0 41px 0 30px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    width: 110px;
    height: 50px;
    background-position: right 18px center;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
}
.header-filter .line {
    display: inline-block;
    background-color: var(--border-color);
    height: 20px;
    width: 1px;
}
.header-filter input {
    border: none;
    padding: 0 20px 0 20px;
    height: 50px;
    width: 340px;
    font-size: 14px;
}
.header-filter button {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0 30px 0 0;
}

.header_call {
    display: flex;
    align-items: center;
}
@media (min-width: 1500px) and (max-width: 1921px) {
    .header_call {
        background-color: #f7f7f7;
        width: 683px;
        padding-left: 103px;
        height: 76px;
    }
}
.header_call_icon {
    color: var(--theme-color);
    font-size: 26px;
    margin-right: 10px;
}
.header_call_label {
    margin-right: 3px;
    color: var(--theme-color);
}
.header_call_number {
    color: var(--title-color);
}
.header_call_number:hover {
    color: var(--theme-color);
}

.header-info-list {
    color: var(--title-color);
    font-size: 14px;
    font-weight: 600;
}
.header-info-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header-info-list li {
    display: inline-block;
    margin-right: 40px;
}
.header-info-list li:last-child {
    margin-right: 0;
}

.category-toggler {
    border: none;
    background-color: transparent;
    padding: 0;
    height: 50px;
    padding-right: 45px;
    border-right: 1px solid var(--border-color);
}
.category-toggler i {
    margin-right: 10px;
}

@media (min-width: 1200px) and (max-width: 1335px) {
    .header-filter input {
        width: 150px;
    }
}
/* Extra large devices */
@media (max-width: 1500px) {
    .header-cart .widget_shopping_cart {
        margin: 25px 0 0 0;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .main-menu > ul > li {
        margin: 0 18px;
    }
    .header-layout1 .menu-top {
        padding: 15px 0 15px 15px;
    }
    .header-layout1 .menu-area {
        padding-left: 15px;
    }
    .logo-style1 {
        padding-right: 20px;
    }
    .header-buttons > a {
        margin-right: 15px;
    }
    .header-buttons > a:last-child {
        margin-right: 0;
    }
    .header-buttons a {
        font-size: 18px;
    }
    .header-top-links.style2 > ul > li:not(:last-child) {
        padding-right: 15px;
        margin-right: 10px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .header-top-links > ul > li {
        margin-right: 15px;
    }
    .header-top-links a {
        font-size: 12px;
    }
    .header-top-links.style2 > ul > li:not(:last-child) {
        padding-right: 18px;
        margin-right: 10px;
    }
    .header-info-list li {
        margin-right: 14px;
        font-size: 12px;
    }
    .header-cart .widget_shopping_cart {
        display: none;
    }
    .header-layout1 .header-top {
        padding: 12px 0;
    }
    .header-layout1 .menu-top {
        border-bottom: none;
    }
    .header-layout3 .menu-top {
        border-bottom: none;
    }
    .header-layout4 .menu-top {
        padding: 13px 0 15px 0;
    }
    .header-layout4 .menu-top .header-search {
        margin-bottom: 14px;
    }
    .header-layout8 .menu-top {
        padding: 5px 0 8px 0;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .logo-style1 {
        padding: 16px 0;
        justify-content: center;
        border: none;
        border-bottom: 1px solid var(--border-color);
    }
    .dropdown-menu {
        margin-top: 9px !important;
    }
    .dropdown-menu li a {
        margin-bottom: 0;
        display: block;
    }
    .header-info_label, .header-info_link {
        font-size: 12px;
        margin-bottom: 0;
    }
    .header-info_icon {
        margin-right: 10px;
        max-width: 35px;
    }
    .header-top-notice {
        font-size: 10px;
    }
    .header-layout1 .menu-top {
        padding-left: 0;
    }
    .header-layout2 .header-info .media-body {
        margin-bottom: -4px;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .category-toggler {
        padding-right: 0;
        border-right: none;
    }
}
@media (max-width: 350px) {
    .header-info_icon {
        margin-right: 10px;
        max-width: 24px;
    }
    .header-buttons > a {
        margin-right: 6px;
    }
    .header-buttons > a:last-child {
        margin-right: 0;
    }
    .header-buttons a {
        font-size: 18px;
    }
    .header-top-notice {
        font-size: 9px;
    }
}
/*------------------- 4.3. Footer  -------------------*/
.widget-area {
    padding-top: 100px;
}

.footer-layout1 {
    background-color: #f6f6f6;
}
.footer-layout1 .copyright-wrap {
    padding-bottom: 30px;
}

.footer-layout2 .widget_title {
    padding-bottom: 0;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 35px;
}
.footer-layout2 .widget_title:before {
    display: none;
}
.footer-layout2 .footer-widget {
    margin-bottom: 34px;
}
.footer-layout2 .widget.widget_meta, .footer-layout2 .widget.widget_pages, .footer-layout2 .widget.widget_archive, .footer-layout2 .widget.widget_categories, .footer-layout2 .widget.widget_nav_menu {
    margin-bottom: 30px;
}
.footer-layout2 .widget.widget_meta .widget_title, .footer-layout2 .widget.widget_pages .widget_title, .footer-layout2 .widget.widget_archive .widget_title, .footer-layout2 .widget.widget_categories .widget_title, .footer-layout2 .widget.widget_nav_menu .widget_title {
    margin-bottom: 37px;
}
.footer-layout2 .widget.widget_meta a, .footer-layout2 .widget.widget_pages a, .footer-layout2 .widget.widget_archive a, .footer-layout2 .widget.widget_categories a, .footer-layout2 .widget.widget_nav_menu a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
}
.footer-layout2 .widget.widget_meta a::before, .footer-layout2 .widget.widget_pages a::before, .footer-layout2 .widget.widget_archive a::before, .footer-layout2 .widget.widget_categories a::before, .footer-layout2 .widget.widget_nav_menu a::before {
    content: "\f105";
    font-family: var(--icon-font);
    color: var(--theme-color);
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 0;
}
.footer-layout2 .widget-area {
    padding-bottom: 60px;
}
.footer-layout2 .copyright-wrap {
    border-top: 3px solid #c2c2c2;
    padding: 30px 0;
}
.footer-layout2 .footer-info {
    font-size: 16px;
    max-width: 220px;
    margin-bottom: 5px;
    padding-left: 25px;
}
.footer-layout2 .footer-info i {
    color: var(--theme-color);
}

.track-link {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
}

.footer-layout4 .widget_title,
.footer-layout3 .widget_title {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 31px;
}
.footer-layout4 .widget_title:before,
.footer-layout3 .widget_title:before {
    display: none;
}
.footer-layout4 .widget_nav_menu .widget_title,
.footer-layout4 .widget_meta .widget_title,
.footer-layout4 .widget_pages .widget_title,
.footer-layout4 .widget_archive .widget_title,
.footer-layout4 .widget_categories .widget_title,
.footer-layout3 .widget_nav_menu .widget_title,
.footer-layout3 .widget_meta .widget_title,
.footer-layout3 .widget_pages .widget_title,
.footer-layout3 .widget_archive .widget_title,
.footer-layout3 .widget_categories .widget_title {
    margin-bottom: 37px;
}
.footer-layout4 .footer-info,
.footer-layout3 .footer-info {
    padding-left: 0;
    line-height: 26px;
    max-width: 250px;
    margin-bottom: 15px;
}
.footer-layout4 .footer-info:last-child,
.footer-layout3 .footer-info:last-child {
    margin-bottom: 0;
}
.footer-layout4 .copyright-wrap,
.footer-layout3 .copyright-wrap {
    background-color: #ebebeb;
    padding: 22px 0;
}
.footer-layout4 .copyright-wrap p,
.footer-layout3 .copyright-wrap p {
    font-size: 14px;
}
.footer-layout4 .widget-area,
.footer-layout3 .widget-area {
    padding-top: 120px;
    padding-bottom: 78px;
}

.footer-layout3 .widget_title {
    color: var(--white-color);
}
.footer-layout3 .widget_nav_menu a,
.footer-layout3 .widget_meta a,
.footer-layout3 .widget_pages a,
.footer-layout3 .widget_archive a,
.footer-layout3 .widget_categories a {
    color: #989898;
}
.footer-layout3 .footer-info {
    color: #989898;
}
.footer-layout3 .copyright-wrap {
    border-top: 1px solid #424242;
    background-color: transparent;
}
.footer-layout3 .copyright-wrap p {
    color: #989898;
}

.footer-layout4 .footer-widget.widget_meta a, .footer-layout4 .footer-widget.widget_pages a, .footer-layout4 .footer-widget.widget_archive a, .footer-layout4 .footer-widget.widget_categories a, .footer-layout4 .footer-widget.widget_nav_menu a {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
}
.footer-layout4 .footer-info {
    font-size: 16px;
}
.footer-layout4 .widget-area {
    padding-bottom: 65px;
}

.footer-layout5 {
    background-color: #0a1d2d;
}
.footer-layout5 .widget-area {
    padding: 80px 0 35px 0;
}
.footer-layout5 .form-title {
    margin-bottom: 25px;
}
.footer-layout5 .footer-top {
    padding: 160px 0 60px 0;
    border-bottom: 1px solid #213647;
}
.footer-layout5 .widget_title {
    color: var(--white-color);
    font-size: 26px;
    font-weight: 600;
    padding: 0;
    text-transform: capitalize;
}
.footer-layout5 .widget_title:before {
    display: none;
}
.footer-layout5 .widget_meta .widget_title,
.footer-layout5 .widget_pages .widget_title,
.footer-layout5 .widget_archive .widget_title,
.footer-layout5 .widget_categories .widget_title,
.footer-layout5 .widget_nav_menu .widget_title {
    margin-bottom: 37px;
}
.footer-layout5 .widget_meta a,
.footer-layout5 .widget_pages a,
.footer-layout5 .widget_archive a,
.footer-layout5 .widget_categories a,
.footer-layout5 .widget_nav_menu a {
    color: var(--white-color);
    margin-bottom: 15px;
}
@media (min-width: 991px) {
    .footer-layout5 .row > [class*=col-]:not(:first-child) .footer-widget {
        border-left: 1px solid #213647;
        padding-left: 50px;
    }
}
.footer-layout5 .copyright-wrap {
    background-color: #07131d;
    padding: 24px 0;
}
.footer-layout5 .copyright-wrap p {
    color: #dddddd;
}
.footer-layout5 .copyarea-text {
    color: var(--white-color);
    font-weight: 600;
}
.footer-layout5 .copyarea-text a {
    font-weight: 400;
    margin-left: 5px;
}

.footer-layout6 {
    --body-color: #909090;
}
.footer-layout6 .widget-area {
    padding-bottom: 35px;
}
.footer-layout6 .footer-widget.widget_meta a,
.footer-layout6 .footer-widget.widget_pages a,
.footer-layout6 .footer-widget.widget_archive a,
.footer-layout6 .footer-widget.widget_categories a,
.footer-layout6 .footer-widget.widget_nav_menu a {
    margin-bottom: 15px;
    font-size: 16px;
}
.footer-layout6 .opening-info > * {
    margin: 0 0 5px 0;
    font-size: 16px;
}
.footer-layout6 .widget_title {
    color: var(--white-color);
    padding-bottom: 0;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}
.footer-layout6 .widget_title:before {
    display: none;
}
.footer-layout6 .widget_meta .widget_title,
.footer-layout6 .widget_pages .widget_title,
.footer-layout6 .widget_archive .widget_title,
.footer-layout6 .widget_categories .widget_title,
.footer-layout6 .widget_nav_menu .widget_title {
    margin-bottom: 26px;
}
.footer-layout6 .call-number {
    color: var(--white-color);
}
.footer-layout6 .footer-logo {
    margin-bottom: 27px;
}
.footer-layout6 .footer-social {
    margin-top: 22px;
}
.footer-layout6 .footer-social > a:not(:last-child) {
    margin-right: 16px;
}
.footer-layout6 .footer-text {
    max-width: 275px;
}
.footer-layout6 .footer-info {
    color: var(--white-color);
}
.footer-layout6 .copyright-wrap {
    border-top: 1px solid #3a3a3a;
    padding: 36px 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .footer-layout5 .footer-top {
        padding: 100px 0 60px 0;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .widget-area {
        padding-top: 60px;
    }
    .footer-layout5 .widget-area,
    .footer-layout4 .widget-area,
    .footer-layout3 .widget-area {
        padding-top: 80px;
        padding-bottom: 38px;
    }
    .footer-layout5 .widget_title,
    .footer-layout5 .widget_title,
    .footer-layout4 .widget_title,
    .footer-layout4 .widget_title,
    .footer-layout3 .widget_title,
    .footer-layout3 .widget_title {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .footer-layout5 .widget_nav_menu .widget_title,
    .footer-layout5 .widget_meta .widget_title,
    .footer-layout5 .widget_pages .widget_title,
    .footer-layout5 .widget_archive .widget_title,
    .footer-layout5 .widget_categories .widget_title,
    .footer-layout5 .widget_nav_menu .widget_title,
    .footer-layout5 .widget_meta .widget_title,
    .footer-layout5 .widget_pages .widget_title,
    .footer-layout5 .widget_archive .widget_title,
    .footer-layout5 .widget_categories .widget_title,
    .footer-layout4 .widget_nav_menu .widget_title,
    .footer-layout4 .widget_meta .widget_title,
    .footer-layout4 .widget_pages .widget_title,
    .footer-layout4 .widget_archive .widget_title,
    .footer-layout4 .widget_categories .widget_title,
    .footer-layout4 .widget_nav_menu .widget_title,
    .footer-layout4 .widget_meta .widget_title,
    .footer-layout4 .widget_pages .widget_title,
    .footer-layout4 .widget_archive .widget_title,
    .footer-layout4 .widget_categories .widget_title,
    .footer-layout3 .widget_nav_menu .widget_title,
    .footer-layout3 .widget_meta .widget_title,
    .footer-layout3 .widget_pages .widget_title,
    .footer-layout3 .widget_archive .widget_title,
    .footer-layout3 .widget_categories .widget_title,
    .footer-layout3 .widget_nav_menu .widget_title,
    .footer-layout3 .widget_meta .widget_title,
    .footer-layout3 .widget_pages .widget_title,
    .footer-layout3 .widget_archive .widget_title,
    .footer-layout3 .widget_categories .widget_title {
        margin-bottom: 25px;
    }
    .footer-layout2 .widget-area {
        padding-bottom: 25px;
    }
    .footer-layout2 .copyright-wrap {
        padding: 18px 0;
    }
    .footer-layout2 .widget_title {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .footer-layout2 .widget.widget_meta .widget_title,
    .footer-layout2 .widget.widget_pages .widget_title,
    .footer-layout2 .widget.widget_archive .widget_title,
    .footer-layout2 .widget.widget_categories .widget_title,
    .footer-layout2 .widget.widget_nav_menu .widget_title {
        margin-bottom: 22px;
    }
    .footer-layout4 .footer-widget {
        margin-bottom: 50px;
    }
    .footer-layout4 .footer-widget.widget_meta a, .footer-layout4 .footer-widget.widget_pages a, .footer-layout4 .footer-widget.widget_archive a, .footer-layout4 .footer-widget.widget_categories a, .footer-layout4 .footer-widget.widget_nav_menu a {
        font-size: 14px;
    }
    .footer-layout4 .footer-info {
        font-size: 14px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .copyright-wrap p {
        font-size: 12px;
    }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    min-height: 80px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcumb-menu li {
    display: inline-block;
    list-style: none;
    position: relative;
}
.breadcumb-menu li:not(:last-child):after {
    content: "/";
    margin: 0 8px 0 10px;
}
.breadcumb-menu li:last-child,
.breadcumb-menu li:last-child a,
.breadcumb-menu li:last-child span {
    color: var(--title-color);
}
.breadcumb-menu li a:hover {
    color: var(--theme-color);
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 400;
    font-size: 18px;
    color: var(--body-color);
}
.breadcumb-menu li i,
.breadcumb-menu a i,
.breadcumb-menu span i {
    margin-right: 10px;
    font-size: 0.8rem;
    position: relative;
    top: -1px;
}

.breadcumb-title {
    font-size: 72px;
    font-weight: 600;
    margin: -0.23em 0 -0.25em 0;
    color: var(--title-color);
    line-height: 1.15;
}

.breadcumb-content {
    padding: 60px 0;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcumb-wrapper {
    width: 100%;
    max-width: 1760px;
    background-color: var(--smoke-color);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Large devices */
@media (max-width: 1199px) {
    .breadcumb-title {
        font-size: 46px;
    }
    .breadcumb-content {
        padding: 30px 0;
        min-height: 250px;
    }
    .breadcumb-menu {
        min-height: 60px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .breadcumb-title {
        font-size: 36px;
    }
    .breadcumb-content {
        min-height: 220px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .breadcumb-title {
        font-size: 30px;
    }
    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px;
    }
}
/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
    text-align: center;
}
.vs-pagination ul {
    margin: 0;
    padding: 0;
}
.vs-pagination li {
    display: inline-block;
    margin: 0 3px;
    list-style-type: none;
}
.vs-pagination li:last-child {
    margin-right: 0;
}
.vs-pagination li:first-child {
    margin-left: 0;
}
.vs-pagination span,
.vs-pagination a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--title-color);
    text-align: center;
    position: relative;
    border: 1px solid var(--border-color);
    z-index: 1;
    font-weight: 400;
    border-radius: 50%;
}
.vs-pagination span.active, .vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: transparent;
}

.post-pagination {
    margin: var(--blog-space-x, 40px) var(--blog-space-x, 40px) var(--blog-space-x, 40px) var(--blog-space-x, 40px);
}

.post-pagi-box {
    display: flex;
    align-items: center;
}
.post-pagi-box .media-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}
.post-pagi-box .media-img img {
    width: 100%;
}
.post-pagi-box .media-body > a {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    color: var(--body-color);
}
.post-pagi-box .media-body > a:hover {
    color: var(--theme-color);
}
.post-pagi-box .pagi-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 8px 0 0 0;
}
.post-pagi-box.prev {
    padding-right: 45px;
    border-right: 1px solid var(--border-color);
}
.post-pagi-box.next {
    flex-direction: row-reverse;
    text-align: right;
    padding-left: 45px;
}
.post-pagi-box.next .media-img {
    margin-right: 0;
    margin-left: 20px;
}

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

.vs-quote {
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 67px 60px 64px 225px;
}
.vs-quote:before {
    content: "\f10e";
    position: absolute;
    left: 65px;
    top: 50%;
    margin-top: -60px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-color: var(--white-color);
    color: var(--theme-color);
    z-index: 1;
    opacity: 1;
    font-size: 2.5em;
    text-align: center;
    font-weight: 300;
    border-radius: 50%;
}
.vs-quote p {
    font-weight: 400;
    line-height: 28px;
    font-size: 18px;
    font-style: normal;
}
.vs-quote cite {
    display: block;
    color: var(--white-color);
    padding: 0;
    font-size: 24px;
    font-weight: 500;
}
.vs-quote cite:before {
    display: none;
}
.vs-quote .degi {
    font-weight: 400;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    display: block;
    margin-top: 5px;
}

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

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

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

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

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

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

.blog-single {
    position: relative;
    border: 1px solid var(--border-color);
    margin-bottom: 40px;
}
.blog-single .blog-content {
    margin: var(--blog-space-y, 40px) 0 var(--blog-space-y, 40px) 0;
    padding: 0 var(--blog-space-x, 40px) 0 var(--blog-space-x, 40px);
    position: relative;
}
.blog-single .link-btn {
    margin: 30px 0 -0.15em 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
}
.blog-single .blog-meta {
    margin-bottom: 10px;
    margin-top: -0.45em;
}
.blog-single .blog-meta > span,
.blog-single .blog-meta a {
    font-size: 14px;
    color: var(--body-color);
    margin: 0;
    padding: 0;
}
.blog-single .blog-meta > span:not(:last-child):after,
.blog-single .blog-meta a:not(:last-child):after {
    content: "|";
    margin: 0 5px 0 9px;
}
.blog-single .blog-title {
    line-height: 1.35;
    margin-bottom: 18px;
    font-size: 30px;
}
.blog-single .blog-audio {
    line-height: 1;
}
.blog-single .blog-img {
    position: relative;
    margin: -1px -1px 30px -1px;
}
.blog-single .blog-img .blog-date {
    font-size: 18px;
    color: var(--title-color);
    text-transform: capitalize;
    line-height: 1;
    display: inline-block;
    background-color: var(--white-color);
    padding: 15px 24px;
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.blog-single .blog-img .blog-date .date {
    font-weight: 500;
    font-size: 30px;
    color: var(--theme-color);
    vertical-align: middle;
    top: -1px;
    position: relative;
    margin-right: 7px;
}
.blog-single .blog-img .slick-arrow {
    --pos-x: 40px;
    background-color: var(--white-color);
    color: var(--title-color);
    border: none;
    border-radius: 0;
}
.blog-single .blog-img .slick-arrow:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}
.blog-single .blog-img .play-btn {
    --icon-size: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single .share-links {
    margin: -5px var(--blog-space-x, 40px) 0 var(--blog-space-x, 40px);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 25px 0;
}
.blog-single .share-links .row {
    align-items: center;
}
.blog-single .share-links-title {
    font-size: 16px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 400;
    margin: 0 15px 0 0;
}
.blog-single .social-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}
.blog-single .social-links li {
    display: inline-block;
    margin-right: 5px;
}
.blog-single .social-links li:last-child {
    margin-right: 0;
}
.blog-single .social-links a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    color: #9e9e9e;
    background-color: #f1f1f1;
    border-radius: 50%;
}
.blog-single .social-links a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.blog-single:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.blog-card {
    margin-bottom: 23px;
}
.blog-card .blog-img {
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-card .blog-img img {
    transition: all ease 0.4s;
    transform: scale(1);
}
.blog-card .blog-meta a {
    font-size: 14px;
    position: relative;
    margin: 0 0 8px 0;
    padding: 0;
}
.blog-card .blog-meta a:after {
    content: "/ ";
    margin: 0 6px 0 10px;
}
.blog-card .blog-meta a:last-child:after {
    display: none;
}
.blog-card .blog-title {
    margin-bottom: 8px;
}
.blog-card .blog-text {
    margin-bottom: 0;
}
.blog-card:hover .blog-img img {
    transform: scale(1.2);
}

.blog-box .blog-img {
    overflow: hidden;
}
.blog-box .blog-img img {
    transform: scale(1);
    transition: all ease 0.4s;
}
.blog-box .blog-content {
    padding: 22px 30px 24px 30px;
    border: 1px solid #dedede;
    margin: -58px 15px 0 15px;
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
}
.blog-box .author-name {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 8px;
}
.blog-box .blog-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}
.blog-box .blog-meta {
    margin-bottom: 0;
}
.blog-box .blog-meta span,
.blog-box .blog-meta a {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0;
    margin-right: 13px;
}
.blog-box .blog-meta span i,
.blog-box .blog-meta a i {
    margin-right: 7px;
    font-size: 13px;
}
.blog-box .blog-meta span:not(:hover),
.blog-box .blog-meta a:not(:hover) {
    color: #4b4b4b;
}
.blog-box:hover .blog-img img {
    transform: scale(1.2);
}

.blog-grid {
    margin-bottom: 30px;
}
.blog-grid .blog-img {
    margin-bottom: 30px;
    overflow: hidden;
}
.blog-grid .blog-img img {
    transform: scale(1);
    transition: all ease 0.4s;
}
.blog-grid .blog-body {
    display: flex;
}
.blog-grid .blog-date {
    text-align: center;
    margin-right: 28px;
    margin-top: -0.2em;
}
.blog-grid .blog-date > a {
    word-break: break-word;
    display: inline-block;
    width: 63px;
    font-size: 16px;
    color: var(--title-color);
}
.blog-grid .blog-date > a::first-line {
    display: block;
    color: #f9ead6;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}
.blog-grid .blog-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: -0.2em;
    margin-bottom: 8px;
}
.blog-grid .blog-meta {
    margin: -0.3em 0 7px 0;
}
.blog-grid .blog-meta a {
    font-size: 14px;
    color: var(--theme-color);
}
.blog-grid .line-btn {
    color: #707070;
    font-style: italic;
}
.blog-grid .line-btn i {
    margin-left: 8px;
}
.blog-grid .line-btn:hover {
    color: var(--theme-color);
}
.blog-grid:hover .blog-img img {
    transform: scale(1.12);
}

.blog-wide {
    position: relative;
    padding: 90px 0;
}
.blog-wide .blog-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.blog-wide .blog-content {
    text-align: center;
    background-color: var(--white-color);
    max-width: 470px;
    margin: 0 auto;
    padding: 70px 40px 90px 40px;
    z-index: 2;
    position: relative;
}
.blog-wide .blog-date {
    margin-bottom: 20px;
}
.blog-wide .blog-date a {
    color: var(--white-color);
    background-color: var(--theme-color);
    line-height: 1;
    padding: 7px 12px;
    display: inline-block;
    text-transform: uppercase;
}
.blog-wide .blog-text {
    margin: 0 auto;
    font-size: 18px;
    max-width: 310px;
}
.blog-wide-arrows {
    position: absolute;
    bottom: 96px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
}
.blog-wide-arrows .icon-btn {
    border: 1px solid #e1dede;
    line-height: 48px;
}
.blog-wide-arrows .icon-btn:hover {
    border-color: transparent;
}

.blog-style1 {
    background-color: var(--white-color);
}
.blog-style1 .blog-title {
    line-height: 32px;
}
.blog-style1 .blog-meta i {
    color: var(--title-color);
    font-size: 14px;
}
@media (min-width: 1199px) {
    .blog-style1 .blog-meta i {
        width: var(--icon-size, 30px);
        height: var(--icon-size, 30px);
        line-height: var(--icon-size, 30px);
        background-color: #e7e7e7;
        text-align: center;
        border-radius: 50%;
    }
}
.blog-style1 .blog-meta span,
.blog-style1 .blog-meta a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #666666;
}
.blog-style1 .author-avater {
    width: var(--avater-size, 70px);
    height: var(--avater-size, 70px);
    padding: 5px;
    background-color: var(--white-color);
    position: absolute;
    right: 15px;
    top: 0;
    margin-top: calc(var(--avater-size, 70px) / -2);
    border-radius: 50%;
}
.blog-style1 .author-avater img {
    width: 100%;
}
.blog-style1 .blog-content {
    padding: 35px 30px 30px 30px;
    position: relative;
    z-index: 1;
}

.blog-style2 {
    background-color: var(--white-color);
}
.blog-style2 .blog-meta {
    margin-bottom: 12px;
}
.blog-style2 .blog-meta span,
.blog-style2 .blog-meta a {
    font-size: 14px;
    position: relative;
}
.blog-style2 .blog-meta span i,
.blog-style2 .blog-meta a i {
    margin-right: 7px;
}
.blog-style2 .blog-meta span:not(:last-child),
.blog-style2 .blog-meta a:not(:last-child) {
    padding-right: 15px;
    margin-right: 13px;
}
.blog-style2 .blog-meta span:not(:last-child)::before,
.blog-style2 .blog-meta a:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #d0d0d0;
}
.blog-style2 .blog-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
}
.blog-style2 .line-btn {
    font-style: italic;
    color: var(--body-color);
    font-weight: 400;
    font-size: 16px;
}
.blog-style2 .line-btn i {
    margin-left: 5px;
}
.blog-style2 .blog-content {
    padding: 35px 40px 40px 40px;
}

/* Large devices */
@media (max-width: 1199px) {
    .vs-quote {
        padding: 37px 40px 34px 150px;
    }
    .vs-quote:before {
        left: 35px;
        margin-top: -40px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 1.5em;
    }
    .blog-box .blog-content {
        padding: 22px 22px 24px 22px;
    }
    .blog-grid .blog-img {
        margin-bottom: 20px;
    }
    .blog-grid .blog-date {
        margin-right: 20px;
    }
    .blog-grid .blog-title {
        font-size: 16px;
        line-height: 24px;
    }
    .blog-grid .line-btn {
        font-size: 12px;
    }
    .blog-grid .blog-date > a {
        width: 50px;
    }
    .blog-grid .blog-date > a::first-line {
        font-size: 30px;
    }
    .blog-wide-arrows {
        bottom: 96px;
    }
    .blog-style1 {
        --avater-size: 50px;
    }
    .blog-style1 .blog-meta span,
    .blog-style1 .blog-meta a {
        font-size: 12px;
    }
    .blog-title {
        line-height: 32px;
        margin-bottom: 10px;
    }
    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 30px;
    }
    .blog-single .blog-title {
        font-size: 26px;
    }
    .blog-single .blog-img .play-btn {
        --icon-size: 80px;
        --icon-font-size: 1.2em;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    blockquote {
        font-size: 20px;
        line-height: 34px;
        padding: 30px 40px 30px 40px;
    }
    blockquote cite {
        font-size: 16px;
        margin-top: 20px;
    }
    blockquote:before {
        right: 20px;
        bottom: 20px;
        font-size: 4rem;
    }
    .blog-author {
        padding: 30px 30px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .vs-quote {
        padding: 20px 25px 25px 25px;
    }
    .vs-quote:before {
        left: auto;
        margin-top: 0;
        top: auto;
        right: 10%;
        bottom: 10%;
        background-color: transparent;
        color: var(--white-color);
        font-size: 3em;
        line-height: 1;
        width: auto;
        height: auto;
        opacity: 0.3;
    }
    .vs-quote cite {
        font-size: 20px;
    }
    .blog-meta span,
    .blog-meta a {
        margin-right: 20px;
        font-size: 16px;
    }
    .blog-single .blog-content {
        margin-top: 29px;
    }
    .blog-author {
        padding: 30px 20px;
    }
    .blog-card .blog-text {
        margin-bottom: 0;
        font-size: 14px;
    }
    .blog-wide .blog-content {
        max-width: 90%;
        padding: 40px 15px 45px 15px;
    }
    .blog-wide .blog-text {
        font-size: 16px;
    }
    .blog-style2 .blog-content {
        padding: 20px 30px 30px 30px;
    }
    .blog-single {
        --blog-space-x: 15px;
    }
    .blog-single .blog-img .blog-date {
        font-size: 14px;
        padding: 6px 15px;
        right: 15px;
        bottom: 15px;
    }
    .blog-single .blog-img .blog-date .date {
        font-size: 18px;
        margin-right: 5px;
    }
    .blog-single .blog-title {
        font-size: 24px;
    }
}
/*------------------- 4.7. Comments  -------------------*/
.comment-respond {
    margin: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    position: relative;
}
.comment-respond .form-title {
    margin-top: -0.35em;
}
.comment-respond .form-title a#cancel-comment-reply-link {
    font-size: 0.7em;
    text-decoration: underline;
}
.comment-respond .custom-checkbox.notice {
    margin-bottom: 30px;
}
.comment-respond .row {
    --bs-gutter-x: 20px;
}
.comment-respond .form-control {
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    font-size: 14px;
    height: 50px;
    padding-left: 30px;
    border-radius: 0;
}
.comment-respond .form-group > i {
    top: 22px;
    right: 45px;
    font-size: 16px;
}
.comment-respond .blog-inner-title {
    margin-bottom: 0px;
}
.comment-respond .form-text {
    margin-bottom: 25px;
}
.comment-respond .vs-btn {
    text-transform: capitalize;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

.question-form .comment-respond,
.review-form .comment-respond {
    margin: 0 0 20px 0;
}
.question-form .form-control,
.review-form .form-control {
    background-color: transparent;
    border: 1px solid #e4e4e4;
}
.question-form .rating-select,
.review-form .rating-select {
    display: flex;
    align-items: center;
}
.question-form .rating-select label,
.review-form .rating-select label {
    font-weight: 500;
    color: var(--title-color);
}

.review-form {
    display: none;
}

.vs-comments-wrap {
    margin: 60px var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
}
.vs-comments-wrap .description p:last-child {
    margin-bottom: 0;
}
.vs-comments-wrap .comment-respond {
    margin: 30px 0;
}
.vs-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;
}
.vs-comments-wrap blockquote {
    background-color: #eaf8f9;
}
.vs-comments-wrap li {
    margin: 0;
}
.vs-comments-wrap .vs-post-comment {
    padding: 40px 40px 35px 40px;
    position: relative;
    background-color: rgba(241, 241, 241, 0.5);
    display: flex;
    margin: 30px 0 30px 0;
    position: relative;
}
.vs-comments-wrap ul.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
    margin-bottom: 0;
}
.vs-comments-wrap .comment-avater {
    width: 100px;
    height: 100px;
    margin-right: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.vs-comments-wrap .comment-avater img {
    width: 100%;
}
.vs-comments-wrap .comment-content {
    flex: 1;
    margin-top: -5px;
    position: relative;
}
.vs-comments-wrap .commented-on {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    color: var(--body-color);
    font-family: var(--title-font);
}
.vs-comments-wrap .commented-on i {
    margin-right: 7px;
    font-size: 0.9rem;
}
.vs-comments-wrap .name {
    margin-bottom: 2px;
}
.vs-comments-wrap .comment-top {
    display: flex;
    justify-content: space-between;
}
.vs-comments-wrap .text {
    color: #6b6b6b;
    margin-bottom: 0;
}
.vs-comments-wrap .text:last-child {
    margin-bottom: 0;
}
.vs-comments-wrap .children {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 70px;
}
.vs-comments-wrap .replay-btn {
    font-weight: 600;
    font-family: var(--title-font);
    font-size: 16px;
    color: var(--body-color);
    margin-top: 10px;
    display: inline-block;
}
.vs-comments-wrap .replay-btn i {
    margin-right: 7px;
}
.vs-comments-wrap .replay-btn:hover {
    color: var(--theme-color);
}
.vs-comments-wrap .star-rating {
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 80px;
}

.vs-comments-wrap.vs-comment-form {
    margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
    .vs-comments-wrap .vs-post-comment {
        padding: 30px 30px;
    }
    .vs-comments-wrap .children {
        margin-left: 40px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .vs-comments-wrap .vs-post-comment {
        display: block;
        padding: 30px 20px 20px 20px;
    }
    .vs-comments-wrap .star-rating {
        position: relative;
        top: 0;
        right: 0;
    }
    .vs-comments-wrap .comment-top {
        display: block;
    }
    .vs-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .vs-comments-wrap .children {
        margin-left: 40px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .vs-comments-wrap .children {
        margin-left: 30px;
    }
}
/*------------------- 4.8. Hero Area  -------------------*/
.ls-v6 .ls-bottom-nav-wrapper {
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: -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;
    transform: translateX(-50%);
    transition: all ease 0.4s;
}
.ls-gui-element.ls-bottom-nav-wrapper a:first-child {
    margin-top: 0;
}
.ls-gui-element.ls-bottom-nav-wrapper a:last-child {
    margin-bottom: 0;
}
.ls-gui-element.ls-bottom-nav-wrapper a.ls-nav-active:hover, .ls-gui-element.ls-bottom-nav-wrapper a.ls-nav-active {
    background-color: var(--theme-color) !important;
}

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

@media (min-width: 1500px) {
    .hero-layout7 {
        padding: 0 95px;
    }
}
/* 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;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .ls-v6.ls-container.ls-responsive {
        -webkit-clip-path: none !important;
        clip-path: none !important;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .line-btn-mobile {
        font-size: 10px;
        color: var(--theme-color);
    }
    .line-btn-mobile.style-white {
        color: var(--white-color);
    }
}
.ls-play-btn {
    width: 60px;
    height: 60px;
    line-height: 1;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 50%;
    background-color: transparent;
    color: #000000;
    font-size: 1.1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1024px) {
    .ls-play-btn {
        font-size: 1.4em;
    }
}
@media (max-width: 767px) {
    .ls-play-btn {
        min-width: 30px;
        min-height: 30px;
        font-size: 13px;
    }
}
.hero-layout11 a.ls-gui-element.ls-nav-prev,
.hero-layout11 a.ls-gui-element.ls-nav-next {
    left: 0;
    right: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    line-height: 40px !important;
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    background-color: var(--title-color);
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.hero-layout11 a.ls-gui-element.ls-nav-prev:before,
.hero-layout11 a.ls-gui-element.ls-nav-next:before {
    content: "\f104";
    border: none;
    color: var(--white-color);
    font-family: "font awesome 5 pro";
    font-size: 24px;
    width: auto;
    height: auto;
    background-color: transparent;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    display: block;
}

.hero-layout11 a.ls-gui-element.ls-nav-prev:after,
.hero-layout11 a.ls-gui-element.ls-nav-next:after {
    display: none;
}

.hero-layout11 a.ls-gui-element.ls-nav-next {
    left: auto;
    right: 0;
}

.hero-layout11 a.ls-gui-element.ls-nav-next:before {
    content: "\f105";
    padding-right: 3px;
}

.hero-layout11 a.ls-gui-element.ls-nav-prev:hover,
.hero-layout11 a.ls-gui-element.ls-nav-next:hover {
    background-color: var(--theme-color);
}

@media (max-width: 992px) {
    .hero-layout11 .vs-btn.ls-hero-btn {
        font-size: 14px;
        padding: 16px 24px;
    }
}
@media (max-width: 767px) {
    .hero-layout11 .vs-btn.ls-hero-btn {
        font-size: 11px;
        padding: 11px 14px;
    }
}
/*------------------- 4.9. Error  -------------------*/
.error-img {
    margin-bottom: 45px;
}

.error-title {
    margin-bottom: 15px;
}

.error-text {
    margin-bottom: 50px;
}

.success-title {
    margin-bottom: 15px;
    color: #349c43;
}

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

/*------------------- 4.11. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: -200px;
    right: 455px;
    background-color: var(--title-color);
    color: var(--white-color);
    border-radius: 50%;
    transform: rotate(0);
    transition: right ease 1s, opacity ease 2s, visibility ease 2s, background-color ease 0.4s, color ease 0.4s;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}
.sidemenu-wrapper .closeButton:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}
.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white-color);
    width: 480px;
    max-width: 100%;
    margin-left: auto;
    padding: 45px 60px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    transition-delay: 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;
    margin-bottom: 60px;
    border: none;
    background-color: transparent;
}
.sidemenu-wrapper .widget:last-child {
    margin-bottom: 0;
}
.sidemenu-wrapper .widget-title {
    font-weight: 600;
}
.sidemenu-wrapper .footer-logo {
    margin-bottom: 26px;
}
.sidemenu-wrapper .newsletter-form {
    display: flex;
}
.sidemenu-wrapper .newsletter-form .form-control {
    height: 50px;
    padding-left: 20px;
    font-size: 14px;
}
.sidemenu-wrapper .newsletter-form .vs-btn {
    background-color: var(--title-color);
    color: var(--white-color);
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.sidemenu-wrapper .newsletter-form .vs-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.sidemenu-wrapper .vs-widget-about .vs-btn {
    margin-top: 10px;
    padding: 17px 29px;
    font-size: 16px;
}
.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    transition: all ease 0.8s;
}
.sidemenu-wrapper.show .closeButton {
    top: 20px;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
}
.sidemenu-wrapper.show .sidemenu-content {
    right: 0;
    opacity: 1;
    visibility: visible;
}

/* Small devices */
@media (max-width: 767px) {
    .sidemenu-wrapper .sidemenu-content {
        max-width: 280px;
        padding: 50px 15px 30px 15px;
    }
    .sidemenu-wrapper .closeButton {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        top: 5px;
        right: 260px;
    }
    .sidemenu-wrapper .widget {
        margin-bottom: 40px;
    }
    .sidemenu-wrapper .newsletter-form {
        display: block;
    }
    .sidemenu-wrapper .newsletter-form .vs-btn {
        margin-top: 10px;
    }
}
/*------------------- 4.12. Wocommerce  -------------------*/
.woocommerce-message,
.woocommerce-info {
    position: relative;
    border: 1px solid #d8d8d8;
    padding: 11px 20px;
    background-color: var(--body-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    border-radius: 5px;
}
.woocommerce-message a,
.woocommerce-info a {
    color: inherit;
    text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
    text-decoration: underline;
}
.woocommerce-message:before,
.woocommerce-info:before {
    content: "\f06a";
    font-family: var(--icon-font);
    font-weight: 900;
    margin-right: 10px;
}

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

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

.woocommerce-form-coupon,
.woocommerce-form-login {
    padding: 40px;
    background-color: var(--smoke-color);
    margin-bottom: 30px;
}
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
    margin-bottom: 20px;
}
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
    margin-bottom: 0;
}

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

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

.woocommerce-grouped-product-list.group_table {
    border-collapse: collapse;
    margin-bottom: 15px;
}
.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
    font-size: 16px;
    color: var(--title-color);
}
.woocommerce-grouped-product-list.group_table label {
    margin: 0 0 0 10px;
    margin: 0 0 0 10px;
    font-family: var(--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: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
}
table.variations td {
    padding: 0;
}
table.variations td.label {
    padding-right: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
table.variations select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    margin: 0;
    padding-right: 54px;
    padding-left: 20px;
    height: 50px;
}
table.variations .reset_variations {
    margin-left: 16px;
    display: inline-block;
    position: absolute;
    left: 100%;
    bottom: 25px;
}

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

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

#woosq-popup .product_meta {
    margin-top: 20px;
}
#woosq-popup .product_title {
    font-size: 24px;
    margin-bottom: 5px;
}
#woosq-popup .single-product .product .actions {
    align-items: center;
    display: flex;
    gap: 20px;
}
#woosq-popup .single-product .product .actions .vs-btn {
    padding: 17px 30px;
}
#woosq-popup .single-product .product .actions > div {
    height: auto;
    overflow: visible;
    width: -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;
}

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

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

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

.wcboost-variation-swatches__wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
}
.wcboost-variation-swatches__item {
    display: inline-block;
    margin-right: 3px;
}
.wcboost-variation-swatches__item:last-child {
    margin-right: 0;
}
.wcboost-variation-swatches__name {
    width: var(--swatches-size, 22px);
    height: var(--swatches-size, 22px);
    line-height: var(--swatches-size, 22px);
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
}

.reviews-summary {
    text-align: center;
    background-color: var(--white-color);
    padding: 60px 40px 40px 40px;
}
.reviews-summary__average {
    font-size: 60px;
    color: var(--theme-color);
    font-weight: 400;
    line-height: 1;
    margin: -0.1em 0 20px 0;
}
.reviews-summary__rating {
    margin-bottom: 11px;
}
.reviews-summary__rating .star-rating {
    margin: 0 auto;
    position: relative;
    right: -5px;
}
.reviews-summary__rating .star-rating span:before {
    color: var(--title-color);
}
.reviews-summary__count {
    font-weight: 300;
    margin-bottom: 18px;
}
.reviews-summary__buttons {
    margin-top: 18px;
}
.reviews-summary__buttons .button {
    width: 100%;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    margin-bottom: 10px;
}
.reviews-summary__buttons .button:last-child {
    margin-bottom: 0;
}
.reviews-summary__buttons .button:nth-child(2) {
    background-color: #fff1dd;
    color: var(--theme-color);
}

.reviews-bar {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.reviews-bar__title {
    margin: 0 10px 0 0;
    font-weight: 300;
    width: 45px;
    text-align: left;
}
.reviews-bar__graph {
    flex: 1;
    background-color: #eeeeee;
    border-radius: 9999px;
    overflow: hidden;
    height: 7px;
}
.reviews-bar__graph .bar {
    background-color: var(--theme-color);
    height: 100%;
}
.reviews-bar__percentage {
    margin: 0 0 0 10px;
    font-weight: 300;
    width: 40px;
    text-align: right;
}

.product-reviews .reviews-note {
    color: var(--title-color);
    margin-bottom: 28px;
}
.product-reviews .reviews-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}

.vs-review:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.vs-review__top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.vs-review__top .star-rating span:before {
    color: var(--title-color);
}
.vs-review__top .date {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    border-left: 1px solid var(--title-color);
    margin: 0 0 0 0;
    padding: 0 0 0 12px;
}
.vs-review__author {
    display: flex;
    align-items: center;
    margin-bottom: 29px;
}
.vs-review__avater {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}
.vs-review__name {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.vs-review__degi {
    font-size: 14px;
    font-weight: 300;
}
.vs-review__title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 13px 0;
}
.vs-review__text {
    font-size: 14px;
    font-weight: 300;
}
.vs-review .dco-image-attachment {
    margin-top: 20px;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .reviews-summary {
        padding: 40px 40px 40px 40px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .reviews-summary {
        padding: 40px 20px 40px 20px;
    }
    .reviews-summary__average {
        font-size: 46px;
        margin: -0.1em 0 11px 0;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .reviews-summary {
        margin-bottom: 38px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .woocommerce-message,
    .woocommerce-info {
        font-size: 12px;
        padding: 5px 10px;
    }
}
/*------------------- 4.13. Products  -------------------*/
.product-img {
    position: relative;
    /*overflow: hidden;*/
}
.product-img img {
    width: 100%;
    transition: all ease 0.4s;
    transform: scale(1);
}
.product-img .actions {
    position: absolute;
    left: 0;
    right: 0;
    top: 47%;
    text-align: center;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    transition: all ease 0.4s;
}
.product-img .tag-style1 {
    position: absolute;
    z-index: 2;
    transition: all ease 0.4s;
}
.product-img .product-label {
    position: absolute;
    right: 10px;
    top: 10px;
    background: var(--theme-color);
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    color: #ffffff;
    padding: 7px 15px;
    z-index: 2;
}
.product-img .product-label + .product-label.style2 {
    right: auto;
    left: 30px;
}
.product-img .product-label.style3, .product-img .product-label.style2 {
    background-color: var(--title-color);
    color: var(--white-color);
    border-color: transparent;
}
.product-img .product-label.style3 {
    background-color: var(--theme-color);
}

.price,
.product-price {
    color: var(--title-color);
}
.price del,
.product-price del {
    color: var(--body-color);
    opacity: 0.8;
}

.product-title a {
    color: inherit;
}
.product-title:not([class*=hover-]) a:hover {
    color: var(--theme-color);
}

.discount-pill {
    background-color: var(--theme-color);
    color: var(--white-color);
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    line-height: 1;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 4px;
}
.discount-pill .text1 {
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.discount-pill .text3,
.discount-pill .text2 {
    display: block;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
}
.discount-pill .text2:after, .discount-pill .text2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    height: 1px;
    width: 22px;
    background-color: var(--white-color);
    margin-top: -0.5px;
    display: inline-block;
}
.discount-pill .text2:after {
    right: 5px;
    left: auto;
}
.discount-pill .number {
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin: 4px 0;
}

.vs-sort-bar {
    margin-bottom: 40px;
}
.vs-sort-bar .icon-btn {
    border: 1px solid #eeeeee;
    --btn-size: 50px;
    margin-right: -1px;
    border-radius: 0;
    background-color: var(--white-color);
    color: var(--body-color);
}
.vs-sort-bar .icon-btn:last-child {
    margin-right: 0;
}
.vs-sort-bar .icon-btn:hover, .vs-sort-bar .icon-btn.active {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
}
.vs-sort-bar select {
    height: 50px;
    border: 1px solid #eeeeee;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: auto;
    color: var(--body-color);
    padding: 0 45px 0 25px;
    font-size: 16px;
    margin: 0;
    background-position: right 22px center;
}
.vs-sort-bar label {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 15px;
    font-weight: 500;
    line-height: 1;
    color: var(--title-color);
}
.vs-sort-bar p.woocommerce-result-count {
    margin-bottom: 0;
    color: var(--body-color);
}

.product-accordion {
    margin-top: 57px;
}
.product-accordion .accordion-item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 17px;
}
.product-accordion .accordion-body {
    padding: 0 0 12px 0;
    border: none;
}
.product-accordion .accordion-collapse {
    border: none;
}
.product-accordion .accordion-button {
    border: none;
    padding: 0;
    line-height: 1;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 16px;
    color: var(--title-color);
}
.product-accordion .accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.product-accordion .accordion-button:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: auto;
    height: auto;
    background-image: none;
    font-weight: 300;
    transform: none;
}
.product-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    outline: none;
    color: var(--title-color);
}
.product-accordion .accordion-button:not(.collapsed):after {
    content: "\f068";
}

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

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

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

.quantity.style2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.quantity.style2 input {
    width: 75px;
    height: 50px;
    text-align: center;
    border: 1px solid var(--smoke-color);
    font-family: var(--body-font);
    color: var(--body-color);
    font-weight: 600;
    font-size: 18px;
    padding-left: 0;
    padding-right: 30px;
}
.quantity.style2 .qut-btn {
    position: absolute;
    top: 0;
    right: 10px;
    border: none;
    background-color: transparent;
    padding: 0;
    line-height: 1;
    color: #e6d6d6;
    top: 8px;
    font-size: 14px;
}
.quantity.style2 .qut-btn.quantity-minus {
    top: 30px;
}
.quantity.style2 .qut-btn:hover {
    color: var(--theme-color);
}

.product_meta {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    font-family: var(--body-font);
}
.product_meta > span {
    display: block;
    margin-bottom: 3px;
    color: var(--theme-color);
}
.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);
}
.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 {
    padding: 30px;
    background-color: var(--white-color);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 60px auto;
}
.product-tab-style1 a {
    background-color: var(--white-color);
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--title-color);
    display: inline-block;
    border: none;
    padding: 32px 59px;
}
.product-tab-style1 a.active {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.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 > .price {
    margin-top: -10px;
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-color);
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0px;
}
.product-about > .price del {
    color: var(--body-color);
    font-weight: 300;
    font-size: 14px;
    margin-right: 15px;
}
.product-about .product-title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 0px;
}
.product-about .product-rating {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 30px 0;
}
.product-about .product-rating .review-rating-average {
    color: #373737;
    margin-right: 10px;
}
.product-about .product-rating .star-rating span:before {
    color: var(--title-color);
}
.product-about .product-rating .woocommerce-review-link {
    color: var(--body-color);
    border-left: 1px solid var(--title-color);
    line-height: 1;
    margin: 0 0 0 2px;
    padding: 0 0 0 10px;
}
.product-about .product-info-list ul {
    margin: 0 0 25px 0;
    padding: 0 0 15px 0;
    list-style-type: none;
    /*border-bottom: 1px solid #eeeeee;*/
}
.product-about .product-info-list li {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 7px;
}
.product-about .product-info-list li i {
    margin: 0 10px 0 0;
    color: var(--theme-color);
}
.product-about > .text {
    font-weight: 300;
}
.product-about .quantity {
    display: flex;
    align-items: center;
    margin: 25px 0 35px 0;
}
.product-about .quantity label {
    display: inline-block;
    color: var(--title-color);
    font-weight: 300;
    margin: 0 20px 0 0;
}
.product-about .quantity .qut-btn,
.product-about .quantity input[type=number] {
    width: 50px;
    height: 50px;
    border: 1px solid #e4e4e4;
    text-align: center;
    padding: 0;
    background-color: var(--white-color);
    margin-right: -1px;
    font-size: 16px;
}
.product-about .quantity .qut-btn:hover {
    background-color: var(--title-color);
    color: var(--white-color);
    border-color: transparent;
}
.product-about .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    /*margin-bottom: 28px;*/
    margin-bottom: 0;
    margin-top: 40px;
}
.product-about .actions .vs-btn {
    font-size: 16px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border: none;
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: var(--success-color);
    color: var(--white-color);
}
.product-about .actions .vs-btn:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
.product-about .actions .icon-btn {
    color: var(--white-color);
    background-color: var(--title-color);
    border-radius: 0;
}
.product-about .actions .icon-btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.product-details-img {
    position: relative;
    padding-left: 60px;
}
.product-details-img img {
    width: 100%;
}
.product-details-img .product-big-slide {
    border: 1px solid #eeeeee;
}
.product-details-img .product-thumb-slide {
    position: absolute;
    max-width: 122px;
    /*left: 0;
    top: 50%;
    transform: translateY(-50%);*/
}
.product-details-img .product-thumb-slide .thumb {
    width: 120px;
    height: 120px;
    margin: 10px 0;
    cursor: pointer;
    border: 1px solid #eeeeee;
    transition: all ease 0.4s;
}
.product-details-img .product-thumb-slide .slick-current .thumb {
    border-color: var(--theme-color);
}

.mega_product {
    background-color: #f4f2f5;
    display: flex;
    position: relative;
    align-items: center;
    padding: 70px 65px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    max-width: 100%;
    width: 932px;
}
.mega_product_img {
    margin-right: 50px;
}
.mega_product_body {
    flex: 1;
}
.mega_product_tag {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 130px;
    height: 50px;
    background-color: var(--theme-color);
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    color: var(--title-color);
    word-break: break-word;
    padding: 16px 10px 10px 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.mega_product_tag::first-line {
    font-weight: 500;
    font-size: 14px;
}
.mega_product_label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--title-color);
    letter-spacing: 0.1em;
    margin-bottom: 6px;
    display: block;
}
.mega_product_title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 12px;
}
.mega_product_price {
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 27px;
}
.mega_product_price del {
    font-weight: 400;
}
.mega_product_text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 45px;
    max-width: 290px;
    display: inline-block;
}
.mega_product_bar .bar_top {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    color: #71737a;
}
.mega_product_bar .bar_top_title {
    margin-bottom: 12px;
}
.mega_product_bar .progress {
    background-color: #ebe9e9;
    border-radius: 9999px;
    margin-bottom: 25px;
}
.mega_product_bar .progress-bar {
    background-color: var(--theme-color);
    border-radius: inherit;
}
.mega_product_counter {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mega_product_counter li {
    text-align: center;
    display: inline-block;
    position: relative;
    padding-right: 34px;
    margin-right: 24px;
}
.mega_product_counter li::after {
    content: ":";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    color: var(--title-color);
}
.mega_product_counter li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.mega_product_counter li:last-child:after {
    display: none;
}
.mega_product_counter .count-number {
    font-size: 24px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 6px;
}
.mega_product_counter .count-name {
    font-size: 14px;
    color: #71737a;
}
.mega_product_count .count_text {
    font-size: 14px;
}

.tidy_product_column {
    max-width: 500px;
    margin-left: 70px;
    /* Hight Resoulation devices */
}
@media (min-width: 1922px) {
    .tidy_product_column {
        margin-left: 4%;
    }
}
.tidy_product_label {
    text-transform: uppercase;
    font-weight: 500;
    color: #717171;
    display: block;
    margin-bottom: 5px;
}
.tidy_product_rating {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-right: 30px;
}
.tidy_product_rating .star-rating {
    display: inline-block;
    vertical-align: middle;
    top: -2px;
}
.tidy_product_tagged {
    color: #4fd51a;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.tidy_product_tagged i {
    margin-right: 5px;
}
.tidy_product_price {
    color: var(--theme-color);
    font-weight: 700;
    font-size: 24px;
    margin: 25px 0 20px 0;
}
.tidy_product_price del {
    font-weight: 500;
    color: var(--body-color);
    font-size: 16px;
}
.tidy_product_counter {
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.tidy_product_counter .counter-title {
    font-weight: 500;
    margin-right: 10px;
}
.tidy_product_img {
    padding: 35px 0;
    position: relative;
    text-align: end;
}
.tidy_product_img .img-1 {
    position: relative;
    z-index: 2;
    margin-right: 0;
}
.tidy_product_img .img-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 39vw;
    margin-right: 11vw;
    /* Hight Resoulation devices */
    /* Extra large devices */
    /* Large devices */
    /* Medium devices */
}
@media (min-width: 1922px) {
    .tidy_product_img .img-2 {
        width: 42vw;
        margin-right: 8vw;
    }
}
@media (max-width: 1500px) {
    .tidy_product_img .img-2 {
        width: 35.5vw;
        margin-right: 14.5vw;
    }
}
@media (max-width: 1199px) {
    .tidy_product_img .img-2 {
        width: 31.5vw;
        margin-right: 18.5vw;
    }
}
@media (max-width: 991px) {
    .tidy_product_img .img-2 {
        width: 100%;
        margin-right: 0;
    }
}
.tidy_product .mega_product_bar .progress {
    background-color: #dddddd;
}

.flash_sale_slider .slick-dots {
    position: absolute;
    right: -45px;
    top: 50%;
    left: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    transform: translateY(-50%);
}
.flash_sale_slider li {
    display: block;
    margin: 18px 0;
}
.flash_sale_slider button {
    border: none;
    background-color: var(--border-color);
    width: 8px;
    height: 8px;
    position: relative;
}
.flash_sale_slider button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid var(--title-color);
    border-radius: 50%;
    margin: -10px 0 0 -10px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}
.flash_sale_slider .slick-active button {
    transform: none;
    background-color: var(--title-color);
}
.flash_sale_slider .slick-active button:before {
    opacity: 1;
    visibility: visible;
}

.product_ripple {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 15% 0 0 37%;
    /* Small devices */
}
.product_ripple_icon {
    --icon-size: 60px;
    cursor: pointer;
}
.product_ripple_body {
    position: absolute;
    left: 100%;
    top: 0;
    width: 270px;
    padding: 20px;
    background-color: var(--white-color);
    margin: -60px 0 0 45px;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 3;
}
.product_ripple_body.show {
    opacity: 1;
    visibility: visible;
}
.product_ripple_body:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background-color: var(--white-color);
    transform: rotate(45deg);
    margin: 74px 0 0 -14px;
    z-index: -1;
}
.product_ripple_img {
    margin-bottom: 17px;
}
.product_ripple_title {
    margin-bottom: 7px;
}
.product_ripple_price {
    margin-bottom: -0.35em;
    color: var(--title-color);
    font-size: 14px;
}
@media (max-width: 767px) {
    .product_ripple {
        margin: 10% 0 0 40%;
    }
    .product_ripple_icon {
        --icon-font-size: 16px;
        --icon-size: 40px;
    }
    .product_ripple_body {
        top: 250%;
        left: 50%;
        transform: translateX(-50%);
        margin: -30px 0 0 10px;
    }
    .product_ripple_body:before {
        left: 50%;
        background-color: var(--white-color);
        z-index: 1;
        margin: -14px 0 0 -22px;
    }
}

.vs-product .actions > * {
    margin: 0 var(--actions-gap-x, 5px);
}
.vs-product .actions > *:last-child {
    margin-right: 0;
}
.vs-product .actions > *:first-child {
    margin-left: 0;
}
.vs-product:hover .product-img img {
    transform: scale(1.12);
}
.vs-product:hover .product-img .actions {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.product_layout1 {
    margin-bottom: 20px;
}
.product_layout1 .product-img {
    margin-bottom: 18px;
}
.product_layout1 .product-img .tag-style1 {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2;
    transition: all ease 0.4s;
}
.product_layout1 .product-img:after, .product_layout1 .product-img:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    border-style: solid;
    border-width: 0;
    border-color: transparent;
    z-index: 1;
    transition: width ease 0.5s, height ease 0.8s, border-color ease 0.2s;
}
.product_layout1 .product-img:before {
    top: 0;
    left: 0;
    border-left-width: 1px;
    border-top-width: 1px;
}
.product_layout1 .product-img:after {
    bottom: 0;
    right: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
}
.product_layout1 .product-img .actions {
    top: auto;
    bottom: 100px;
    transform: none;
}
.product_layout1 .product-title {
    font-size: 16px;
    color: var(--body-color);
    font-weight: 400;
    margin-bottom: 8px;
}
.product_layout1 .product-price {
    font-size: 14px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 0;
}
.product_layout1 .product-price del {
    font-size: 0.8rem;
    color: var(--theme-color);
}
.product_layout1:hover .product-img .actions {
    top: auto;
    bottom: 50px;
}
.product_layout1.style3 .product-img:after, .product_layout1.style3 .product-img:before, .product_layout1.style2 .product-img:after, .product_layout1.style2 .product-img:before {
    display: none;
}
.product_layout1.style2 .icon-btn {
    --btn-size: 40px;
    font-size: 14px;
}
.product_layout1.style2:hover .product-img img {
    transform: scale(1);
}
.product_layout1.style3 .product-img img {
    transform: scale(1);
}
.product_layout1.style3:hover .product-img img {
    transform: scale(1.1);
}
.product_layout1.style5 .product-title, .product_layout1.style4 .product-title {
    color: var(--title-color);
    font-size: 16px;
    font-weight: 700;
    max-width: 200px;
    line-height: 24px;
}
.product_layout1.style4 {
    margin-bottom: 25px;
}
.product_layout1.style5 {
    position: relative;
    margin-bottom: 30px;
}
.product_layout1.style5 .product-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px 15px 30px;
}
.product_layout1:hover .product-img:after, .product_layout1:hover .product-img:before, .product_layout1.style6 .product-img:after, .product_layout1.style6 .product-img:before {
    width: 100%;
    height: 100%;
    border-color: var(--border-color);
}
.product_layout1:hover .product-img img, .product_layout1.style6 .product-img img {
    transform: scaleX(0.95) scaleY(0.97);
}
.product_layout1.style6 {
    --btn-size: 42px;
    --actions-gap-x: 3px;
}
.product_layout2 {
    background-color: #f3f3f3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 30px 15px;
    margin-bottom: 30px;
}
.product_layout2 .product-img {
    margin-right: 15px;
}
.product_layout2 .product-title {
    font-size: 16px;
    color: var(--body-color);
    font-weight: 400;
    margin-bottom: 10px;
}
.product_layout2 .price {
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 5px;
}
.product_layout2 .price del {
    font-size: inherit;
    font-weight: 400;
    color: var(--body-color);
    margin-left: 3px;
}
.product_layout2 .product-rating {
    margin-bottom: 20px;
}
.product_layout2:hover .product-img img {
    transform: scale(0.9);
}
.product_layout3 {
    text-align: center;
    margin-bottom: 27px;
}
.product_layout3 .product-img {
    position: relative;
    margin-bottom: 17px;
}
.product_layout3 .product-label {
    font-size: 14px;
    font-weight: 500;
    color: #4fd51a;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
.product_layout3 .product-label i {
    margin-right: 7px;
}
.product_layout3 .product-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.product_layout3 .price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    color: var(--theme-color);
}
.product_layout3 .price del {
    font-size: 18px;
    color: var(--body-color);
    font-weight: 400;
    position: relative;
    bottom: 1px;
}
.product_layout3.style2 .product-title {
    font-size: 18px;
    line-height: 26px;
}
.product_layout3:hover .product-img img {
    transform: scale(1);
}
.product_layout4 {
    text-align: center;
    margin-bottom: 32px;
}
.product_layout4 .actions .icon-btn {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.product_layout4 .product-img {
    margin: 0 0 25px 0;
    position: relative;
    border: 1px solid #e4e4e4;
}
.product_layout4 .product-category a {
    color: var(--theme-color);
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin: 0 0 5px 5px;
}
.product_layout4 .product-category a:not(:last-child):after {
    content: ",";
}
.product_layout4 .product-category a:first-child {
    margin-left: 0;
}
.product_layout4 .product-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.product_layout4 .product-price {
    color: var(--title-color);
    font-size: 14px;
    display: inline-flex;
    flex-direction: row-reverse;
}
.product_layout4 .product-price del {
    color: #b3b3b3;
    font-size: inherit;
    margin-right: 10px;
}
.product_layout4 .discount-pill {
    position: absolute;
    bottom: 0;
    right: 40px;
}
.product_layout4.style2 {
    border: 1px solid var(--border-color);
}
.product_layout4.style2 .product-img {
    border: none;
    margin-bottom: 0;
}
.product_layout4.style2 .product-content {
    padding: 26px 0 32px 0;
}
.product_layout5 {
    margin-bottom: 25px;
}
.product_layout5 .product-img {
    margin-bottom: 25px;
}
.product_layout5 .product-img .product-label {
    background-color: var(--theme-color);
    color: var(--white-color);
    right: auto;
    left: 30px;
}
.product_layout5 .product-img .actions {
    position: absolute;
    top: auto;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background-color: var(--title-color);
    text-align: center;
    padding: 12px 25px;
    transition: all ease 0.6s;
    display: flex;
    justify-content: space-between;
    transform: none;
}
.product_layout5 .product-img .actions .icon-btn {
    background-color: transparent;
    color: var(--white-color);
    width: auto;
    height: auto;
    line-height: 1;
}
.product_layout5 .product-img .actions .cart-btn {
    margin-right: 20px;
    color: var(--white-color);
}
.product_layout5 .product-img .actions .actions_icons > * {
    margin-right: 7px;
}
.product_layout5 .product-img .actions .actions_icons > *:last-child {
    margin-right: 0;
}
.product_layout5 .product-img .actions .cart-btn:hover,
.product_layout5 .product-img .actions .icon-btn:hover {
    color: var(--theme-color);
}
.product_layout5 .star-rating {
    margin-bottom: 10px;
}
.product_layout5 .star-rating span:before {
    color: var(--theme-color);
}
.product_layout5 .product-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.product_layout5 .product-price {
    font-size: 14px;
}
.product_layout5:hover .product-img .actions {
    top: auto;
    bottom: 30px;
}
.product_layout6 {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #ebeaea;
    padding: 15px 0 28px 0;
    --actions-gap-x: 2px;
    position: relative;
    transition: all ease 0.4s;
}
.product_layout6 .product-switcher-thumb {
    padding-top: 25px;
}
.product_layout6.product-switcher .switch {
    width: 60px;
    height: 60px;
    border: 1px solid #cecece;
    background-color: transparent;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}
.product_layout6.product-switcher .switch:last-child {
    margin-right: 0;
}
.product_layout6.product-switcher .switch:first-child {
    margin-left: 0;
}
.product_layout6 .wcboost-variation-swatches {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
}
.product_layout6 .product-brand {
    color: var(--title-color);
    font-weight: 500;
    margin-bottom: 5px;
}
.product_layout6 .product-title {
    font-weight: 500;
    font-size: 22px;
    margin: 0 20px 15px 20px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #d6d6d6;
}
.product_layout6 .product-price {
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin: 0 0 7px 0;
}
.product_layout6 .product-price del {
    color: #999999;
    font-weight: 500;
}
.product_layout6 .star-rating {
    margin: 0 auto;
    font-size: 12px;
    width: 90px;
    right: -5px;
}
.product_layout6 .product-label {
    right: auto;
    left: 30px;
    top: 30px;
    padding: 5px 12px;
}
.product_layout6:hover {
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.05);
    border-color: transparent;
}
.product_layout6:hover .product-img img {
    opacity: 0.5;
    transform: scale(1);
}
.product_layout6_wrap {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
}
.product_layout6_wrap .product_layout6.style2 {
    margin-bottom: 0;
    padding: 34px 0 32px 0;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    background-color: var(--white-color);
    /* Extra small devices */
}
@media (min-width: 575px) {
    .product_layout6_wrap .product_layout6.style2 {
        border-right: 1px solid #e8e8e8;
    }
}
@media (min-width: 991px) {
    .product_layout6_wrap .product_layout6.style2:nth-child(3n) {
        border-right-color: transparent;
    }
    .product_layout6_wrap .product_layout6.style2:nth-last-child(1), .product_layout6_wrap .product_layout6.style2:nth-last-child(2), .product_layout6_wrap .product_layout6.style2:nth-last-child(3) {
        border-bottom-color: transparent;
    }
}
@media (min-width: 575px) and (max-width: 991px) {
    .product_layout6_wrap .product_layout6.style2:nth-child(2n) {
        border-right-color: transparent;
    }
    .product_layout6_wrap .product_layout6.style2:nth-last-child(1), .product_layout6_wrap .product_layout6.style2:nth-last-child(2) {
        border-bottom-color: transparent;
    }
}
@media (max-width: 575px) {
    .product_layout6_wrap .product_layout6.style2:last-child {
        border-bottom: none;
    }
}
.product_layout6_wrap .product_layout6.style2:hover {
    box-shadow: none;
}
.product_layout6.style2 .product-img {
    margin-bottom: 35px;
    overflow: visible;
}
.product_layout6.style2 .product-title {
    border-bottom: none;
    padding-bottom: 0;
}
.product_layout6.style2 .product-rating {
    margin-bottom: 10px;
}
.product_layout6.style2 .product-price {
    margin-bottom: 0;
}
.product_layout6.style4, .product_layout6.style3 {
    padding-top: 0;
}
.product_layout6.style4 .product-title, .product_layout6.style3 .product-title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
.product_layout6.style4 {
    border: none;
    padding: 0;
}
.product_layout6.style4 .product-img {
    margin-bottom: 30px;
}
.product_layout6.style4 .product-img img {
    width: auto;
}
.product_layout6.style4:hover {
    box-shadow: none;
}
.product_layout6.style6, .product_layout6.style5 {
    padding: 0 0 25px 0;
    border-color: var(--border-color);
}
.product_layout6.style6 .product-img, .product_layout6.style5 .product-img {
    margin-bottom: 17px;
}
.product_layout6.style6 .product-rating, .product_layout6.style5 .product-rating {
    margin-bottom: 10px;
}
.product_layout6.style6 .product-rating .star-rating span:before, .product_layout6.style5 .product-rating .star-rating span:before {
    color: var(--theme-color);
}
.product_layout6.style6 .product-title, .product_layout6.style5 .product-title {
    border-bottom: none;
    padding-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.product_layout6.style6 .product-title:before, .product_layout6.style5 .product-title:before {
    content: "";
}
.product_layout6.style6 .product-price, .product_layout6.style5 .product-price {
    font-size: 18px;
    font-weight: 500;
}
.product_layout6.style6:hover, .product_layout6.style5:hover {
    box-shadow: none;
}
.product_layout6.style6 .product-title {
    font-size: 20px;
    margin-bottom: 8px;
}
.product_layout6.style6 .product-price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
}
.product_layout6.style6 .product-price del {
    margin: 0 10px 0 0;
    font-size: 16px;
    font-weight: 300;
}
.product_layout6.style6 .product-rating {
    margin-bottom: 13px;
}
.product_layout6.style6:hover .product-img img {
    opacity: 1;
}
.product_layout6_big {
    max-width: 504px;
}
.product_layout6_big .product_layout6 {
    padding: 18px 0 72px 0;
    border-color: var(--theme-color);
    position: relative;
}
.product_layout6_big .product_layout6 .product-img {
    position: static;
    margin-bottom: 24px;
}
.product_layout7 {
    margin-bottom: 23px;
}
.product_layout7 .product-img {
    margin-bottom: 28px;
    border: 1px solid #e2e2e2;
}
.product_layout7 .product-img .actions {
    top: 70%;
    --actions-gap-x: 1px;
}
.product_layout7 .tag-style1 {
    left: 0;
    top: 20px;
    -webkit-clip-path: polygon(100% 0, 81% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
    clip-path: polygon(100% 0, 81% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
    padding: 4px 18px 4px 12px;
    background-color: var(--title-color);
}
.product_layout7 .tag-style1 + .tag-style1 {
    top: 47px;
    background-color: var(--theme-color);
}
.product_layout7 .product-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}
.product_layout7 .product-price {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color);
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.product_layout7 .product-price del {
    font-weight: 300;
    color: var(--body-color);
    margin: 0 10px 0 0;
}
.product_layout7:hover .product-img .actions {
    top: 82%;
}
.product_layout8 {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    padding: 20px;
    margin-bottom: 30px;
}
.product_layout8_slide {
    max-width: calc(100% - 280px);
    /* Medium devices */
}
@media (max-width: 991px) {
    .product_layout8_slide {
        max-width: 100%;
    }
}
.product_layout8_wrap {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin-top: 70px;
    padding: 30px 0 0 0;
}
.product_layout8 .product-img {
    margin-right: 20px;
}
.product_layout8 .product-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
}
.product_layout8 .product-price {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color);
}
.product_layout8 .product-price del {
    font-size: 14px;
    color: var(--body-color);
    font-weight: 400;
    margin-left: 10px;
}
.product_layout8:hover .product-img img {
    transform: scale(1);
}
.product_layout9 {
    display: flex;
    align-items: center;
    padding: 0 15px 13px 15px;
    margin: 0 0 18px 0;
    border-bottom: 1px solid var(--border-color);
}
.product_layout9:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.product_layout9_box {
    border: 1px solid var(--border-color);
    padding: 30px 30px 23px 30px;
}
.product_layout9 .product-img {
    width: 45px;
}
.product_layout9 .product-content {
    flex: 1;
}
.product_layout9 .star-rating {
    width: 70px;
    font-size: 10px;
    margin-bottom: 5px;
}
.product_layout9 .star-rating span:before {
    color: var(--theme-color);
}
.product_layout9 .product-img {
    margin-right: 20px;
}
.product_layout9 .product-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.product_layout9 .product-price {
    font-size: 14px;
    color: var(--theme-color);
    font-weight: 500;
}
.product_layout10 {
    display: flex;
    align-items: center;
    padding: 0 25px;
}
.product_layout10:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.product_layout10 .box-title {
    margin: -1px -1px 30px -1px;
}
.product_layout10_box {
    border: 1px solid var(--border-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.product_layout10 .product-img {
    margin-right: 30px;
}
.product_layout10 .product-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    margin-bottom: 5px;
}
.product_layout10 .product-price {
    font-size: 14px;
    font-weight: 700;
    color: var(--title-color);
}
.product_layout11 {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    padding: 0 60px 0 0;
    margin-bottom: 30px;
}
.product_layout11 .product-label {
    right: auto;
    left: 30px;
    background-color: var(--title-color);
    color: var(--white-color);
    border: none;
}
.product_layout11 .product-content {
    flex: 1;
    padding: 20px 0;
}
.product_layout11 .product-rating {
    font-size: 14px;
    color: var(--body-color);
    margin-bottom: 5px;
}
.product_layout11 .product-rating .star-rating {
    display: inline-block;
    top: 2px;
}
.product_layout11 .product-rating .star-rating span:before {
    color: var(--theme-color);
}
.product_layout11 .product-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}
.product_layout11 .product-price {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color);
    margin-bottom: 19px;
}
.product_layout11 .product-price del {
    font-size: 14px;
    color: var(--body-color);
    font-weight: 400;
    margin-right: 10px;
    align-self: flex-end;
    position: relative;
    bottom: 2.5px;
}
.product_layout11 .progress {
    height: 8px;
    margin-bottom: 4px;
}
.product_layout11 .progress .progress-bar {
    background-color: var(--theme-color);
}
.product_layout11 .bar_top_title {
    font-size: 14px;
    font-weight: 400;
}
.product_layout11 .bar_top_title > * {
    color: var(--title-color);
    font-weight: 500;
}
.product_layout11 .offer-counter {
    margin-top: 12px;
}
.product_layout11 .offer-counter li {
    text-align: center;
    margin-right: 7px;
}
.product_layout11 .offer-counter li:last-child {
    margin-right: 0;
}
.product_layout11 .count-number {
    width: var(--counter-size, 50px);
    height: var(--counter-size, 50px);
    line-height: calc(var(--counter-size, 50px) - 2px);
    color: var(--theme-color);
    border: 1px solid currentColor;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 2px;
}
.product_layout11 .count-name {
    text-align: center;
    font-size: 14px;
    color: var(--title-color);
}
.product_layout12 {
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
    border: 1px solid var(--smoke-color);
    --btn-size: 30px;
    --btn-font-size: 12px;
    --actions-gap-x: 0;
}
.product_layout12 .product-price {
    font-size: 14px;
}
.product_layout12 .product-img {
    width: 170px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product_layout12 .product-img .product-label {
    border: none;
    font-size: 12px;
    padding: 5px 7px;
    right: auto;
    left: 0;
    top: 0;
    background-color: var(--theme-color);
    color: var(--white-color);
}
.product_layout12 .product-content {
    flex: 1;
    background-color: var(--smoke-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}
.product_layout12 .product-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.product_layout12 .product-category {
    font-size: 14px;
    margin-bottom: 7px;
}

.slick-slider .product_layout4 {
    margin-bottom: 25px;
}

.product-details-inner {
    background-color: #f6f6f6;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 120px;
}
.product-details-inner .bg-shape {
    position: absolute;
    right: 0;
    top: 11%;
}
.product-details-inner .bg-shape2 {
    position: absolute;
    left: 0;
    bottom: -11%;
}

@media (min-width: 767px) {
    .product-inner1 {
        padding: 42px 30px 12px 30px;
        border: 1px solid var(--border-color);
    }
}
@media (min-width: 1199px) {
    .product-inner2 {
        border: 1px solid var(--border-color);
        padding: 60px 60px 30px 60px;
        margin-bottom: 30px;
    }
}
/* Extra large devices */
@media (max-width: 1500px) {
    .tidy_product_column {
        max-width: 400px;
        margin-left: 40px;
    }
    .tidy_product_title {
        font-size: 30px;
        line-height: 1.4;
    }
    .tidy_product_label {
        font-size: 14px;
    }
    .tidy_product_rating {
        margin-right: 15px;
    }
    .tidy_product .mega_product_bar .bar_top_title {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .tidy_product_counter .counter-title {
        margin-right: 10px;
        font-size: 14px;
    }
    .product-details-inner .bg-shape {
        top: 5%;
        max-width: 180px;
    }
    .product-details-inner .bg-shape2 {
        bottom: -7%;
        max-width: 180px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .product_layout3 {
        --btn-size: 40px;
        --actions-gap-x: 3px;
    }
    .product_layout3 .product-title {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .product_layout3 .product-label {
        font-size: 12px;
    }
    .product_layout3 .price {
        font-size: 16px;
    }
    .product_layout3 .price del {
        font-size: inherit;
        top: 0;
    }
    .product_layout4 .discount-pill {
        right: 30px;
        transform: scale(0.8);
    }
    .product_layout4.style2 .product-content {
        padding: 5px 0 28px 0;
    }
    .product_layout6.style4, .product_layout6.style3 {
        --btn-size: 40px;
        --btn-font-size: 14px;
    }
    .product_layout6.style4 .product-title, .product_layout6.style3 .product-title {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 5px;
    }
    .product_layout6.style4 .product-price, .product_layout6.style3 .product-price {
        font-size: 14px;
    }
    .product_layout6.style5 .product-label {
        left: 20px;
        right: auto;
        top: 20px;
    }
    .product_layout6.style5 .product-price {
        font-size: 14px;
        margin: 10px 0 0 0;
        line-height: 1;
    }
    .product_layout6.style6 .product-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .product_layout6.style6 .product-price {
        font-size: 16px;
    }
    .product_layout6.style6 .product-label {
        right: auto;
        left: 20px;
        top: 20px;
        font-size: 10px;
    }
    .product_layout6_big {
        max-width: 415px;
    }
    .product_layout6_big .product_layout6 {
        padding: 0px 0 15px 0;
    }
    .product_layout7 .product-price {
        font-size: 14px;
    }
    .product_layout10:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .product_layout10 .product-img {
        margin-right: 20px;
    }
    .product_layout11 {
        display: block;
        padding: 0 30px 27px 30px;
        text-align: center;
    }
    .product_layout11 .product-content {
        padding: 0;
    }
    .product-tab-style1 {
        padding: 20px;
        margin-bottom: 40px;
    }
    .product-tab-style1 a {
        font-size: 20px;
        padding: 17px 40px;
    }
    .product-details-img {
        padding-left: 40px;
    }
    .product-details-img .product-thumb-slide .thumb {
        width: 80px;
        height: 80px;
        margin: 5px 0;
    }
    .product-about .product-title {
        font-size: 36px;
    }
    .product-about > .price {
        font-size: 20px;
        margin-bottom: 0;
    }
    .product-about .product-rating {
        margin: 0 0 15px 0;
    }
    .product-accordion {
        margin-top: 37px;
    }
    .product-accordion .accordion-button {
        font-size: 20px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .product-img .product-label {
        top: 20px;
        font-size: 12px;
        padding: 5px 12px;
    }
    .product-tab-style1 {
        padding: 15px;
        margin-bottom: 30px;
    }
    .product-tab-style1 a {
        font-size: 16px;
        padding: 12px 30px;
    }
    .product-details-inner {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-top: 60px;
    }
    .product-details-inner .bg-shape2,
    .product-details-inner .bg-shape {
        display: none;
    }
    .product_layout1 {
        --btn-size: 40px;
        --actions-gap-x: 3px;
    }
    .product_layout2 {
        display: block;
        --btn-size: 40px;
        --actions-gap-x: 3px;
        text-align: center;
    }
    .product_layout2 .product-img {
        margin: 0 auto 15px auto;
        max-width: 200px;
        text-align: center;
    }
    .product_layout2 .product-img img {
        width: auto;
    }
    .product_layout2 .product-rating {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: inline-block;
        position: relative;
        right: -2px;
    }
    .product_layout4 {
        --btn-size: 40px;
        --btn-font-size: 14px;
        --actions-gap-x: 2px;
    }
    .product_layout6_big {
        max-width: 100%;
    }
    .product_layout12 .product-img {
        width: 145px;
    }
    .mega_product {
        display: block;
        text-align: center;
    }
    .mega_product_img {
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .mega_product_title {
        font-size: 36px;
    }
    .mega_product_price {
        margin-bottom: 13px;
    }
    .mega_product_text {
        margin-bottom: 25px;
    }
    .tidy_product_img {
        text-align: center;
        margin-bottom: 25px;
    }
    .tidy_product_column {
        max-width: 100%;
        margin-left: 0;
    }
    .tidy_product_body {
        padding-bottom: 30px;
    }
    .vs-sort-bar {
        text-align: center;
    }
    .vs-sort-bar p.woocommerce-result-count {
        margin-bottom: 20px;
    }
    .product-details-img {
        margin-bottom: 30px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .product_layout1.style2 .icon-btn,
    .product_layout1 .icon-btn {
        font-size: 12px;
        --btn-size: 30px;
        --actions-gap-x: 2px;
    }
    .product_layout1 .product-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .product_layout1 .product-price {
        font-size: 12px;
    }
    .product_layout3 .product-title {
        font-size: 14px;
        line-height: 22px;
    }
    .product_layout3 .price {
        font-size: 14px;
    }
    .product_layout3 .product-label {
        font-size: 12px;
    }
    .product_layout4 {
        --btn-size: 28px;
        --btn-font-size: 11px;
        --actions-gap-x: 0px;
    }
    .product_layout4 .product-title {
        font-size: 16px;
    }
    .product_layout4 .product-category a {
        font-size: 12px;
    }
    .product_layout4 .product-img {
        margin-bottom: 10px;
    }
    .product_layout6 .product-title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .product_layout6 .product-price {
        font-size: 14px;
    }
    .product_layout11 {
        --counter-size: 45px;
    }
    .product_layout12 .product-title {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .product_layout12 .product-img {
        width: 130px;
    }
    .product_layout12 .product-content {
        padding: 20px 20px;
    }
    .product-tab-style1 {
        padding: 10px;
    }
    .product-tab-style1 a {
        font-size: 14px;
        padding: 9px 18px;
    }
    .product-details-img {
        padding-left: 0;
    }
    .product-details-img .product-thumb-slide {
        position: relative;
        max-width: 105%;
        top: 0;
        transform: translateY(0%);
        margin-right: -5px;
        margin-left: -5px;
    }
    .product-details-img .product-thumb-slide .thumb {
        width: calc(100% - 10px);
        margin: 15px auto 0 auto;
        height: auto;
    }
    .product-about .product-title {
        font-size: 30px;
    }
    .mega_product {
        padding: 30px 15px;
    }
    .mega_product .bar_top {
        font-size: 14px;
    }
    .mega_product .count-number {
        font-size: 20px;
        margin-bottom: 0;
    }
    .mega_product_title {
        font-size: 28px;
    }
    .tidy_product_title {
        font-size: 24px;
        line-height: 1.4;
    }
    .tidy_product_counter {
        display: block;
    }
    .tidy_product_counter .counter-title {
        margin: 0 0 10px 0;
        display: block;
    }
    .vs-sort-bar select {
        margin: 0 auto 0 auto;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .product_layout2 .icon-btn {
        --btn-size: 30px;
        font-size: 12px;
        --actions-gap-x: 0;
    }
    .product_layout2 .price,
    .product_layout2 .product-title {
        font-size: 14px;
    }
    .product_layout3 {
        --btn-size: 35px;
        --actions-gap-x: 3px;
        --btn-font-size: 14px;
    }
    .vs-sort-bar select {
        margin: 0 auto 20px auto;
    }
}
/*------------------- 4.14. Cart  -------------------*/
.woocommerce-cart-form {
    text-align: center;
}

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

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

/* Medium devices */
@media (max-width: 991px) {
    .cart_table th {
        padding: 23px 8px;
        font-size: 14px;
    }
    .cart_table .cart-productname {
        font-size: 14px;
    }
    .cart_table .vs-cart-coupon {
        width: 100%;
        margin-bottom: 20px;
    }
    .cart_table .actions {
        text-align: center;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .cart_table {
        text-align: left;
        min-width: auto;
        border-collapse: separate;
        border-spacing: 0 20px;
        border: none;
    }
    .cart_table thead {
        display: none;
    }
    .cart_table td {
        text-align: center;
        padding: 15px;
        display: block;
        width: 100%;
        /* padding-left: 25%; */
        /* text-align: right; */
        border: 1px solid #f3f3f3;
        border-bottom: none;
    }
    .cart_table td::before {
        display: block;
    }
    .cart_table td:last-child {
        border-bottom: 1px solid #f3f3f3;
    }
    .cart_table td.actions {
        padding-left: 15px;
        text-align: center;
    }
    .cart_table td.actions > .vs-btn {
        margin-top: 10px;
        margin-right: 0;
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
    .cart_table td.actions > .vs-btn:last-child {
        margin-right: auto;
    }
    .cart_table .vs-cart-coupon {
        width: 100%;
        text-align: center;
        float: none;
        justify-content: center;
        display: block;
        padding-bottom: 10px;
    }
    .cart_table .vs-cart-coupon input {
        width: 100%;
        margin-bottom: 10px;
    }
    .cart_totals th,
    .cart_totals td {
        padding: 15px 10px;
    }
    .cart_totals th:first-child,
    .cart_totals td:first-child {
        width: 17%;
        line-height: 1.4;
    }
}
/*------------------- 4.15. 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 .vs-btn {
    font-size: 14px;
    padding: 0 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 40px;
}

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

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

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

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

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

.vs-cart-wrapper .vs-btn,
.vs-checkout-wrapper .vs-btn {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    padding: 16px 40px;
}

/* Small devices */
@media (max-width: 767px) {
    tfoot.checkout-ordertable th {
        display: none;
    }
    .woocommerce-checkout-payment ul input[type=radio] ~ label img {
        max-width: 150px;
    }
    .woocommerce-form-coupon,
    .woocommerce-form-login {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
}
/*------------------- 4.16. Wishlist  -------------------*/
.tinv-wishlist input[type=checkbox] {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
}
.tinv-wishlist .cart-empty {
    padding: 12px 25px;
    background-color: #eee;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
}
.tinv-wishlist p.return-to-shop .button {
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 4px;
    margin-top: 10px;
    font-weight: 700;
}
.tinv-wishlist p.return-to-shop .button:Hover {
    background-color: var(--title-color);
    color: var(--white-color);
}
.tinv-wishlist table.tinvwl-table-manage-list {
    font-size: 14px;
}
.tinv-wishlist table.tinvwl-table-manage-list button {
    border-radius: 5px;
}
.tinv-wishlist .product-stock i {
    margin-right: 5px;
}
.tinv-wishlist .tinv-modal .icon_big_times {
    margin-bottom: 5px;
    color: var(--theme-color);
}
.tinv-wishlist button.button {
    border: none;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--theme-color);
    color: #fff;
    padding: 0;
}
.tinv-wishlist button.button i {
    font-size: 1rem !important;
    margin-right: 3px !important;
}
.tinv-wishlist th,
.tinv-wishlist td.product-name {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
}
.tinv-wishlist td.product-name a {
    color: var(--title-color);
}
.tinv-wishlist td.product-name a:hover {
    color: var(--theme-color);
}
.tinv-wishlist td.product-price del {
    font-size: 0.9em;
}
.tinv-wishlist .social-buttons > span {
    font-weight: 700;
    margin-right: 10px;
    font-family: var(--title-font);
    color: var(--title-color);
}
.tinv-wishlist .social-buttons li a.social {
    background-color: var(--theme-color);
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}
.tinv-wishlist .social-buttons li a.social i {
    line-height: inherit;
}
.tinv-wishlist .social-buttons li a.social:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}

/* Small devices */
@media (max-width: 767px) {
    .tinv-wishlist table {
        table-layout: fixed;
    }
}
/*------------------- 4.17. Category  -------------------*/
.cat-media {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    padding: 20px 0;
    position: relative;
    margin-bottom: 30px;
}
.cat-media:after, .cat-media:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    transition: width ease 0.6s, height ease 0.6s, border-color ease 0s;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
}
.cat-media:before {
    left: 0;
    top: 0;
    border-left-width: 1px;
    border-top-width: 1px;
}
.cat-media:after {
    right: 0;
    bottom: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
}
.cat-media_icon {
    padding: 3px 15px;
    border-right: 1px solid var(--border-color);
    position: relative;
    z-index: 3;
    width: 90px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat-media_cat {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.cat-media .badge {
    position: absolute;
    right: 15px;
    top: auto;
    bottom: 0;
    transform: translateY(50%);
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}
.cat-media .media-body {
    text-align: center;
    position: relative;
    z-index: 3;
}
.cat-media_slider {
    z-index: 1;
}
.cat-media_slider .slick-arrow {
    --icon-size: 20px;
    --pos-x: -5px;
    font-size: 8px;
    padding: 0;
    line-height: 14px;
    background-color: var(--title-color);
    color: var(--white-color);
    top: calc(50% - 15px);
    border: 3px solid var(--white-color);
}
.cat-media_slider .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.cat-shape-1 {
    position: absolute;
    left: 2%;
    top: 1%;
}

.cat-media:hover .badge,
.slick-center .cat-media .badge {
    opacity: 1;
    visibility: visible;
}
.cat-media:hover::before, .cat-media:hover::after,
.slick-center .cat-media::before,
.slick-center .cat-media::after {
    width: 100%;
    height: 100%;
    border-color: var(--theme-color);
}

.cat_chart {
    display: flex;
    background-color: var(--white-color);
    align-items: center;
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.cat_chart_img {
    margin-right: 30px;
}
.cat_chart_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 13px;
}
.cat_chart_list {
    margin: 0 0 -0.3em 0;
    padding: 0;
    list-style-type: none;
}
.cat_chart_list a {
    font-size: 14px;
    color: #71737a;
}
.cat_chart_list a:hover {
    color: var(--theme-color);
}

.cat_card {
    margin-bottom: 30px;
    position: relative;
}
.cat_card [class*=cat_card_name] a {
    color: inherit;
}
.cat_card_img {
    position: relative;
    overflow: hidden;
}
.cat_card_img img {
    width: 100%;
    transition: all ease 0.4s;
    transform: scale(1);
}
.cat_card_total {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 1;
    background-color: var(--title-color);
    color: var(--white-color);
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 14px;
}
.cat_card_name {
    color: var(--white-color);
    background-color: var(--theme-color);
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding: 18px 15px;
    text-align: center;
}
.cat_card_name--style2 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: var(--white-color);
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 18px 31px;
    border-radius: 9999px;
}
.cat_card:hover .cat_card_img img {
    transform: scale(1.15);
}

.cat_rounded {
    text-align: center;
    margin-bottom: 26px;
}
.cat_rounded .cat-img {
    border: 2px solid var(--theme-color);
    border: 2px solid var(--border-color);
    /*width: var(--img-size, 160px);
    height: var(--img-size, 160px);*/
    width: var(--img-size, 200px);
    height: var(--img-size, 200px);
    /*border-radius: 50%;*/
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 18px;
    transition: all ease 0.4s;
}
.cat_rounded .cat-img img {
    width: 100%;
    transition: all ease 0.4s;
}
.cat_rounded .cat-name {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.cat_rounded:hover .cat-img {
    border-color: var(--theme-color);
}
.cat_rounded:hover .cat-img img {
    transform: scale(1.1);
}

.header-category {
    position: relative;
}
.header-category .vs-box-nav {
    background-color: var(--white-color);
    position: absolute;
    left: 0;
    top: 100%;
    width: 260px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    padding: 13px 0 13px 30px;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}
.header-category:hover .vs-box-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

/* Large devices */
@media (max-width: 1199px) {
    .cat-media_icon {
        padding: 3px 15px;
    }
    .cat_chart {
        padding: 30px;
    }
    .cat_chart_img {
        margin-right: 20px;
        width: 110px;
        align-self: flex-start;
    }
    .cat_card_name {
        padding: 14px 15px;
        font-size: 18px;
    }
    .cat_card_total {
        left: 25px;
        top: 25px;
        font-size: 12px;
        padding: 8px 14px;
    }
    .cat_card_name--style2 {
        left: 20px;
        bottom: 20px;
        font-size: 14px;
        padding: 10px 25px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .cat_chart {
        display: block;
        text-align: center;
    }
    .cat_chart_img {
        margin: 0 auto;
        max-width: 100%;
    }
    .cat_rounded {
        --img-size: 120px;
    }
    .cat_rounded .cat-img {
        margin-bottom: 10px;
    }
    .cat_rounded .cat-name {
        font-size: 14px;
    }
    .cat-media {
        display: block;
    }
    .cat-media_icon {
        width: 50%;
        display: block;
        text-align: center;
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        padding: 10px 5px;
        height: 70px;
        margin: 0 auto 10px auto;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .cat-media_cat {
        font-size: 12px;
    }
    .vs-box-nav li.menu-item-has-children > a {
        margin-bottom: 10px;
    }
    .vs-box-nav li.menu-item-has-children .sub-menu {
        left: 0;
        top: 100%;
        position: relative;
        padding: 0 0 0 13px;
        width: 100%;
        background-color: #fff;
        margin: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        display: none;
    }
}
/*------------------- 4.18. Simple Secitons  -------------------*/
.brand-wrap1 {
    background-color: #eeeeee;
    padding: 15px 15px;
}

.vs-brand-box {
    border: 1px solid #e9e9e9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 180px;
}

.video-box {
    position: relative;
}
.video-box_content,
.video-box > .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-box_content {
    width: 100%;
    max-width: 450px;
    text-align: center;
    padding: 20px 0 0 0;
    z-index: 3;
}
.video-box_title {
    color: var(--white-color);
    margin: 55px 0 0 0;
}
.video-box_shape {
    position: absolute;
    right: -67px;
    bottom: -52px;
    z-index: -1;
}
@media (max-width: 1500px) {
    .video-box.style2 {
        max-width: 850px;
    }
}
.video-box.style2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.video-box.style2 img {
    position: relative;
    z-index: 1;
}

.ticker__viewport {
    background: var(--theme-color);
    color: var(--white-color);
    overflow: hidden;
    padding: 37px 0;
}
.ticker__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.ticker__item {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    padding-right: 40px;
    font-size: 24px;
    font-weight: 500;
    padding-right: 70px;
}
.ticker__item:not(:last-child):after {
    content: "";
    height: 1px;
    width: 40px;
    background-color: var(--white-color);
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -0.5px;
}
.ticker__item a {
    color: inherit;
}

.vs-counter {
    margin-bottom: 13px;
}
.vs-counter .counter-number {
    font-size: 60px;
    line-height: 1;
    display: inline-block;
    color: var(--title-color);
    margin: -0.1em 0 8px 0;
}
.vs-counter .counter-text {
    font-size: 36px;
    margin: 0 0 0 0;
    font-weight: 300;
    letter-spacing: 0.01em;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .video-box .play-btn.style2 {
        --icon-size: 80px;
        --icon-font-size: 1.5em;
        --shape-pos: -8px;
    }
    .video-box_title {
        margin: 30px 0 0 0;
        font-size: 24px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .video-box.style2 {
        max-width: 100%;
        padding: 0 0 30px 0;
    }
    .video-box .video-box_shape {
        right: 0;
        bottom: 0;
    }
    .ticker__viewport {
        padding: 20px 0;
    }
    .ticker__item {
        font-size: 18px;
    }
    .vs-counter .counter-number {
        font-size: 46px;
    }
    .vs-counter .counter-text {
        font-size: 26px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .vs-counter .counter-number {
        font-size: 36px;
    }
    .vs-counter .counter-text {
        font-size: 18px;
    }
}
/*------------------- 4.19. Banners  -------------------*/
@media (min-width: 1500px) {
    .banner-wrap9 {
        background-color: var(--white-color);
        padding: 30px 30px 0 30px;
        margin-top: -140px;
        position: relative;
        z-index: 91;
    }
}
/* Extra large devices */
@media (max-width: 1500px) {
    .banner-wrap9 {
        margin-top: 30px;
    }
}
.banner {
    /* Extra large devices */
    /* Large devices */
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
}
.banner_style1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    width: var(--pill-size, 242px);
    height: var(--pill-size, 242px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
}
.banner_style1 .banner_title {
    font-weight: 300;
    font-size: 28px;
    margin-top: -0.2em;
    margin-bottom: 12px;
}
.banner_style1 .banner_title strong {
    font-weight: 700;
}
.banner_style1 .banner_label {
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}
.banner_style2 {
    position: relative;
}
.banner_style2 .banner_title {
    font-size: 50px;
    font-weight: 700;
    max-width: 400px;
    margin-bottom: 0;
}
.banner_style2 .banner_label {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.banner_style2 .banner_content {
    width: 470px;
    position: absolute;
    right: 0;
    top: 23%;
    z-index: 3;
    left: auto;
}
.banner_style3 {
    position: relative;
}
.banner_style3 .banner_img {
    overflow: hidden;
}
.banner_style3 .banner_img img {
    width: 100%;
    transform: scale(1);
    transition: all ease 0.7s;
}
.banner_style3 .tag-style1 {
    margin-bottom: 10px;
}
.banner_style3 .banner_title {
    font-size: 28px;
    font-weight: 300;
    max-width: 180px;
    line-height: 42px;
    margin-bottom: 10px;
}
.banner_style3 .banner_title strong {
    font-weight: 700;
}
.banner_style3 .banner_label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 13px;
    color: var(--title-color);
}
.banner_style3 .banner_content {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding-right: 30px;
    padding-bottom: 60px;
    min-height: 180px;
}
.banner_style3:hover .banner_img img {
    transform: scale(1.1);
}
.banner_style4 {
    padding: 70px 40px;
    min-height: 270px;
}
.banner_style4 .banner_title {
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 600;
    margin-top: -0.2em;
}
.banner_style4 .banner_text {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.banner_style5 {
    padding: 100px 70px;
}
.banner_style5 .banner_title {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 42px;
}
.banner_style5 .banner_text {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 26px;
}
.banner_style5 .banner_label {
    font-size: 14px;
    color: var(--title-color);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.banner_style5.banner_long {
    padding-top: 100px;
    height: 720px;
}
.banner_style5.right_align .banner_body {
    margin-left: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.banner_style6 {
    height: 310px;
}
.banner_style6 .banner_body {
    padding-top: 50px;
    padding-left: 40px;
    max-width: 270px;
    width: 100%;
}
.banner_style6 .banner_title {
    font-size: 28px;
    font-weight: 600;
    margin-top: -0.2em;
    margin-bottom: 5px;
}
.banner_style6 .banner_text {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}
.banner_style7 {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0 20px 0 40px;
}
.banner_style7 .banner_shape {
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 55px;
    width: 100%;
    z-index: -1;
}
.banner_style7 .banner_title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 95%;
}
.banner_style7 .banner_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    max-width: 90%;
    margin-bottom: 20px;
}
.banner_style7 .banner_body {
    flex: 1;
}
.banner_style8 {
    border: 1px solid var(--border-color);
    padding: 50px 30px 50px 50px;
}
.banner_style8 .banner_label {
    font-size: 14px;
    color: var(--theme-color);
    margin-bottom: 5px;
    display: block;
    margin-top: -0.1em;
    line-height: 1;
}
.banner_style8 .banner_title {
    font-weight: 600;
    font-size: 40px;
}
.banner_style8 .banner_text {
    line-height: 25px;
    max-width: 270px;
    width: 100%;
    display: inline-block;
}
.banner_style8 .banner_img {
    text-align: right;
    margin: -20px 0 20px 0;
}
.banner_style9 {
    text-align: center;
    border: 40px solid var(--theme-color);
    max-height: 100%;
    height: 468.61px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.banner_style9 .banner_title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 7px;
}
.banner_style9 .banner_discount {
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 15px;
}
.banner_style9 .banner_discount .text {
    font-size: 30px;
    text-transform: uppercase;
    display: inline-block;
    max-width: 60px;
    text-align: left;
    top: -7px;
    position: relative;
    margin-left: 3px;
}
.banner_style9 .banner_code {
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    padding: 16px 23px;
}
.banner_style9 .banner_note {
    font-size: 14px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}
.banner_style9.layout3, .banner_style9.layout2 {
    height: 380px;
    border-width: 30px;
}
.banner_style9.layout3 {
    border: none;
    background-color: var(--theme-color);
    padding-bottom: 40px;
}
.banner_style9.layout3 .banner_discount,
.banner_style9.layout3 .banner_title,
.banner_style9.layout3 .banner_note {
    color: var(--white-color);
}
.banner_style9.layout3 .banner_code {
    background-color: var(--white-color);
    color: var(--theme-color);
}
.banner_style9.layout4 {
    position: relative;
    border: none;
    background-color: var(--theme-color);
    height: 410px;
}
.banner_style9.layout4:before {
    content: "";
    position: absolute;
    left: var(--shape-gap, 30px);
    right: var(--shape-gap, 30px);
    top: var(--shape-gap, 30px);
    bottom: var(--shape-gap, 30px);
    background-color: var(--white-color);
}
.banner_style9.layout4 > * {
    position: relative;
    z-index: 3;
}
.banner_style9.layout4 .banner_title {
    font-size: 24px;
    margin: 3px 0 22px 0;
}
.banner_style9.layout4 .banner_label {
    font-size: 14px;
    color: var(--theme-color);
}
.banner_style9.layout4 .banner_discount {
    font-size: 72px;
    margin-bottom: 30px;
}
.banner_style9.layout4 .banner_discount .text {
    font-size: 24px;
    top: -3px;
    margin-left: 10px;
}
.banner_style10 {
    position: relative;
    height: 396px;
    display: flex;
    align-items: center;
    padding-left: 90px;
}
.banner_style10 .banner_text,
.banner_style10 .banner_title,
.banner_style10 .banner_label {
    color: var(--white-color);
}
.banner_style10 .line-btn {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
}
.banner_style10 .banner_label {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    line-height: 1;
}
.banner_style10 .banner_title {
    font-weight: 600;
}
.banner_style10 .banner_text {
    max-width: 300px;
    margin-bottom: 25px;
}
.banner_style11 .banner_title {
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 20px;
}
.banner_style11 .banner_label {
    color: var(--white-color);
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.banner_style11 .banner_body {
    width: 375px;
}
.banner_style12, .banner_style11 {
    height: 220px;
    position: relative;
}
.banner_style12 .banner_body, .banner_style11 .banner_body {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
}
.banner_style12 .banner_label {
    color: var(--body-color);
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
}
.banner_style12 .banner_title {
    line-height: 32px;
    font-weight: 500;
}
.banner_style12 .banner_body {
    width: 185px;
}
.banner_style13 {
    height: 380px;
    position: relative;
}
.banner_style13 .banner_title {
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    left: 60px;
    top: 53px;
    max-width: 300px;
    line-height: 40px;
    padding-bottom: 22px;
}
.banner_style13 .banner_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 60px;
    background-color: currentColor;
}
.banner_style13 .banner_title--style2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.banner_style13 .banner_title--style3 {
    font-size: 24px;
    font-weight: 500;
    max-width: 230px;
    line-height: 34px;
    text-decoration: underline;
    position: absolute;
    top: 43px;
    left: 50px;
}
.banner_style13 .banner_content {
    padding-top: 30px;
    position: absolute;
    left: 60px;
    bottom: 60px;
}
.banner_style13 .banner_price {
    font-weight: 500;
    color: var(--theme-color);
    margin-bottom: 10px;
}
.banner_style14 {
    position: relative;
    overflow: hidden;
}
.banner_style14 .banner_content {
    position: absolute;
    left: 30px;
    right: 75px;
    bottom: 30px;
    z-index: 4;
}
.banner_style14 .banner_btn {
    position: absolute;
    right: 20px;
    bottom: 30px;
    --btn-size: 44px;
    z-index: 4;
}
.banner_style14 .banner_btn:hover {
    background-color: var(--title-color);
}
.banner_style14 .banner_title {
    color: var(--white-color);
    margin-bottom: 10px;
}
.banner_style14 .banner_text {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}
.banner_style14 .banner_shape {
    height: 290px;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-clip-path: polygon(0 0, 100% calc(100% - 150px), 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% calc(100% - 150px), 100% 100%, 0% 100%);
}
.banner_style15 {
    padding: 60px;
    margin-bottom: 30px;
}
.banner_style15 .banner_title {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 5px;
}
.banner_style15 .banner_text {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--title-color);
    letter-spacing: 0.12em;
    margin-bottom: 30px;
}
.banner_style15 .banner_text.style2 {
    font-size: 20px;
    margin-bottom: 7px;
}
.banner_style15 .banner_text.style3 {
    font-size: 20px;
    margin: 13px 0 20px 0;
}
.banner_style15 .vs-btn {
    margin-top: 10px;
}
.banner_style15 .banner_content {
    margin: 0 0 0 auto;
    text-align: center;
    max-width: 530px;
    padding: 50px 0;
}
.banner_style16 {
    padding: 100px;
}
.banner_style16 .banner_label {
    font-size: 14px;
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-transform: uppercase;
    line-height: 1;
    padding: 18px 31px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}
.banner_style16 .banner_title {
    font-size: 65px;
    font-weight: 700;
    max-width: 530px;
}
.banner_style16 .banner_price {
    font-size: 48px;
    color: var(--theme-color);
    font-weight: 700;
    border-left: 3px solid var(--theme-color);
    padding: 1px 1px 1px 20px;
    line-height: 0.9;
    margin-top: 20px;
}
.banner_style16 .banner_price .label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.08em;
    color: var(--body-color);
    display: block;
    margin-bottom: 12px;
    margin-top: -0.2em;
}
.banner_style17 {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 246.5px;
}
.banner_style17 .banner_label {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.banner_style17 .banner_title {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 15px;
}
.banner_style17 .banner_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: var(--theme-color);
}
.banner_style17 .banner_price {
    font-size: 24px;
    color: var(--theme-color);
    font-weight: 600;
}
.banner_style17 .banner_price .label {
    font-size: 14px;
    font-weight: 300;
    color: var(--body-color);
    letter-spacing: 0.01em;
}
.banner_style17 .banner_text {
    font-size: 14px;
}
.banner_style18 {
    text-align: center;
    background-color: var(--theme-color);
    position: relative;
    height: 410px;
    min-height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.banner_style18:before {
    content: "";
    position: absolute;
    top: var(--shape-gap, 30px);
    right: var(--shape-gap, 30px);
    bottom: var(--shape-gap, 30px);
    left: var(--shape-gap, 30px);
    border: 1px solid #f8c681;
}
.banner_style18 .banner_text {
    color: var(--white-color);
    line-height: 26px;
    max-width: 200px;
    display: block;
    margin: 25px auto 15px auto;
}
.banner_style19 {
    height: 310px;
    padding: 40px 40px;
}
.banner_style19 .banner_title {
    font-size: 28px;
    font-weight: 600;
    margin: -0.2em 0 5px 0;
}
.banner_style19 .banner_text {
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase;
    max-width: 210px;
}
@media (max-width: 1500px) {
    .banner_style2 {
        max-width: 863px;
    }
    .banner_style6 {
        height: 250px;
    }
    .banner_style6 .banner_body {
        padding-top: 30px;
        padding-left: 30px;
    }
    .banner_style6 .banner_title {
        font-size: 20px;
    }
    .banner_style6 .banner_text {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
    }
}
@media (max-width: 1199px) {
    .banner_style2 {
        max-width: 100%;
    }
    .banner_style2 img {
        width: 100%;
    }
    .banner_style5 {
        padding: 60px 40px;
    }
    .banner_style5.banner_long {
        padding-top: 30px;
        height: 500px;
    }
    .banner_style5 .banner_title {
        font-size: 20px;
        line-height: 24px;
    }
    .banner_style5 .banner_label {
        font-size: 12px;
    }
    .banner_style7 {
        padding: 0 20px 0 30px;
    }
    .banner_style7 .banner_title {
        font-size: 20px;
    }
    .banner_style7 .banner_text {
        font-size: 14px;
        line-height: 20px;
    }
    .banner_style8 {
        padding: 35px 30px 35px 30px;
    }
    .banner_style8 .banner_title {
        font-size: 30px;
        margin: 10px 0;
    }
    .banner_style9 {
        border: 25px solid var(--theme-color);
        height: 426.61px;
    }
    .banner_style9 .banner_discount {
        font-size: 80px;
    }
    .banner_style9 .banner_discount .text {
        font-size: 24px;
        max-width: 60px;
        top: -5px;
        margin-left: 6px;
    }
    .banner_style10 {
        height: 340px;
        padding-left: 40px;
    }
    .banner_style15 {
        padding: 30px;
    }
    .banner_style15 .banner_pill {
        width: 80px;
        height: 80px;
    }
    .banner_style15 .banner_pill .text {
        font-size: 13px;
    }
    .banner_style15 .banner_pill .number {
        font-size: 24px;
    }
    .banner_style15 .banner_title {
        font-size: 36px;
    }
    .banner_style15 .banner_text {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .banner_style15 .banner_content {
        max-width: 400px;
        padding: 30px 0;
    }
    .banner_style15 .banner_text.style3 {
        font-size: 16px;
        margin: 17px 0 15px 0;
    }
    .banner_style15 .banner_text.style2 {
        font-size: 14px;
        margin-bottom: 9px;
    }
    .banner_style16 {
        padding: 60px;
    }
    .banner_style16 .banner_label {
        font-size: 14px;
        padding: 13px 22px;
        margin-bottom: 15px;
    }
    .banner_style16 .banner_title {
        font-size: 42px;
        max-width: 420px;
        line-height: 1.3;
    }
    .banner_style16 .banner_price {
        font-size: 30px;
        margin-top: 20px;
    }
    .banner_style17 {
        padding: 30px;
        height: 230px;
    }
}
@media (max-width: 991px) {
    .banner_style1 {
        --pill-size: 180px;
    }
    .banner_style1 .banner_title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .banner_style1 .banner_label {
        font-size: 12px;
    }
    .banner_style2 .banner_content {
        width: 290px;
        top: 18%;
    }
    .banner_style2 .banner_title {
        font-size: 28px;
        max-width: 310px;
    }
    .banner_style3 .banner_content {
        padding-right: 20px;
        padding-bottom: 40px;
        min-height: 150px;
    }
    .banner_style4 {
        padding: 30px 20px;
        min-height: 180px;
    }
    .banner_style4 .banner_title {
        font-size: 20px;
    }
    .banner_style4 .banner_text {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .banner_style5.right_align .banner_body {
        padding-right: 100px;
    }
    .banner_style10 {
        height: 320px;
        padding-left: 30px;
    }
    .banner_style14 .banner_title {
        font-size: 26px;
    }
    .banner_style14 .banner_text {
        font-size: 16px;
    }
    .banner_style15 .banner_content {
        max-width: 350px;
        padding: 30px 0;
    }
    .banner_style15 .banner_title {
        font-size: 24px;
    }
    .banner_style15 .banner_text.style2 {
        font-size: 13px;
    }
    .banner_style15 .banner_text.style3 {
        font-size: 13px;
        margin: 14px 0 11px 0;
    }
    .banner_style15 .vs-btn {
        font-size: 14px;
        padding: 16.5px 20px;
    }
    .banner_style17 .banner_title {
        font-size: 24px;
    }
    .banner_style17 .banner_price {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .banner_style2 .banner_content {
        width: 180px;
        top: 10%;
    }
    .banner_style2 .banner_title {
        font-size: 16px;
        max-width: 150px;
    }
    .banner_style2 .banner_label {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .banner_style3 .banner_title {
        font-size: 15px;
        max-width: 85px;
        line-height: 20px;
        margin-bottom: 13px;
    }
    .banner_style3 .banner_content {
        padding-right: 10px;
        padding-bottom: 30px;
        min-height: 110px;
    }
    .banner_style5 {
        padding: 40px 25px;
    }
    .banner_style5.right_align .banner_body {
        padding-right: 0;
    }
    .banner_style5 .banner_text {
        margin-bottom: 12px;
    }
    .banner_style5 .banner_label {
        font-size: 12px;
        max-width: 140px;
    }
    .banner_style11 .banner_body {
        padding-left: 40%;
    }
    .banner_style13 {
        height: 300px;
    }
    .banner_style13 .banner_content {
        left: 30px;
        bottom: 30px;
    }
    .banner_style13 .banner_title {
        font-size: 24px;
        left: 30px;
        top: 27px;
        max-width: 250px;
        line-height: 36px;
    }
    .banner_style9.layout3, .banner_style9.layout2, .banner_style9.layout3, .banner_style9.layout2 {
        height: 350px;
        border-width: 22px;
    }
    .banner_style13 .banner_title--style3 {
        font-size: 20px;
        font-weight: 500;
        max-width: 220px;
        line-height: 30px;
        top: 30px;
        left: 30px;
    }
    .banner_style16 {
        padding: 40px 20px;
    }
    .banner_style16 .banner_title {
        font-size: 30px;
        max-width: 310px;
    }
    .banner_style16 .banner_price {
        font-size: 20px;
    }
    .banner_style16 .banner_label {
        font-size: 10px;
        padding: 13px 15px;
        margin-bottom: 12px;
    }
    .banner_style19 {
        height: 240px;
        padding: 30px 30px;
    }
    .banner_style19 .banner_title {
        font-size: 22px;
    }
    .banner_style19 .banner_text {
        line-height: 21px;
        font-size: 12px;
        max-width: 170px;
    }
}
@media (max-width: 575px) {
    .banner_style9.layout4 {
        height: 360px;
        --shape-gap: 20px;
    }
    .banner_style14 .banner_shape {
        height: 190px;
        -webkit-clip-path: polygon(0 0, 100% calc(100% - 90px), 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% calc(100% - 90px), 100% 100%, 0% 100%);
    }
    .banner_style18 {
        --shape-gap: 20px;
        height: 360px;
    }
}

.banner-wrap-style1 {
    padding: 20px;
    background-color: var(--white-color);
    margin-top: -140px;
    position: relative;
    z-index: 2;
}

.banner_pill {
    background-color: var(--white-color);
    color: var(--theme-color);
    text-align: center;
    width: 116px;
    height: 116px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 12px;
}
.banner_pill .number {
    display: block;
    font-size: 36px;
}

/* Large devices */
@media (max-width: 1199px) {
    .banner-wrap-style1 {
        margin-top: -80px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .banner-wrap-style1 {
        margin-top: 60px;
        padding: 0;
    }
}
@media only screen and (max-width: 350px) {
    .banner_style7 .banner_img img {
        max-height: 300px;
    }
}
/*------------------- 4.20. Features  -------------------*/
.feature_card {
    text-align: center;
    margin-bottom: 25px;
}
.feature_card_icon {
    margin-bottom: 25px;
}
.feature_card_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.feature_card_text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    max-width: 300px;
    display: inline-block;
}

.feature_media {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.feature_media_icon {
    margin-right: 20px;
}
.feature_media_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.feature_media_text {
    font-size: 14px;
    margin-bottom: 0;
}
.feature_media_border {
    justify-content: center;
    display: flex;
    position: relative;
    margin-bottom: 28px;
}
.feature_media_border .feature_media {
    margin-bottom: 0;
}
.feature_media_border .feature_media_title {
    font-size: 18px;
    font-weight: 500;
}
@media (min-width: 1199px) {
    .feature_media_border:before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -20px;
        height: 40px;
        width: 1px;
        background-color: #e7e7e7;
    }
    .feature_media_border:last-child:before {
        display: none;
    }
}

.feature_mock {
    display: flex;
    align-items: center;
}
.feature_mock_icon {
    width: var(--icon-size, 100px);
    height: var(--icon-size, 100px);
    line-height: var(--icon-size, 100px);
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    margin: 0 var(--icon-gap, 25px) 0 0;
}
.feature_mock_title {
    font-weight: 500;
    margin-bottom: 5px;
}
.feature_mock_text {
    font-size: 14px;
    margin-bottom: -0.2em;
}
@media (min-width: 767px) {
    .feature_mock.reverse {
        flex-direction: row-reverse;
        text-align: right;
    }
    .feature_mock.reverse .feature_mock_icon {
        margin: 0 0 0 var(--icon-gap, 25px);
    }
}

.feature_case {
    text-align: center;
    position: relative;
}
.feature_case_icon {
    margin-bottom: 23px;
}
.feature_case_title {
    margin-bottom: 10px;
}
.feature_case_text {
    max-width: 280px;
    display: inline-block;
}
.feature_case_text--style2 {
    max-width: 220px;
    display: inline-block;
}
.feature_case_border {
    border-right: 1px dashed #dbdbdb;
    width: 1px;
    height: 120px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -60px;
}
.feature_case:last-child .feature_case_border {
    display: none;
}

.feature-middle-img {
    margin-top: -77px;
    padding-right: 40px;
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
}
.feature-middle-img .bg-text img,
.feature-middle-img .bg-shape {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.feature-middle-img .bg-text img {
    max-width: initial;
}

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

.feature_box {
    display: flex;
    margin-bottom: 25px;
}
.feature_box_icon {
    margin-right: 25px;
}
.feature_box_title {
    font-weight: 500;
    margin: -0.25em 0 7px 0;
}
.feature_box_text {
    line-height: 26px;
    margin-bottom: 0;
    max-width: 210px;
    letter-spacing: -0.01em;
    display: inline-block;
}
.feature_box_container {
    --main-container: 1685px;
    border: 2px solid var(--title-color);
    padding: 100px 120px 70px 120px;
}
.feature_box_wrap .feature_box.style2:not(:last-child) {
    margin-bottom: 90px;
}
.feature_box.style2 .feature_box_icon {
    margin-right: 32px;
}
.feature_box.style2 .feature_box_title {
    margin-bottom: 15px;
}
.feature_box.style2 .feature_box_text {
    max-width: 330px;
    font-size: 18px;
    line-height: 26px;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .feature_box_container {
        padding: 100px 80px 70px 80px;
    }
}
/* Medium Large devices */
@media (max-width: 1399px) {
    .feature_box_wrap .feature_box.style2:not(:last-child) {
        margin-bottom: 40px;
    }
    .feature_box_title.h3 {
        font-size: 24px;
    }
    .feature_box_icon {
        margin-right: 22px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .feature-middle-img {
        margin-top: -35px;
    }
    .feature-middle-img .bg-text img {
        max-width: 100%;
    }
    .feature-padding {
        padding-top: 0;
    }
    .feature_box {
        display: block;
        text-align: center;
    }
    .feature_box_icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 1199px) and (min-width: 767px) and (max-width: 1399px) {
    .feature_box_wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}
@media (max-width: 1199px) {
    .feature_box.style2 .feature_box_icon {
        margin-right: 0;
    }
    .feature_box.style2 .feature_box_text {
        max-width: 400px;
        font-size: 16px;
        line-height: 24px;
        padding: 0 0;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .feature_media_title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .feature_box_container {
        padding: 60px 40px 30px 40px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .feature_mock {
        display: block;
        text-align: center;
        max-width: 180px;
        --icon-size: 80px;
        margin: 0 auto 30px auto;
    }
    .feature_mock_icon {
        margin: 0 auto 15px auto;
    }
    .feature-middle-img {
        margin: -20px 0 0 0;
    }
    .feature_box_container {
        padding: 60px 20px 30px 20px;
        margin: 0 15px;
        max-width: 100%;
        width: calc(100% - 30px);
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .feature_mock_title {
        margin-bottom: 7px;
        font-size: 16px;
    }
    .feature_mock_text {
        font-size: 12px;
    }
}
/*------------------- 4.21. Testimonial  -------------------*/
.testi_card {
    text-align: center;
    margin-bottom: 25px;
}
.testi_card_quote {
    margin-bottom: 35px;
}
.testi_card_quote--left, .testi_card_quote--right {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}
.testi_card_quote--right {
    right: var(--quote-pos-x, -43%);
}
.testi_card_quote--left {
    left: var(--quote-pos-x, -43%);
}
.testi_card_text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 30px;
}
.testi_card_text--md {
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    color: var(--title-color);
    margin: -0.27em 0 17px 0;
}
.testi_card_text--md u {
    color: var(--theme-color);
}
.testi_card_name {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}
.testi_card_name--md {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.testi_card_degi {
    display: block;
    font-size: 14px;
    margin-top: 3px;
}
.testi_card_avater {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-top: 25px;
}
.testi_card_avater img {
    border-radius: 50%;
    width: 100%;
}
.testi_card--big {
    position: relative;
    max-width: 835px;
    margin: 0 auto 22px auto;
    text-align: center;
}
.testi_card_divider {
    width: 180px;
    display: inline-block;
    height: 2px;
    position: relative;
    background-color: var(--theme-color);
    margin: 16px 0 10px 0;
}
.testi_card_divider:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 8px;
    width: 15px;
    background-color: inherit;
    margin-left: -7.5px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.testi_box {
    text-align: center;
}
.testi_box_body {
    background-color: var(--box-bg, #f3f3f3);
    padding: 40px 40px 95px 40px;
}
.testi_box_rating {
    color: var(--yellow-color);
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: -0.5em;
}
.testi_box_text {
    font-size: 18px;
    line-height: 28px;
    color: #222222;
}
.testi_box_text:before {
    content: "“";
    margin-right: 7px;
}
.testi_box_text:after {
    content: "”";
    margin-left: 7px;
}
.testi_box_img {
    position: relative;
    height: 180px;
    margin-top: -90px;
    margin-bottom: 20px;
}
.testi_box_img:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--box-bg, #f3f3f3);
    width: var(--shape-size, 130px);
    height: var(--shape-size, 130px);
    z-index: -1;
    border-radius: 50%;
}
.testi_box_name {
    font-weight: 600;
    margin-bottom: 0;
}
.testi_box_degi {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.testi-style1 {
    text-align: center;
}
.testi-style1 .testi-rating {
    color: var(--theme-color);
    font-size: 20px;
    margin-bottom: 15px;
}
.testi-style1 .testi-text {
    font-size: 30px;
    line-height: 50px;
    color: var(--title-color);
    margin-bottom: 35px;
}
.testi-style1 .testi-author-name {
    margin-bottom: 8px;
}
.testi-style1 .testi-author-degi {
    font-size: 20px;
    color: var(--title-color);
}

.testi-style2 {
    display: flex;
    justify-content: space-between;
}
.testi-style2 .testi-content {
    flex: 1;
    position: relative;
}
.testi-style2 .testi-quote {
    position: absolute;
    right: 120px;
    bottom: 56px;
}
.testi-style2 .testi-border {
    border-bottom: 1px solid #dbdbdb;
    max-width: 600px;
    margin-bottom: 20px;
}
.testi-style2 .testi-text {
    font-size: 30px;
    line-height: 42px;
    color: var(--title-color);
    max-width: 800px;
    margin: -0.2em 0 30px 0;
}
.testi-style2 .testi-text u {
    color: var(--theme-color);
}
.testi-style2 .testi-author-name {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 0;
}
.testi-style2 .testi-author-degi {
    font-size: 14px;
    font-weight: 300;
}
.testi-style2 .testi-avater {
    margin: 0 30px 30px 0;
    position: relative;
    align-self: flex-start;
}
.testi-style2 .testi-avater::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 30px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--theme-color);
    z-index: 1;
}
.testi-style2-slide .slick-dots {
    margin: 0;
    position: absolute;
    left: -65px;
    padding: 0;
    top: 45%;
    transform: translate(0, -50%);
}
.testi-style2-slide .slick-dots button {
    background-color: #dcdcdc;
}
.testi-style2-slide .slick-dots li {
    margin: 20px 0;
    display: block;
}
.testi-style2-slide .slick-dots li:first-child {
    margin-top: 0;
}
.testi-style2-slide .slick-dots li:last-child {
    margin-bottom: 0;
}
.testi-style2-slide .slick-dots li.slick-active button {
    background-color: var(--theme-color);
}

.avater-style1 {
    position: relative;
    padding-top: 17px;
    text-align: center;
}
.avater-style1 .avater-img {
    width: var(--avater-size, 110px);
    height: var(--avater-size, 110px);
    border-radius: 50%;
    transform: scale(0.7);
    overflow: hidden;
    position: relative;
    background-color: var(--theme-color);
    display: block;
    margin: 0 auto;
    transition: all ease 0.4s;
    cursor: pointer;
    transform-origin: 22% 50%;
}
.avater-style1 .avater-img img {
    width: 100%;
    transition: all ease 0.4s;
    opacity: 1;
}
.avater-style1 .avater-icon {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}
.avater-style1-slider {
    max-width: 510px;
    margin: 30px auto 0 auto;
}

.slick-center .avater-style1 .avater-img {
    transform: scale(1);
}
.slick-center .avater-style1 .avater-img img {
    opacity: 0.22;
}
.slick-center .avater-style1 .avater-icon {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
}
.slick-center ~ .slick-active .avater-style1 .avater-img {
    transform-origin: 72% 50%;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .testi_card--big {
        --quote-pos-x: -20%;
    }
}
/* Medium Large devices */
@media (max-width: 1399px) {
    .testi_card--big {
        --quote-pos-x: -8%;
    }
    .testi-style1 .testi-text {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .testi-style1 .testi-author-name {
        margin-bottom: 8px;
        font-size: 22px;
    }
    .testi-style1 .testi-author-degi {
        font-size: 16px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .testi_box_text {
        font-size: 16px;
        line-height: 26px;
    }
    .testi_box_body {
        padding: 30px 20px 95px 20px;
    }
    .testi-style2 .testi-text {
        font-size: 24px;
        line-height: 36px;
        max-width: 630px;
        margin-bottom: 20px;
    }
    .testi-style2 .testi-quote {
        right: 45px;
        bottom: 90px;
    }
    .testi-style2 .testi-border {
        max-width: 450px;
        margin-bottom: 20px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .testi_card--big {
        padding: 0 15px;
    }
    .testi_card_quote--left, .testi_card_quote--right {
        --quote-pos-x: 5%;
        max-width: 150px;
    }
    .testi_card_text--md {
        font-size: 24px;
        line-height: 38px;
        margin: -0.27em 0 4px 0;
    }
    .avater-style1-slider {
        max-width: 340px;
        margin: 25px auto 0 auto;
    }
    .testi-style1 .testi-text {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .testi-style2 .testi-border {
        max-width: 350px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .testi_card_quote--left, .testi_card_quote--right {
        --quote-pos-x: 5%;
        max-width: 100px;
    }
    .testi-style2 {
        display: block;
        text-align: center;
    }
    .testi-style2 .testi-avater {
        margin: 20px 0 0 0;
    }
    .testi-style2 .testi-avater:before {
        display: none;
    }
}
/*------------------- 4.22. Gallery  -------------------*/
.gallery_card {
    position: relative;
}
.gallery_card_img img {
    width: 100%;
}
.gallery_card:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    opacity: 0;
    background-color: var(--title-color);
    visibility: hidden;
    transform: scale(0.6);
    transition: all ease 0.4s;
}
.gallery_card_icon {
    color: var(--white-color);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    font-size: 42px;
    transform: translate(-50%, -50%);
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}
.gallery_card:hover:after {
    opacity: 0.8;
    visibility: visible;
    transform: scale(1);
}
.gallery_card:hover .gallery_card_icon {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
}
.gallery_card.style2:after {
    background-color: var(--theme-color);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.gallery_card_column {
    max-width: 736px;
}
.gallery_card_middle {
    text-align: center;
    height: 530px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -240px 0 -240px;
}
.gallery_card_middle .gallery_card_icon {
    color: var(--white-color);
    opacity: 1;
    visibility: visible;
    transform: none;
    left: 0;
    top: 0;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 0;
    max-width: 320px;
    text-align: center;
}
.gallery_card_middle .gallery_card_icon i {
    font-size: 62px;
    display: block;
    margin-bottom: 32px;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .gallery_card_middle {
        margin: -130px auto 0 auto;
        padding: 100px 0 0 0;
        max-width: 90%;
    }
    .gallery_card_middle_wrap {
        order: 1;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .gallery_card_middle {
        height: 430px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .gallery_card_middle {
        height: 280px;
        margin-top: -80px;
        padding-top: 50px;
    }
    .gallery_card_middle .gallery_card_icon {
        font-size: 24px;
        line-height: 30px;
        max-width: 245px;
    }
    .gallery_card_middle .gallery_card_icon i {
        font-size: 40px;
        margin-bottom: 15px;
    }
}
/*------------------- 4.23. Subscribe Form  -------------------*/
.subscribe-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.subscribe-form .form-group > i {
    left: 30px;
    right: auto;
    top: 31px;
    color: var(--body-color);
}
.subscribe-form .form-control {
    border-color: #dedede;
    border-radius: 0;
    height: 80px;
    width: calc(100% - 13px);
    padding-left: 67px;
    margin-right: 13px;
}
.subscribe-form .form-control::-moz-placeholder {
    color: #6f6f6f;
}
.subscribe-form .form-control:-ms-input-placeholder {
    color: #6f6f6f;
}
.subscribe-form .form-control::placeholder {
    color: #6f6f6f;
}
.subscribe-form .vs-btn {
    position: absolute;
    right: 0;
    top: 12px;
}
.subscribe-form .form-text {
    margin-bottom: 22px;
}
.subscribe-form .form-notice i {
    color: var(--theme-color);
    margin-right: 10px;
}
.subscribe-form .form-notice a {
    text-decoration: underline;
    font-weight: 500;
    color: var(--body-color);
}

/* Small devices */
@media (max-width: 767px) {
    .subscribe-form .vs-btn {
        position: relative;
        top: 0;
        margin-top: 10px;
    }
    .subscribe-form .form-notice {
        font-size: 14px;
    }
    .subscribe-form .form-control {
        height: 60px;
        width: 100%;
        padding-left: 47px;
    }
    .subscribe-form .form-group > i {
        left: 20px;
        top: 22px;
    }
}
/*------------------- 4.24. Discount  -------------------*/
.discount-img-style1 {
    position: relative;
}
.discount-img-style1 .shape {
    width: 310px;
    height: 310px;
    border-radius: 50%;
    position: absolute;
    left: -56px;
    top: -56px;
    background-color: var(--theme-color);
    opacity: 0.2;
}

.offer-counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.offer-counter li {
    display: inline-block;
}

.counter-list {
    margin: 0 0 30px 0;
}
.counter-list li {
    display: inline-block;
    position: relative;
    padding-right: 36px;
    margin-right: 24px;
}
.counter-list li::before {
    content: ".";
    position: absolute;
    right: 0;
    top: 6px;
}
.counter-list li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.counter-list li:last-child::before {
    display: none;
}
.counter-list li:before,
.counter-list .count-number {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: var(--title-color);
}
.counter-list .count-name {
    font-weight: 500;
    font-size: 14px;
    margin-top: 6px;
    display: inline-block;
}

.discount-title {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 20px;
}

.discount-label {
    font-weight: 500;
    font-size: 16px;
    color: var(--title-color);
    letter-spacing: 0.2em;
    margin-bottom: 15px;
    display: block;
}

.discount-total {
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 10px;
}
.discount-total sup {
    top: -14px;
    position: relative;
}

.discount-wrap {
    background-color: #eaeaea;
}
.discount-wrap .discount-content {
    padding-bottom: 90px;
    padding-top: 85px;
}

.counter-box li {
    box-shadow: 0px 7px 40px 0px rgba(0, 0, 0, 0.03);
    background-color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
    display: inline-flex;
    padding: 16px 17px;
    line-height: 1;
    margin-right: 5px;
    width: 85px;
    justify-content: center;
    text-align: center;
}
.counter-box li:last-child {
    margin-right: 0;
}
.counter-box .count-name {
    color: #c9c9c9;
    margin-left: 7px;
}

.discount_box {
    text-align: center;
    border: 1px solid var(--border-color);
    padding: 75px 70px;
}
.discount_box_label {
    color: var(--theme-color);
    font-size: 14px;
}
.discount_box_title {
    font-size: 48px;
    margin: 0;
}
.discount_box_footer > div:first-child {
    text-align: left;
}
.discount_box_price {
    font-size: 40px;
    font-weight: 400;
    color: var(--title-color);
    margin: 5px 0 0 0;
    line-height: 1;
}
.discount_box .counter-pill {
    margin-top: 35px;
}
.discount_box_btn {
    padding: 21.5px 46px;
    background-color: var(--title-color);
    text-transform: capitalize;
    font-weight: 400;
}
.discount_box_btn:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.discount_box_btn i {
    margin-left: 10px;
}

.counter-pill {
    margin: 0 0 20px 0;
}
.counter-pill li {
    display: inline-flex;
    width: var(--pill-size, 90px);
    height: var(--pill-size, 90px);
    background-color: var(--pill-bg, #f4f4f4);
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    padding-top: 7px;
    margin: 0 17px 20px 0;
}
.counter-pill li:last-child {
    margin-right: 0;
}
.counter-pill .count-number {
    font-size: 30px;
    font-weight: 600;
    color: var(--title-color);
}
.counter-pill .count-name {
    font-size: 14px;
    color: var(--title-color);
}

.counter-style1 {
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 11.5px 30px;
    width: 400px;
    text-align: center;
    max-width: 100%;
}
.counter-style1 li {
    font-size: 20px;
    font-weight: 600;
}
.counter-style1 li:not(:last-child):after {
    content: ":";
    margin: 0 3px;
}
.counter-style1 .count-number {
    display: inline-block;
}
.counter-style1 .count-name {
    display: inline-block;
    font-weight: 300;
}

/* Large devices */
@media (max-width: 1199px) {
    .discount-total {
        font-size: 62px;
    }
    .discount-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .counter-list {
        margin: 0 0 20px 0;
    }
    .counter-list li {
        padding-right: 26px;
        margin-right: 14px;
    }
    .counter-list li:before,
    .counter-list .count-number {
        font-size: 22px;
    }
    .discount-label {
        font-size: 14px;
    }
}
/* Extra large devices */
@media (max-width: 1500px) {
    .counter-box li {
        font-size: 14px;
        padding: 13px 8px;
        margin-right: 3px;
        width: 64px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .discount_box {
        padding: 43px 30px;
    }
    .discount_box_title {
        font-size: 36px;
        margin: 0;
    }
    .discount_box_price {
        font-size: 30px;
    }
    .discount_box_btn {
        padding: 16px 30px;
    }
    .counter-pill {
        --pill-size: 80px;
    }
    .counter-pill li {
        margin: 0 10px 20px 0;
    }
    .counter-pill .count-number {
        font-size: 20px;
        margin-bottom: -2px;
    }
    .counter-pill .count-name {
        font-size: 12px;
        margin-top: -2px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .discount-wrap .discount-content {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .discount-total {
        font-size: 48px;
    }
    .discount-img-style1 .shape {
        width: 200px;
        height: 200px;
        left: 0;
        top: -20px;
    }
    .discount_box {
        padding: 44px 30px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .discount-wrap .discount-content {
        padding-bottom: 40px;
        padding-top: 20px;
    }
    .counter-list li {
        padding-right: 20px;
        margin-right: 12px;
    }
    .discount-img-style1 .shape {
        width: 110px;
        height: 110px;
        left: 0;
        top: 0;
    }
    .counter-pill li {
        --pill-size: auto;
        background-color: transparent;
        border-radius: 0;
    }
    .discount_box {
        padding: 30px 20px;
    }
    .discount_box .counter-pill {
        margin-top: 5px;
        margin-bottom: 0;
    }
    .counter-style1 {
        padding: 11.5px 0;
    }
    .counter-style1 li {
        font-size: 14px;
    }
}
/*------------------- 4.25. Filter  -------------------*/
.filter-menu {
    padding: 16px 47px;
    border-radius: 9999px;
    position: relative;
}
.filter-menu button {
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    margin: 0 23.5px;
}
.filter-menu button:last-child {
    margin-right: 0;
}
.filter-menu button:first-child {
    margin-left: 0;
}
.filter-menu button:hover {
    color: var(--theme-color);
}
.filter-menu button.active {
    color: var(--theme-color);
    text-decoration: underline;
}
.filter-menu.style2 {
    padding: 0;
    margin-bottom: 30px;
}
.filter-menu.style3 {
    padding: 0;
    margin-bottom: 40px;
}
.filter-menu.style3 button {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: var(--title-color);
    background-color: var(--smoke-color);
    display: inline-block;
    line-height: 1;
    padding: 12px 26px;
    margin: 0 5px 10px 5px;
}
.filter-menu.style3 button.active {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.tab-menu button {
    border: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    position: relative;
    margin: 0 18px;
}
.tab-menu button:last-child {
    margin-right: 0;
}
.tab-menu button:first-child {
    margin-left: 0;
}
.tab-menu button:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    transition: all ease 0.4s;
}
.tab-menu button.active, .tab-menu button:hover {
    color: var(--theme-color);
}
.tab-menu button.active:before, .tab-menu button:hover:before {
    width: 100%;
}

.tab-menu-style2 {
    margin-bottom: 50px;
}
.tab-menu-style2 button {
    border: none;
    background-color: #f6f6f6;
    color: var(--title-color);
    text-transform: capitalize;
    display: inline-block;
    border-radius: 9999px;
    line-height: 1;
    padding: 13px 19px;
    font-size: 14px;
}
.tab-menu-style2 button:hover, .tab-menu-style2 button.active {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.tab-menu-style3 {
    margin-bottom: 26px;
}
.tab-menu-style3 button {
    border: none;
    background-color: transparent;
    color: var(--title-color);
    font-weight: 600;
    font-size: 28px;
    text-transform: capitalize;
    padding: 0;
    position: relative;
    transition: all ease 0.4s;
}
.tab-menu-style3 button:not(:last-child):after {
    content: ".";
    margin: 0 11px 0 17px;
    color: var(--title-color);
}
.tab-menu-style3 button.active, .tab-menu-style3 button:hover {
    color: var(--body-color);
}

/* Large devices */
@media (max-width: 1199px) {
    .tab-menu-style3 button {
        font-size: 20px;
    }
    .tab-menu-style3 button:not(:last-child):after {
        margin: 0 11px 0 14px;
        position: relative;
        top: -4px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .filter-menu {
        padding: 8px 20px;
    }
    .filter-menu button {
        font-size: 13px;
        margin: 0 8px;
    }
    .tab-menu button {
        margin: 0 10px;
        font-size: 14px;
    }
    .tab-menu-style3 button {
        font-size: 14px;
    }
    .tab-menu-style3 button:not(:last-child):after {
        margin: 0 5px 0 10px;
    }
}
/*------------------- 4.26. Newsletter  -------------------*/
.newsletter_box {
    background-color: var(--white-color);
    padding: 80px 80px 0 80px;
    z-index: 2;
    position: relative;
}
.newsletter_box_head {
    display: flex;
    align-items: center;
}
.newsletter_box_media {
    display: flex;
    align-items: center;
    border-right: 1px solid #d4d9db;
    padding-right: 60px;
    margin-right: 40px;
}
.newsletter_box .media-icon {
    margin-right: 30px;
}
.newsletter_box_label {
    color: var(--theme-color);
    display: block;
}
.newsletter_box_title {
    margin-bottom: 0;
    font-weight: 500;
}
.newsletter_box_text {
    font-size: 18px;
    font-weight: 500;
    color: var(--title-color);
    max-width: 330px;
    letter-spacing: 0.02em;
    line-height: 28px;
    margin-bottom: 0;
}
.newsletter_box_form {
    width: 100%;
    max-width: 530px;
    margin-left: auto;
}
.newsletter_box_form .form-group {
    display: flex;
    margin-bottom: 0;
}
.newsletter_box_form .form-control {
    background-color: #f1f1f1;
    border: none;
    height: 60px;
    color: #707070;
    width: 100%;
    padding-right: 0;
    border-radius: 0;
}
.newsletter_box_form .form-control::-moz-placeholder {
    color: #707070;
}
.newsletter_box_form .form-control:-ms-input-placeholder {
    color: #707070;
}
.newsletter_box_form .form-control::placeholder {
    color: #707070;
}
.newsletter_box_form .vs-btn {
    font-size: 14px;
    font-weight: 500;
}
.newsletter_box.style2 {
    padding: 80px 80px 80px 80px;
    background-color: var(--title-color);
}
.newsletter_box.style2 .newsletter_box_text, .newsletter_box.style2 .newsletter_box_title {
    color: var(--white-color);
}
.newsletter_box.style2 .vs-btn {
    background-color: var(--theme-color);
}
.newsletter_box.style2 .vs-btn:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}

.newsletter-style1 .form-group {
    display: flex;
}
.newsletter-style1 .form-control {
    border-radius: 0;
    height: 70px;
    background-color: var(--white-color);
    border: none;
}

.newsletter-style2 .form-group {
    display: flex;
}
.newsletter-style2 .form-control {
    margin-right: 10px;
    height: 60px;
    font-size: 14px;
}

.popup-newsletter-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    transition: all ease 0.7s;
    opacity: 0;
    visibility: hidden;
}
.popup-newsletter-wrap.show {
    opacity: 1;
    visibility: visible;
}

.popup-newsletter {
    background-color: var(--white-color);
    text-align: center;
    position: relative;
}
.popup-newsletter .popup-newsletter-closer {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    background-color: var(--title-color);
    color: var(--white-color);
    font-size: 20px;
    border-radius: 50%;
    transition: all ease 0.4s;
}
.popup-newsletter .popup-newsletter-closer:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.popup-newsletter .newsletter-content {
    padding: 72px 40px 100px 40px;
}
.popup-newsletter .newsletter-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    margin: 0 0 8px 0;
}
.popup-newsletter .newsletter-title {
    font-weight: 500;
}
.popup-newsletter .newsletter-text {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 27px;
}
.popup-newsletter .form-control {
    height: 60px;
    padding: 0 20px 0 30px;
    font-size: 14px;
    font-weight: 300;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px auto;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .newsletter_box {
        padding-left: 0;
        padding-right: 0;
    }
    .newsletter_box.style2 {
        padding: 60px 40px 60px 40px;
    }
    .newsletter_box_head {
        display: block;
    }
    .newsletter_box_wrap {
        margin-top: 0 !important;
    }
    .newsletter_box_media {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        margin-bottom: 10px;
    }
    .newsletter_box_form {
        margin-left: 0;
    }
    .popup-newsletter .newsletter-content {
        padding: 32px 25px 40px 25px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .popup-newsletter {
        max-width: 500px;
    }
    .popup-newsletter .popup-newsletter-closer {
        right: -20px;
        top: -20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .popup-newsletter .newsletter-text {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .popup-newsletter .newsletter-title {
        margin-bottom: 6px;
    }
    .popup-newsletter .form-control {
        height: 45px;
        padding: 0 20px 0 20px;
        font-size: 14px;
        max-width: 385px;
        margin: 0 auto 15px auto;
    }
    .popup-newsletter .vs-btn.style7 {
        height: 50px;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 16px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .newsletter_box {
        padding: 60px 40px 0 40px;
        text-align: center;
    }
    .newsletter_box.style2 {
        padding: 40px 40px 40px 40px;
    }
    .newsletter_box_head {
        margin-bottom: 30px;
    }
    .newsletter_box_media {
        display: block;
    }
    .newsletter_box .media-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .newsletter_box_form {
        max-width: 100%;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .newsletter_box {
        padding: 60px 10px 0 10px;
    }
    .newsletter_box.style2 {
        padding: 40px 10px 40px 10px;
    }
    .newsletter_box_form .form-group {
        display: block;
    }
    .newsletter_box_form .vs-btn {
        margin-top: 10px;
    }
    .popup-newsletter {
        width: 90%;
        max-width: 400px;
    }
    .popup-newsletter .popup-newsletter-closer {
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .popup-newsletter .newsletter-content {
        padding: 32px 15px 40px 15px;
    }
    .popup-newsletter .newsletter-text {
        font-size: 14px;
    }
    .newsletter-style2 .form-group,
    .newsletter-style1 .form-group {
        display: block;
    }
    .newsletter-style2 .form-group .vs-btn,
    .newsletter-style1 .form-group .vs-btn {
        margin-top: 20px;
    }
}
/*------------------- 4.27. Call To Action  -------------------*/
.cta_box {
    background-color: #f1f0ec;
}
.cta_box_logo {
    margin-bottom: 45px;
}
.cta_box_title {
    font-size: 72px;
    font-weight: 500;
}
.cta_box_text {
    margin-bottom: 37px;
}

.cta-text {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.012em;
    margin-bottom: 50px;
}

.cta-title {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.cta-title--style2 {
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
}

.cta-icon {
    margin-bottom: 50px;
}

.cta_pill {
    background-color: var(--theme-color);
    color: var(--white-color);
    width: var(--pill-size, 140px);
    height: var(--pill-size, 140px);
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 5px;
    margin-bottom: 30px;
}
.cta_pill .number {
    font-size: 34px;
    font-weight: 600;
    display: block;
}
.cta_pill .text {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.cta-price {
    color: var(--theme-color);
    margin-bottom: 0;
    line-height: 1;
}
.cta-price del {
    color: var(--body-color);
    font-size: 0.8em;
}

.cta-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.cta-list li {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding-left: 35px;
    color: var(--title-color);
    position: relative;
    margin-bottom: 45px;
}
.cta-list li:last-child {
    margin-bottom: 0;
}
.cta-list li i {
    color: var(--success-color);
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 1.2em;
}

.cta-img-1 {
    width: 100%;
    position: relative;
}
.cta-img-1 img {
    margin: -20px -105px -70px 0;
    max-width: inherit;
}

.cta-style1 {
    padding: 100px 0;
    text-align: center;
}
.cta-style1 .cta-content {
    padding: 100px 0;
    max-width: 765px;
    margin: 0 auto;
}
.cta-style1 .cta-content:not([data-opacity]):before {
    opacity: 0.95;
}
.cta-style1 .cta-content > * {
    position: relative;
    z-index: 3;
}
.cta-style1 .cta-title {
    font-size: 90px;
    text-transform: uppercase;
    color: var(--title-color);
    margin-bottom: 0;
    line-height: 1;
    margin-top: -0.15em;
}
.cta-style1 .cta-subtitle {
    font-size: 21px;
    font-weight: 600;
    color: var(--title-color);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 22px;
}
.cta-style1 .cta-note {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--title-color);
    margin: 10px 0 -0.34em 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .cta_box_title {
        font-size: 62px;
    }
    .cta_box_logo {
        margin-bottom: 25px;
    }
    .cta-style1 .cta-title {
        font-size: 60px;
    }
    .cta-style1 .cta-subtitle {
        font-size: 18px;
        margin-top: 10px;
    }
    .cta-style1 .cta-note {
        font-size: 14px;
    }
}
/* Medium Large devices */
@media (max-width: 1399px) {
    .cta-list li {
        font-size: 18px;
    }
    .cta-list li i {
        top: 4px;
    }
    .cta-title--style2 {
        font-size: 28px;
        line-height: 36px;
    }
    .cta_pill {
        --pill-size: 100px;
    }
    .cta_pill .text {
        font-size: 14px;
    }
    .cta_pill .number {
        font-size: 26px;
    }
    .cta-price.h3 {
        font-size: 22px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .cta_box_title {
        font-size: 42px;
    }
    .cta-title {
        font-size: 42px;
    }
    .cta-icon {
        margin-bottom: 30px;
    }
    .cta-text {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .cta-img-1 img {
        margin: 0 0 0 0;
        max-width: 110%;
    }
    .cta-list {
        margin-left: -35px;
    }
    .cta-list li {
        margin-bottom: 15px;
    }
    .cta_pill {
        margin-bottom: 20px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .cta-title {
        font-size: 36px;
    }
    .cta-list {
        margin-left: 0;
    }
    .cta-img-1 img {
        max-width: 100%;
    }
    .cta-style1 {
        padding: 60px 0;
    }
    .cta-style1 .cta-content {
        padding: 60px 0;
        max-width: 90%;
    }
    .cta-style1 .cta-title {
        font-size: 42px;
    }
    .cta-style1 .cta-subtitle {
        font-size: 16px;
        margin-top: 10px;
        letter-spacing: 0.1em;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .cta-title {
        font-size: 30px;
    }
    .cta-title--style2 {
        font-size: 20px;
        line-height: 30px;
    }
    .cta-text {
        font-size: 14px;
    }
    .cta-list {
        margin-top: 20px;
    }
    .cta-list li {
        padding-left: 25px;
        font-size: 16px;
        margin-bottom: 8px;
    }
    .cta-style1 .cta-content {
        padding: 60px 0;
        max-width: 95%;
    }
    .cta-style1 .cta-title {
        font-size: 30px;
    }
    .cta-style1 .cta-subtitle {
        font-size: 14px;
    }
    .cta-style1 .cta-note {
        font-size: 12px;
    }
}
/*------------------- 4.28. Deals  -------------------*/
.deals_box {
    border: 2px solid var(--theme-color);
    margin: 26px 0 55.25px 0;
}
.deals_box_head {
    display: flex;
    justify-content: space-between;
    margin: -30px 0 0 0;
    padding: 0 43px 15px 0;
}
.deals_box_body {
    padding: 0 45px 7px 45px;
}
.deals_box_footer {
    text-align: center;
    margin-bottom: -25.25px;
}
.deals_box_title {
    background-color: var(--white-color);
    padding: 0 20px 20px 0;
    margin-left: -3px;
    margin: 0 0 0 -2px;
}
.deals_box_counter {
    display: flex;
    align-items: center;
    align-self: flex-start;
    margin: 2px 0 0 0;
    padding: 12px 30px;
    list-style: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 24px;
    font-weight: 600;
    position: relative;
    border-radius: 9999px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    width: 260px;
    max-width: 100%;
    justify-content: center;
}
.deals_box_counter .count-number:after {
    content: ":";
    position: relative;
    top: -1.3px;
    margin: 0 7px;
}
.deals_box_counter li:last-child .count-number:after {
    display: none;
}

.deal-style1 .deal-subtitle {
    font-size: 18px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    /*color: #cfcfcf;*/
    color: #707070;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 10px;
    margin-top: -0.25em;
}
.deal-style1 .deal-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 26px;
}
.deal-style1 .deal-price {
    font-size: 40px;
    font-weight: 700;
    color: var(--theme-color);
    margin-bottom: 45px;
}
.deal-style1 .deal-price del {
    font-weight: 500;
    color: #999999;
}
.deal-style1 .deal-list {
    margin: 0 0 18px 0;
    padding: 0;
    list-style: none;
}
.deal-style1 .deal-list li {
    font-size: 18px;
    margin-bottom: 11px;
}
.deal-style1 .deal-list li .title {
    color: var(--theme-color);
    width: 160px;
    display: inline-block;
    font-weight: 700;
}
.deal-style1 .deal-counter {
    background-color: var(--theme-color);
    color: var(--white-color);
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    /*justify-content: stretch;*/
    padding: 20px 10px;
    /*margin-bottom: 30px;*/
    /*max-width: 475px;*/
    width: 100%;
    overflow: auto;
}
.deal-style1 .deal-counter li {
    flex: 1;
    text-align: center;
    border-right: 1px dashed var(--white-color);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.5;
}
.deal-style1 .deal-counter li:last-child {
    border-right: none;
}
.deal-style1 .deal-counter .count-number {
    font-size: 20px;
    margin-bottom: 5px;
}
.deal-style1 .deal-btns {
    display: flex;
    gap: 10px;
    align-items: center;
}

.img_switch_style1 {
    position: relative;
    border: 5px solid #f2f2f2;
    margin-top: -155px;
    margin-bottom: 30px;
}
.img_switch_style1 .thumb-wrap {
    position: absolute;
    left: 30px;
    top: 20px;
}
.img_switch_style1 .img-switcher {
    box-shadow: 0px 7px 40px 0px rgba(0, 0, 0, 0.03);
    margin-bottom: 10px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    display: block;
    transition: all ease 0.4s;
    background-color: transparent;
}
.img_switch_style1 .img-switcher:last-child {
    margin-bottom: 0;
}
.img_switch_style1 .img-switcher.active {
    border-color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
    .img_switch_style1 {
        margin-top: 0;
    }
    .deal-style1 .deal-subtitle {
        font-size: 16px;
    }
    .deal-style1 .deal-title {
        font-size: 30px;
        margin-bottom: 20px;
        max-width: 400px;
    }
    .deal-style1 .deal-price {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .deal-style1 .deal-list li {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .deal-style1 .deal-list li .title {
        width: 130px;
    }
    .deal-style1 .deal-counter {
        padding: 15px 10px;
        max-width: 400px;
    }
    .deal-style1 .deal-counter li {
        font-size: 12px;
    }
    .deal-style1 .deal-counter .count-number {
        font-size: 22px;
        margin-bottom: 5px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .deals_box {
        border: none;
        margin: 0;
        padding: 0;
    }
    .deals_box_head {
        display: block;
        padding: 0;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .deals_box_counter {
        display: inline-flex;
        font-size: 18px;
        width: 230px;
        padding: 8px 25px;
    }
    .deals_box_title {
        padding: 0;
        margin: 0 0 20px 0;
    }
    .deals_box_body {
        padding: 0;
    }
    .deals_box_footer {
        margin-bottom: 30px;
    }
    .deal-style1 .deal-title {
        font-size: 26px;
        margin-bottom: 10px;
        max-width: 100%;
    }
    .deal-style1 .deal-price {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .deal-style1 .deal-subtitle {
        font-size: 12px;
    }
    .deal-style1 .deal-counter {
        max-width: 100%;
    }
    .img_switch_style1 .img-switcher {
        width: 80px;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .img_switch_style1 .img-switcher {
        width: 50px;
    }
    .img_switch_style1 .thumb-wrap {
        left: 20px;
        top: 20px;
    }
    .deal-style1 .deal-counter {
        padding: 15px 0px;
        max-width: 400px;
    }
    .deal-style1 .deal-counter li {
        font-size: 10px;
    }
    .deal-style1 .deal-counter .count-number {
        font-size: 16px;
    }
}
/*------------------- 4.29. Team  -------------------*/
.team-style1 {
    position: relative;
    margin-bottom: 30px;
}
.team-style1 .team-img {
    position: relative;
    padding: 10px;
}
.team-style1 .team-img:after, .team-style1 .team-img:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0;
    width: 100%;
    height: 100%;
    border-color: var(--border-color);
    z-index: 1;
    transition: width ease 0.5s, height ease 0.8s, border-color ease 0.2s;
}
.team-style1 .team-img:before {
    top: 0;
    left: 0;
    border-left-width: 1px;
    border-top-width: 1px;
}
.team-style1 .team-img:after {
    bottom: 0;
    right: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
}
.team-style1 .team-img img {
    width: 100%;
}
.team-style1 .team-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    background-color: #ffa800;
    width: 200px;
    margin: 0 auto;
    padding: 13px 15px 10px 15px;
    border-radius: 7px;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}
.team-style1 .team-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 0;
    transition: all ease 0.4s;
    margin-left: 20px;
}
.team-style1 .team-degi {
    color: var(--white-color);
    font-size: 14px;
    transition: all ease 0.4s;
    margin-right: 20px;
}
.team-style1:hover .team-content {
    opacity: 1;
    visibility: visible;
}
.team-style1:hover .team-name {
    margin-left: 0;
}
.team-style1:hover .team-degi {
    margin-right: 0;
}

.team-style2 {
    text-align: center;
    margin-bottom: 22px;
}
.team-style2 .team-name {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin-bottom: 3px;
}
.team-style2 .team-degi {
    font-weight: 300;
    font-size: 14px;
}
.team-style2 .team-img {
    margin-bottom: 36px;
    position: relative;
}
.team-style2 .team-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}
.team-style2 .team-social {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
.team-style2 .team-social a {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: var(--white-color);
    margin-bottom: 25px;
    position: relative;
    transform: translateY(40px);
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}
.team-style2 .team-social a:last-child {
    margin-bottom: 0;
}
.team-style2 .team-social a:hover {
    text-decoration: underline;
}
.team-style2 .team-border:after, .team-style2 .team-border:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transition: all ease 0.4s;
    border-width: 0 0 0 0;
    border-color: var(--white-color);
    border-style: solid;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: width 0.8s, height 0.8s, opacity 0.5s, visibility 0.5s;
}
.team-style2 .team-border:before {
    top: var(--shape-gap, 30px);
    left: var(--shape-gap, 30px);
    border-width: 1px 0 0 1px;
}
.team-style2 .team-border:after {
    bottom: var(--shape-gap, 30px);
    right: var(--shape-gap, 30px);
    border-width: 0 1px 1px 0;
}
.team-style2:hover .team-border:after, .team-style2:hover .team-border::before {
    opacity: 1;
    visibility: visible;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    transition-delay: 0.1s;
}
.team-style2:hover .team-img:before {
    opacity: 1;
    visibility: visible;
}
.team-style2:hover .team-social a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.team-style2:hover .team-social a:nth-of-type(1) {
    transition-delay: 0.2s;
}
.team-style2:hover .team-social a:nth-of-type(2) {
    transition-delay: 0.3s;
}
.team-style2:hover .team-social a:nth-of-type(3) {
    transition-delay: 0.4s;
}
.team-style2:hover .team-social a:nth-of-type(4) {
    transition-delay: 0.5s;
}

/* Large devices */
@media (max-width: 1199px) {
    .team-style2 .team-name {
        font-size: 24px;
        margin-bottom: 3px;
    }
    .team-style2 .team-img {
        margin-bottom: 26px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .team-style1 .team-content {
        width: 190px;
        padding: 13px 15px 10px 15px;
    }
    .team-style2 {
        --shape-gap: 15px;
    }
    .team-style2 .team-social a {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .team-style2 .team-name {
        font-size: 20px;
    }
    .team-style2:hover .team-border:after, .team-style2:hover .team-border:before {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }
}
/*------------------- 4.30. About  -------------------*/
.about-style1 .about-title {
    font-size: 60px;
    position: relative;
    z-index: 3;
    font-weight: 700;
    margin: 67px 0 95px -263px;
}
.about-style1 .about-text {
    margin: 0;
}
@media (min-width: 991px) {
    .about-style1 .about-text {
        font-size: 18px;
        line-height: 30px;
    }
}

.img-box {
    position: relative;
    padding-bottom: 55px;
}
.img-box .img-2 {
    position: absolute;
    right: 35px;
    bottom: 0;
}

/* Large devices */
@media (max-width: 1199px) {
    .about-style1 .about-title {
        font-size: 48px;
        margin: -0.2em 0 20px 0;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .about-style1 .about-title {
        font-size: 36px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .about-style1 .about-title {
        font-size: 30px;
    }
}
/*------------------- 4.31. Contact  -------------------*/
.info-box {
    display: flex;
    border: 1px solid var(--border-color);
    padding: 60px 30px 52px 30px;
    height: 100%;
}
.info-box .media-icon {
    margin-right: 30px;
}
.info-box .info-title {
    font-weight: 500;
    margin-top: -0.1em;
}
.info-box .info-text {
    margin-bottom: 4px;
}
.info-box .info-text:last-child {
    margin-bottom: 0;
}
.info-box .info-text a {
    color: inherit;
}
.info-box .info-text a:hover {
    color: var(--theme-color);
}

.info-style1 {
    position: relative;
    z-index: 1;
}
.info-style1 .info-content {
    background-color: var(--white-color);
    box-shadow: 0px 30px 80px 0px rgba(148, 148, 148, 0.09);
    position: relative;
    width: 320px;
    min-height: 225px;
    padding: 50px 50px 40px 50px;
    margin: -210px 80px 30px auto;
}
.info-style1 .info-content::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 30px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--theme-color);
    z-index: -1;
}
.info-style1 .info-title {
    font-weight: 500;
    margin-top: -0.2em;
}
.info-style1 .info-text {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 300;
}
.info-style1 .info-text:last-child {
    margin-bottom: 0;
}
.info-style1 .info-text i {
    margin-right: 10px;
}
.info-style1 .info-text a {
    color: inherit;
}
.info-style1 .info-text a:hover {
    color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
    .info-box {
        padding: 25px 25px 24px 25px;
        height: 100%;
    }
    .info-box .media-icon {
        margin-right: 15px;
    }
    .info-style1 .info-content {
        width: 300px;
        min-height: 225px;
        padding: 30px 30px 30px 30px;
        margin: -170px 50px 30px auto;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .info-box {
        display: block;
        text-align: center;
    }
    .info-box .media-icon {
        margin: 0 0 20px 0;
    }
    .info-box .info-text {
        font-size: 14px;
    }
    .info-style1 .info-content {
        width: 90%;
        min-height: auto;
        margin: -100px auto 0 auto;
    }
    .info-style1 .info-content::before {
        display: none;
    }
}
/*------------------- 4.32. Login & Signup  -------------------*/
.default-form {
    background-color: #f5f5f5;
    padding: 80px;
    margin-bottom: 30px;
}
.default-form .form-group {
    margin-bottom: 15px;
}
.default-form .form-group:last-child {
    margin-bottom: 0;
}
.default-form .form-title {
    font-size: 40px;
    font-weight: 500;
    margin: -0.2em 0 17px 0;
    text-align: center;
}
.default-form .form-text {
    margin: -0.2em 0 40px 0;
    text-align: center;
    font-size: 16px;
}
.default-form .form-text a {
    color: var(--title-color);
}
.default-form .form-text a:hover {
    color: var(--theme-color);
}
.default-form .form-link a {
    color: var(--theme-color);
    text-decoration: underline;
}
.default-form .form-link a:hover {
    color: var(--title-color);
}
.default-form .form-control {
    border: none;
    background-color: var(--white-color);
}
.default-form input[type=checkbox] ~ label {
    margin-top: 0;
}
.default-form input[type=checkbox] ~ label a {
    color: var(--title-color);
    text-decoration: underline;
}
.default-form input[type=checkbox] ~ label a:hover {
    color: var(--theme-color);
}
.default-form .vs-btn {
    width: 100%;
}

/* Large devices */
@media (max-width: 1199px) {
    .default-form {
        padding: 60px;
    }
    .default-form .form-title {
        font-size: 36px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .default-form {
        padding: 40px;
    }
    .default-form .form-title {
        font-size: 30px;
    }
    .default-form .form-text {
        margin: -0.2em 0 25px 0;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .default-form {
        padding: 40px 15px;
    }
    .default-form .form-link {
        margin-bottom: 0;
    }
    .default-form input[type=checkbox] ~ label {
        margin-bottom: 0;
    }
    .default-form .form-group:nth-last-child(3) {
        margin-bottom: 5px;
    }
    .default-form .form-title {
        font-size: 26px;
    }
}
/*------------------- 4.33. Coming Soon  -------------------*/
.coming-soon__wrapper {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.coming-soon__subtitle {
    font-size: 24px;
    color: var(--title-color);
    display: block;
    margin-bottom: 20px;
}
.coming-soon__title {
    font-size: 72px;
    font-weight: 500;
    margin-bottom: 20px;
}
.coming-soon__text {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 28px;
}
.coming-soon__counter {
    margin: 40px 0 100px 0;
}
.coming-soon__counter li {
    width: var(--box-size, 190px);
    height: var(--box-size, 190px);
    background-color: #f4f4f4;
    border-radius: 50%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 0 63px;
}
.coming-soon__counter li:before {
    content: ":";
    position: absolute;
    right: -75px;
}
.coming-soon__counter li:first-child {
    margin-left: 0;
}
.coming-soon__counter li:last-child {
    margin-right: 0;
}
.coming-soon__counter li:last-child::before {
    display: none;
}
.coming-soon__counter li:before,
.coming-soon__counter .count-number {
    font-size: 62px;
    font-weight: 600;
    color: var(--title-color);
    line-height: 1;
    margin-bottom: 7px;
}
.coming-soon__counter .count-name {
    line-height: 1;
    font-size: 30px;
    color: var(--title-color);
    text-transform: capitalize;
    display: block;
}

/* Large devices */
@media (max-width: 1199px) {
    .coming-soon__counter {
        margin: 20px 0 60px 0;
    }
    .coming-soon__counter li {
        --box-size: 130px;
        margin: 0 25px;
    }
    .coming-soon__counter li:before {
        right: -32px;
        font-size: 36px;
    }
    .coming-soon__counter .count-number {
        font-size: 36px;
    }
    .coming-soon__counter .count-name {
        font-size: 18px;
    }
    .coming-soon__title {
        font-size: 48px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .coming-soon__counter {
        margin: 20px 0 60px 0;
    }
    .coming-soon__counter li {
        --box-size: 90px;
    }
    .coming-soon__counter li:before {
        right: -32px;
        font-size: 26px;
    }
    .coming-soon__counter .count-number {
        font-size: 26px;
    }
    .coming-soon__counter .count-name {
        font-size: 14px;
    }
    .coming-soon__title {
        font-size: 36px;
    }
    .coming-soon__subtitle {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .coming-soon__text {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 26px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .coming-soon__counter {
        margin: 5px 0 30px 0;
    }
    .coming-soon__counter li {
        width: auto;
        height: auto;
        background-color: transparent;
        margin: 0 15px;
    }
    .coming-soon__counter li:before {
        right: -21px;
        font-size: 26px;
    }
}
/*------------------- 4.34. FAQ  -------------------*/
.vs-accordion .accordion-item {
    margin-bottom: 38px;
}
.vs-accordion .accordion-body {
    padding: 25px 0 1px 0;
    border: none;
}
.vs-accordion .accordion-collapse {
    border: none;
}
.vs-accordion .accordion-button {
    border: none;
    padding: 0;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 16px;
    color: var(--title-color);
    border-bottom: 1px solid #eeeeee;
    text-align: left;
}
.vs-accordion .accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.vs-accordion .accordion-button:after {
    content: "\f067";
    font-family: var(--icon-font);
    width: auto;
    height: auto;
    background-image: none;
    font-weight: 300;
    transform: none;
    color: var(--title-color);
}
.vs-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    outline: none;
    color: var(--title-color);
}
.vs-accordion .accordion-button:not(.collapsed):after {
    content: "\f068";
}

/* Large devices */
@media (max-width: 1199px) {
    .vs-accordion .accordion-button {
        font-size: 16px;
        padding-bottom: 20px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .vs-accordion .accordion-button {
        line-height: 1.4;
        padding-bottom: 15px;
    }
    .vs-accordion .accordion-item {
        margin-bottom: 28px;
    }
}
/*=================================
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-style1-top {
    padding-top: 50px;
}

/* Medium devices */
@media (max-width: 991px) {
    .space,
    .space-top {
        padding-top: var(--section-space-mobile);
    }
    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile);
    }
    .space-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-top-md-none {
        padding-top: 0;
    }
}
/*# sourceMappingURL=style.css.map */

.slider-container {
    max-width: 600px;
    margin: 0 auto;
}

.slider-container .main-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-container .main-image img {
    width: 100%;
}

.slider-container .arrow-left,
.slider-container .arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    color: darkgray;
    font-size: 24px;
    cursor: pointer;
    outline: none;
}

.slider-container .arrow-left {
    left: 10px;
}

.slider-container .arrow-right {
    right: 10px;
}

.slider-container .thumbnails {
    display: flex;
    overflow-x: auto;
    margin-top: 10px;
    justify-content: center;
}

.slider-container .thumbnails img {
    width: 80px;
    height: 80px;
    margin: 0 5px;
    cursor: pointer;
}

.slider-container .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 45;
    overflow: auto;
}

.slider-container .modal-content {
    width: auto;
    max-width: 80%;
    max-height: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 10%;
}

.slider-container .modal-arrow-left,
.slider-container .modal-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    outline: none;
}

.slider-container .modal-arrow-left {
    left: 10px;
}

.slider-container .modal-arrow-right {
    right: 10px;
}

.slider-container .close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.widget_categories ul li a.active, .widget_categories ul li span.active{
    color: var(--theme-color);
}


/* ========= Produto ========= */

.actions .hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.actions .visible {
    max-height: 300px;
    transition: max-height 0.5s ease;
}
.actions .list {
    border: 1px solid #e6e6e6;
    padding: 8px 15px;
    cursor: pointer;
    background: #ffffff;
    color: #707070;
}
.actions .list .fa-sort-down{
    float: right;
}

.actions .budgets-options{
    background: #f8f8f8;
}

.actions .budgets-options input[type=checkbox] {
    visibility: visible;
    opacity: 100;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    display: inline;
}
.actions .budgets-options div{
    padding: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    
    .header-info .header-info_icon{
        display: none;
    }
}
@media only screen and (max-width: 496px) {
    
    .menu-top .phone-02{
        display: none;
    }
}

.footer-widget .vs-widget-about small{
    font-weight: 400;
    display: block;
}
.footer-widget .vs-widget-about .footer-info, .footer-widget .vs-widget-about .footer-info a{
    font-size: 16px;
}

@media only screen and (max-width: 991px) {
    .breadcumb-menu a{
        font-size: 16px;
    }
    .breadcumb-menu .li-1{
        display: none;
    }
    .breadcumb-menu .li-2{
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb-menu a{
        font-size: 14px;
    }
    .breadcumb-menu li{
        font-size: 14px;
    }
    .breadcumb-menu .li-3{
        display: none;
    }
}

@media only screen and (max-width: 1330px) {
    .cat_rounded .cat-img{
        width: var(--img-size, 180px);
        height: var(--img-size, 180px);
    }
    .cat_rounded .cat-name{
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .cat_rounded .cat-img{
        width: var(--img-size, 140px);
        height: var(--img-size, 140px);
    }
}

@media only screen and (max-width: 991px) {
    .row .home-categories{
        width: 33.3% !important;
    }
}

@media only screen and (max-width: 767px) {
    .row .home-categories{
        width: 50% !important;
    }
}

@media only screen and (max-width: 767px) {
    .home-features .mobile-talk{
        margin-left: -42px;
    }
    .home-features .mobile-maquete{
        margin-left: -76px;
    }
}

.sidebar-area .mobile-categories{
    display: none;
}


.deal-style1 .deal-counter .count-number{
    font-size: 18px;
    padding: 0 5px;
    margin-bottom: 5px;
}

.product-about .mobile-prices{
    display: none;
}

@media only screen and (max-width: 991px) {
    .sidebar-area .widget_search{
        display: none;
    }
    .sidebar-area .widget_highlights{
        display: none;
    }
    .sidebar-area .widget_newsletter{
        display: none;
    }

    .sidebar-area .pc-categories{
        display: none;
    }

    .sidebar-area .mobile-categories{
        display: block;
        padding-top: 0 !important;
    }

    .woocommerce-message:before, .woocommerce-info:before{
        content: none;
    }

    .woocommerce-form-login-toggle .woocommerce-info{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .woocommerce-message, .woocommerce-info{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .deal-style1 .deal-counter .count-number{
        font-size: 16px;
        padding: 0;
    }

    .product-about .mobile-prices{
        display: block;
    }

    .product-about .pc-prices{
        display: none;
    }
}

.slide-home{
    display: none;
}

@media only screen and (max-width: 1024px) {
    .vs-hero-wrapper
    {
        display: none;
    }
    
    .slide-home{
        display: block;
    }
    .home-features.space-top{
        padding-top: 60px;
    }
}





.slide-home #slide-container {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.slide-home .slide-content{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: auto;
}

.slide-home .slide .slide-content .text-content{
    display: flex;
    align-items: center;
}

.slide-home .slide .slide-content .text-content h3{
    font-weight: 600;
    font-size: 14px;
    font-family: Jost;
    color: rgb(44, 44, 44);
    letter-spacing: 1.7px;
    margin: 0;
    padding: 0;
}

.slide-home .slide .slide-content .text-content h1{
    font-weight: 700;
    background-size: inherit;
    background-position: inherit;
    font-size: 32px;
    font-family: Jost;
    color: rgb(44, 44, 44);
    margin: 0;
    padding: 0;
}

.slide-home .slide .slide-content .text-content p{
    font-size: 14px;
    font-family: Jost;
    color: rgb(44, 44, 44);
    max-width: 300px;
}

.slide-home .slide .slide-content .text-content a{
    font-family: Jost;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    padding: 0 0 0px 0;
    color: #2c2c2c;
    transition: all ease 0.4s;
    border-bottom: 1px solid #2c2c2c;
    text-decoration: none;
}

.slide-home .slide .slide-content .image-content img{
    max-width: 300px;
    max-height: 302px;
}

@media only screen and (max-width: 910px) {

    .slide-home .slide .slide-content .image-content img{
        max-width: 250px;
        max-height: 252px;
    }

}

@media only screen and (max-width: 780px) {

    .slide-home .slide-content{
        width: 80%;
    }

}

@media only screen and (max-width: 620px) {

    .slide-home .slide-content{
        width: 80%;
    }

    .slide-home .slide .slide-content .text-content h3{
        font-size: 12px;
    }

    .slide-home .slide .slide-content .text-content h1{
        font-size: 24px;
    }

    .slide-home .slide .slide-content .text-content p{
        font-size: 13px;
        margin-bottom: 0;
    }

    .slide-home .slide .slide-content .image-content img{
        max-width: 200px;
        max-height: 202px;
    }

    .slide-home .slide .slide-content .text-content a{
        font-size: 13px;
    }
}

@media only screen and (max-width: 510px) {

    .slide-home #slide-container {
        padding: 5px 0;
    }

    .slide-home .slide-content{
        width: 90%;
    }

    .slide-home .slide .slide-content .text-content h1{
        font-size: 22px;
    }

    .slide-home .slide .slide-content .text-content a{
        font-size: 12px;
    }

    .slide-home .slide .slide-content .image-content img{
        max-width: 180px;
        max-height: 182px;
    }

    @media only screen and (max-width: 420px) {
        .slide-home #slide-container {
            padding: 10px 0;
        }
    }
}

.vs-menu-wrapper .vs-menu-area{
    max-width: 100%;
}

.vs-menu-wrapper .vs-menu-toggle{
    right: 30px;
}

