/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

:root {
    --e-global-color-white: #ffffff;
    --e-global-color-header-bg: #D6E0F0;
}


/* DBHelvethaicaX Font Family */

@font-face {
    font-family: 'DBHelvethaicaXThin';
    src: url('assets/fonts/DBHelvethaicaXMed.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'DBHelvethaicaX';
    src: url('assets/fonts/DBHelvethaicaXMed.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'DBHelvethaicaX';
    src: url('assets/fonts/DBHelvethaicaXBd.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'DBHelvethaicaX';
    src: url('assets/fonts/DBHelvethaicaX.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

body {
    font-family: 'DBHelvethaicaX', sans-serif;
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
    font-size: 24px;
}

h1, h2 ,h3, h4, h5, h6 {
    line-height: 1.2;
}

label {
    padding-bottom: 10px;
}

em {
    color: var(--e-global-color-primary);
    font-weight: 500;
    font-style: normal;
}

p {
    margin-block-end: 1.5rem;
    margin-block-start: 0;
}

small {
    color: #6C7275;
    font-size: 18px;
}

::placeholder {
    color: #6C7275;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
}

figure {
    position: relative;
}

figure > figcaption,
.elementor-widget-image .widget-image-caption {
    font-weight: 500;
    font-style: initial;
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0px;
    position: absolute;
    bottom: 40px;
    left: 25px;
    text-shadow: 0px 4px 6px 0px #00000040;
}

@media (min-width: 1060px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-header .header-inner,
    body:not([class*=elementor-page-]) .site-main:not(.site-main-no-content),
    .page-header .e-con-inner {
        max-width: 1120px;
    }
}

@media (min-width: 1200px) {
    body:not([class*=elementor-page-]) .site-main.site-main-no-content {
        max-width: 1440px;
    }
}


.home.ehf-header #masthead .header-container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent;
}

.home.ehf-header #masthead .dynamic-subheader{
    display: none !important;
}

#masthead nav.hfe-nav-menu__layout-horizontal:not(.hfe-dropdown) ul.sub-menu .hfe-has-submenu > ul.sub-menu {
    margin-top: 0px !important;
}

@media (min-width: 768px) and (max-width: 1499px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-header .header-inner,
    body:not([class*="elementor-page-"]) .site-main {
        max-width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

footer{
    background: linear-gradient(180deg, #666666 0%, #484848 100%);
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu {
    box-shadow: none !important;
}

@media(min-width: 1025px){
    .home .menu-item.current-menu-item a.hfe-menu-item{
        color: #ffffff !important;
    }
}


body:not(.home) #masthead{
     background-color: #A19C9A;
     background-image: url("assets/img/header-bg.png");
     background-position: top left;
     background-repeat: no-repeat;

}

#masthead .hfe-nav-menu .menu-item a.hfe-menu-item {
    position: relative;
}

#masthead .sub-menu .menu-item a{
    position: relative;
    padding: 10px 25px;
    display: inline-flex;
}

#masthead .sub-menu .menu-item a:hover{
    text-decoration: underline;
}

#masthead .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu .sub-arrow{
    position: absolute;
    right: 0;
}

.page-header {
    padding: 2rem 0 3rem 0;
    position: relative;
    width: 100%;
}

.page-header h1.entry-title {
    z-index: 2;
    position: relative;
    font-weight: 500;
    font-size: 37px;
    padding: 0 0 1.5rem 0;
    margin: 0;
    line-height: 1;
    text-align: left;
    border-bottom: 2px solid var(--e-global-color-c6c574f);
}

.page-header .entry-title p:empty {
    display: none;
}

h3.entry-title,
h3.entry-title > a {
    color: var(--e-global-color-text);
    text-decoration: none;
}

h3.entry-title:hover,
h3.entry-title > a:hover {
    color: var(--e-global-color-accent);
}

.entry-heading {
    color: var(--e-global-color-primary);
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--e-global-color-c6c574f);
}

@media (max-width: 767px) {
    .entry-heading {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1025px) {
    #page,
    #content,
    #page > .elementor {
        min-height: 40vh;
    }
}

body.wp-singular #content {
    padding-top: 5vh;
}

#page {
    overflow-x: hidden;
}

.page-header > .e-flex,
.page-breadcrumb > .e-flex {
    display: flex;
}

.page-breadcrumb > .e-flex{
    padding: 0 !important;
}


.wpcf7 label {
    width: 100%;
    padding: 5px 0;
    font-size: 24px;
}

.wpcf7-not-valid-tip {
    color: var(--e-global-color-text);
    font-size: 0.8em;
    font-style: italic;
    padding: 5px 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
    padding: 1rem;
    margin: 0;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-text);
    border: none;
    width: 100%;
}

.wpcf7-spinner {
    margin-top: 2rem;
}

.wpcf7-submit {
    width: 100%
}

#breadcrumbs,
ul.hfe-breadcrumbs {
    padding: 1.5rem 0;
}

@media (max-width: 767px) {
    #breadcrumbs,
    ul.hfe-breadcrumbs {
        padding: 15px;
    }
}

ul.hfe-breadcrumbs .hfe-breadcrumbs-home-icon {
    display: none;
}

#breadcrumbs a,
#breadcrumbs span,
ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text {
    font-weight: 400;
    font-size: 24px;
    color: var(--e-global-color-text);
}

#breadcrumbs span.breadcrumb_last,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text[aria-current="page"] {
    color: var(--e-global-color-primary);
}

#breadcrumbs a:hover,
ul.hfe-breadcrumbs li a:hover {
    color: var(--e-global-color-primary);
}

#breadcrumbs span > span {
    text-transform: uppercase;
    color: #484848;
    display: inline-flex;
    align-items: center;
}

#breadcrumbs span > span:not(.breadcrumb_last):after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 20px;
    padding: 5px 20px;
    color: var(--e-global-color-text);
}

.blog .page-content,
.post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 25px;
    width: 100%;
}

.blog .page-content .post,
.post-list .post {
    width: calc(33.33333% - 20px);
}

.post-list.post-list-download .post {
    width: calc(20% - 20px);
    border: 1px solid var(--e-global-color-c6c574f);
    padding: 1rem;
    background-color: #FFFFFF;
    position: relative;
}

.post-list.post-list-portfolio .post > .post-content-col {
    width: 100%;
    border: 1px solid var(--e-global-color-c6c574f);
}

.post-list.post-list-download .post h5{
    font-size: 24px;
}

@media (max-width: 1024px) {
    .blog .page-content .post,
    .post-list .post {
        width: calc(50% - 25px);
    }

    .post-list.post-list-download .post {
        width: calc(33.33333% - 20px);
    }

}

@media (max-width: 768px) {
    .blog .page-content .post,
    .post-list .post {
        width: 100%;
    }

    .post-list.post-list-download .post {
        width: calc(50% - 20px);
    }

}

.post-list .post > a {
    display: block;
    width: 100%;
}

.post-content-inner {
    padding-top: 1rem;
    width: 100%;
}

.post-content-inner p {
    color: var(--e-global-color-text);
}

.post-list .post .post-content-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.post-list .post .post-content-inner > *:not(a){
    width: 100%;
}

.post-list .post .post-content-inner > h3 {
    font-size: 35px;
    line-height: 2rem;
    padding-bottom: 5px;
    margin: 0;
}

.post-list .post .post-content-inner > h3 > a{
    color: var(--e-global-color-2633656);
}

.post-list .post .post-content-inner > p {
    margin: 0;
    color: #484848;
}

a.read-more-btn {
    padding: 5px 0;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #252B42;
    font-size: 24px;
    line-height: 1;
}

a.read-more-btn:hover{
    color: var(--e-global-color-accent);
}

a.read-more-btn:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    margin-left: 15px;
    font-weight: 900;
    color: #6C7275;
    font-size: 16px;
}

.post-list .post .post-content-inner a.read-more-btn{
    color: #2D2D2D;
}

.post-list .post .post-content-inner a.read-more-btn:hover{
    color: var(--e-global-color-accent);
}

.post-list-portfolio {
    padding: 0;
    flex-wrap: wrap;
}

.post-list-portfolio .post {
    width: calc(50% - 20px);
    background: #ffffff;
}

.post-list-portfolio .post .post-content-inner {
    padding: 1.5rem;
    width: 100%;
    color: #2D2D2D;
}

.post-list-portfolio .post .post-content-inner p:first-of-type {
    padding-bottom: 0.5rem;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #2D2D2D;
}

.post-list-portfolio .post .post-content-inner h3 {
    font-size: 24px;
    margin-bottom: 0;
}

.post-list-portfolio .post .post-content-inner h3 > a {
    color: #2D2D2D;
}

.post-list-portfolio .post .post-content-inner > *:not(a) {
    width: 100%;
}

@media (max-width: 767px) {
    .post-list-portfolio .post {
        width: 100%;
    }
}

.pagination {
    margin: 40px auto;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-size: 24px;
}

.pagination > .page-numbers {
    font-weight: 500;
    color: var(--e-global-color-7d4ce88);
}

.pagination > .page-numbers:not(.dots) {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #66666640;
}

.pagination > .page-numbers.next,
.pagination > .page-numbers.prev {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
    width: auto;
}

.pagination > .page-numbers.current,
.pagination > .page-numbers:not(.dots):hover {
    background-color: var(--e-global-color-387e91f);
    color: var(--e-global-color-white);
}


@media (max-width: 767px) {

    .pagination {
        gap: 10px;
        font-size: 24px;
    }

    .pagination > .page-numbers:not(.dots) {
        width: 30px;
        height: 30px;
    }

    .pagination > .page-numbers.next,
    .pagination > .page-numbers.prev {
        padding-left: 10px;
        padding-right: 10px;
        min-width: 80px;
    }
}

h1.entry-title {
    padding-bottom: 15px;
    margin: 0;
    color: #2d2d2c;
}

.entry-meta{
    display: flex;
    color: #898989;
    font-size: 24px;
    gap: 15px;
    align-items: center;
}

.entry-meta a{
    color: #898989;
    text-decoration: none;
}

@media (max-width: 767px) {
    .single h1.entry-title {
        padding: 0 0 15px;
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-header .header-inner,
    body:not([class*="elementor-page-"]) .site-main {
        padding-inline-end: 30px;
        padding-inline-start: 30px;
    }
}

.single .post-content > img,
.single:not(.elementor-page) .page-content > img {
    padding-bottom: 40px;
}

.archive-description p {
    margin-bottom: 2rem;
}


.gallery-swiper-wrapper {
    position: relative;
    margin-bottom: 5vh;
    text-align: center;
}


.gallery-swiper-wrapper .swiper-wrapper {
    align-items: center;
}

.gallery-swiper-wrapper .swiper-slide.swiper-slide-prev,
.gallery-swiper-wrapper .swiper-slide.swiper-slide-next {
    font-size: 20px;
}

@media (min-width: 768px) {
    .gallery-swiper-wrapper .swiper-slide.swiper-slide-prev,
    .gallery-swiper-wrapper .swiper-slide.swiper-slide-next {
        opacity: 0.6;
    }
}

.gallery-swiper-wrapper .swiper-button-prev {
    left: -5%;
}

.gallery-swiper-wrapper .swiper-button-next {
    right: -5%;
}

.gallery-swiper-wrapper .swiper-button {
    width: 60px;
    height: 60px;
    background: transparent;
}

.gallery-swiper-wrapper .swiper-button:hover,
.gallery-swiper-wrapper .swiper-button:focus {
    opacity: 0.8;
}

.gallery-swiper-wrapper .swiper-pagination {
    bottom: -7%;
}


.gallery-swiper-wrapper .swiper-button:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 33px;
    color: var(--e-global-color-text);
    display: block;
}

@media (max-width: 767px) {
    .gallery-swiper-wrapper .swiper-button {
        width: 40px;
        height: 40px;
    }

    .gallery-swiper-wrapper .swiper-button:after {
        font-size: 1rem;
    }
}

.gallery-swiper-wrapper .swiper-button.swiper-button-prev:after {
    content: "\f053";
}

.gallery-swiper-wrapper .swiper-button.swiper-button-next:after {
    content: "\f054";
}

.post-list-product-buttons .swiper-button-prev:after,
.post-list-product-buttons .swiper-button-next:after{
    display: none;
}


.swiper-pagination-bullet {
    background: #00000080;
    transition: width 0.1s, border-radius 0.1s, background-color 0.1s;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 8px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 58px;
    border-radius: 10px;
}

.portfolio-detail > p > * {
    display: inline-block;
}

.portfolio-detail > p > em {
    width: 8%;
    display: inline-block;
}

.portfolio-content {
    position: relative;
}

@media (max-width: 991px) {
    .portfolio-detail > p > em {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .portfolio-detail > p > em {
        width: 30%;
    }
}

.error404 h3 {
    color: var(--e-global-color-text);
}

body:not(.home) footer {
    margin-top: 10vh;
}

.archive-product-description {
    display: flex;
    align-items: center;
    padding-bottom: 5rem;
}

.archive-product-description > * {
    width: 50%;
    margin: 0;
    padding: 0;
}

.archive-product-description .entry-title {
    text-align: left;
    margin: 0;
    padding: 0;
}

.archive-product-description p {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .archive-product-description {
        flex-wrap: wrap;
    }

    .archive-product-description > * {
        width: 100%;
    }

    .archive-product-description .entry-title {
        padding-bottom: 2rem;
    }
}

.post-list-product .product {
    width: calc(25% - 20px);
    display: inline-flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0;
    border: 1px solid var(--e-global-color-c6c574f);
    background-color: var(--e-global-color-white);
}

.post-list-product .product .entry-title {
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.3;
}

.post-list-product .product .entry-title > a {
    text-decoration: none;
    color: #141718;
    font-weight: 400;
}

.post-list-product .product .entry-title > a:hover,
.post-list-product .product .entry-title > a:focus {
    color: var(--e-global-color-text);
}


.post-list-product .product .post-content-inner {
    padding: 1rem;
    font-size: 24px;
    text-align: left;
}

.post-list-product .product .post-content-inner > p {
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .post-list-product .product {
        flex-wrap: wrap;
        text-align: center;
    }

    .post-list-product .product {
        width: calc(50% - 20px);
    }
}

@media (max-width: 767px) {
    .tax-product-category .page-content {
        padding: 0;
    }

    .post-list-product .product .post-content-image{
        height:200px;
    }

    .post-list-product .product .post-content-image > img {
        max-width: 100%;
    }

    .post-list-product .product {
        width: 100%;
    }
}

.post-list-product.post-list-feature-product .product {
    width: 100%;
    border: 0;
    text-align: center;
    background-color: transparent;
    padding: 0;
}

.post-list-product.post-list-feature-product .product .post-content-inner{
    text-align: center;
    font-size: 24px;
    color: var(--e-global-color-accent);
}

.post-list-product.post-list-feature-product .product .entry-title{
    font-size: 24px;
}
.post-list-product.post-list-feature-product p{
    color: #141718;
}

.post-list-product.post-list-feature-product p.product-price{
    justify-content: center;
}

.post-list-product-buttons{
    padding: 3rem 0;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 30px;
}

.post-list-product-buttons .swiper-button-next,
.post-list-product-buttons .swiper-button-prev{
    position: relative;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(158, 198, 243, 1);
    background: rgba(158, 198, 243, 1);
    stroke: var(--e-global-color-white);
}

.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}

.post-list-product-buttons .swiper-button-prev.swiper-button-disabled,
.post-list-product-buttons .swiper-button-next.swiper-button-disabled{
    background: transparent;
    stroke: rgba(158, 198, 243, 1);
}

.post-list-product-buttons .swiper-button-next:hover,
.post-list-product-buttons .swiper-button-prev:hover{
    opacity: 0.8;
}

.post-content-image {
    width: 100%;
    height: 280px;
    background-color: var(--e-global-color-white);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("assets/img/placeholder.png");
    position: relative;
}

article:not(.post-has-thumbnail) .post-content-image {
    background-size: 50%;
}

.post-content-image:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000004D;
    cursor: pointer;
}

.post-content-image > a {
    padding: 5px 10px;
    display: none;
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-387e91f);
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    width: 50%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.post-content-image > a:hover {
    background-color: var(--e-global-color-387e91f);
    color: var(--e-global-color-white);
}

.post-content-image:hover:before {
    display: block;
}

.post-content-image:hover > a {
    display: block;
}

p.product-price {
    display: flex;
    width: 100%;
    gap: 15px;
    font-size: 24px;
    align-items: center;
    color: #A02334;
}

.product-price > span {
    line-height: 1;
    word-break: break-all;
}

.from-price {
    color: #6C7275;
}

.page-content.product-content {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.page-content.product-content [class^="product-content-"] {
    width: calc(50% - 30px);
}

.page-content.product-content [class^="product-content-"].--full {
    width: 100%;
}

.page-content.product-content .product-content-left {
    display: inline-flex;
    flex-wrap: wrap;
}

h3.section-heading {
    font-size: 37px;
    text-align: left;
    padding: 1rem 0;
    margin-bottom: 3rem;
    border-bottom: 2px solid #ECECEC;
}


.product-content-detail h3.section-heading {
    text-align: center;
}


@media (max-width: 991px) {
    .page-content.product-content {
        flex-wrap: wrap;
        gap: 0;
    }

    .page-content.product-content [class^="product-content-"] {
        width: 100%;
        padding-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .page-content.product-content .product-content-left {
        flex-wrap: wrap;
    }
}

.page-content.product-content h1.entry-title {
    text-align: left;
}


.product-content-right h1.entry-title {
    margin: 0;
    padding-bottom: 0;
}

.product-content-right h3 {
    color: var(--e-global-color-text);
}

.product-content-right .product-price {
    gap: 30px;
    padding: 1rem 0;
    margin: 0;
}

.product-content-right .product-price > span {
    font-size: 32px;
    font-weight: 700;
}

.product-content-right .product-price > span.from-price {
    font-size: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.product-spec-list {
    padding: 1rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #bdbdbd;
}

.product-spec-list p {
    display: flex;
    width: 100%;
    gap: 15px;
    padding: 0;
}

.product-content-right:not(.--full) .product-spec-list p > span {
    width: 70%;
    display: inline-flex;
}

.product-content-right:not(.--full) .product-spec-list p > span:first-of-type {
    justify-content: space-between;
    width: 40%;
}

.product-content-right:not(.--full) .product-spec-list p > span:last-of-type {
    color: #A02334;
}

.product-spec-list p > span:first-of-type:after {
    content: ":";
    margin: 0 0 0 15px;
}

@media (max-width: 767px) {
    .product-content-right h3 {
        font-size: 20px;
    }

    .product-content-right .product-price > span {
        font-size: 24px;
    }

    .product-content-right .product-price > span.from-price {
        font-size: 20px;
    }

    .product-spec-list p{
        font-size: 22px;
        gap: 5px;
    }

    .product-content-right:not(.--full) .product-spec-list p > span:first-of-type,
    .product-content-right:not(.--full) .product-spec-list p > span:last-of-type{
        width: 50% !important;
    }

    .product-spec-list p > span:first-of-type:after{
        margin: 0 5px 0 0;
    }
}

.product-contact {
    padding: 0 0 1.4rem;
}

.product-contact a.elementor-button {
    text-decoration: none;
    padding: 1rem 2rem;
}

@media (max-width: 767px) {
    .product-contact {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .product-contact a.elementor-button {
        width: 100%;
    }
}

.product-main-swiper {
    padding: 0 0 1rem;
    width: 100%;
}

.product-main-swiper-img {
    width: 100%;
    height: 450px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--e-global-color-white);
}

.product-main-swiper .swiper-wrapper {
    text-align: center;
}

.product-main-gallery-thumbnail.swiper {
    margin: 0;
    width: 100%;
}

.product-main-gallery-thumbnail .swiper-slide {
    max-width: 20%;
}

.product-main-gallery-thumbnail .swiper-slide > div {
    cursor: pointer;
    width: 100%;
    height: 75px;
    background-color: var(--e-global-color-white);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #bdbdbd;
    transition: none;
}

.product-main-gallery-thumbnail .swiper-slide > div:hover,
.product-main-gallery-thumbnail .swiper-slide.swiper-slide-thumb-active > div {
    filter: brightness(0.7) opacity(0.7);
    border-color: transparent;
}

@media (max-width: 767px) {
    .product-main-swiper {
        width: 100%;
    }
}

.swiper-slide {
    transition: unset !important;
    transition-property: unset !important;
}

.swiper-button-next, .swiper-button-prev {
    width: 34px;
    height: 34px;
    color: #6C7275;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 40px;
    display: flex;
}



.swiper-button-next:after{
    content: "\f105";
}

.swiper-button-prev:after {
    content: "\f104";
}

#homepage-banner .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    border-radius: 10px;
}

#homepage-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 7px;
}

#homepage-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#homepage-banner .elementor-swiper-button {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

@media (max-width: 1024px) {
    #homepage-banner .swiper-pagination-bullet {
        width: 20px;
    }

    #homepage-banner .elementor-swiper-button {
        width: 30px;
        height: 30px;
    }
}

#homepage-banner .elementor-swiper-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

#homepage-banner .elementor-swiper-button svg {
    width: 60%;
    height: 60%;
}

#homepage-banner .elementor-swiper-button.elementor-swiper-button-prev {
    left: 5vw;
}

#homepage-banner .elementor-swiper-button.elementor-swiper-button-next {
    right: 5vw;
}

.cky-notice-btn-wrapper .cky-btn {
    font-size: 24px;
}

.cky-consent-container {
    z-index: 99 !important;
    border-radius: 6px;
}

.download-cover {
    width: 100%;
    height: 150px;

    margin-bottom: 15px;
    overflow: hidden;
}

.download-cover:after{
    content: "";
    display: block;
    width: 50%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(assets/img/placeholder.png);
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 15px;
}

.post-has-thumbnail .download-cover:after{
    display: none;
}

@media (max-width: 767px) {
    .download-cover {
        height: 100px;
    }
}

.entry-excerpt {
    width: 100%;
    padding-bottom: 30px;
}

.button-with-arrow:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 24px;
    margin: 3px 0 0 20px;
}

a.download-link {
    font-weight: 500;
    padding-bottom: 2rem;
    color: var(--e-global-color-accent);
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1;
}

a.download-link:hover {
    opacity: 0.6;
}

.error404 h1 {
    color: var(--e-global-color-accent);
    text-transform: uppercase;
}

.error404 h1 > span {
    color: #6C7275;
}

#search-btn {
    width: 49px;
    height: 49px;
    padding: 0;
    border: none;
    color: var(--e-global-color-text);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
}

#search-btn > svg {
    width: 50%;
}

#search-btn > svg > path{
    stroke: #ffffff;
}

@media(max-width: 1024px){
    #search-btn > svg > path{
        stroke: var(--e-global-color-primary);
    }
}

#search-btn:hover {
    opacity: 0.7;
}

#search-nav {
    position: fixed;
    top: 0;
    right: -20vw;
    width: 20vw;
    height: 100%;
    z-index: 9999;
    transition: right 0.3s ease;
    padding: 35px 25px;
    background-color: var(--e-global-color-e33e0ea);
}

#search-nav h5 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
}

.search-form label{
    margin: 0px;
    padding: 0;
}

.search-nav-active #search-nav {
    right: 0;
}

#search-nav-backdrop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
}

.search-nav-active #search-nav-backdrop {
    display: block;
}

.search-nav-active #wpadminbar {
    display: none !important;
}

.search-nav-close {
    cursor: pointer;
}

.search-form {
    font-size: 24px;
    width: 100%;
    max-width: initial;
}

.search-form .search-submit {
    padding: 10px 15px;
    top: 0;
    left: 0;
    display: flex;
}

.search-form .search-submit svg {
    stroke: #BBC3CF;
}

button.search-submit{
    background-color: transparent;
}

.search .posts-container {
    flex-direction: row;
    gap: 40px 25px;
}

@media (max-width: 1024px) {
    #search-btn > svg {
        width: 70%;
    }

    #search-btn {
        background: transparent !important;
        border: none;
    }
}

@media (max-width: 767px) {
    #search-nav {
        left: -80vw;
        width: 80vw;
    }
}

.search .site-main {
    padding: 0;
    gap: 0;
}


.search:not(.search-no-results) .post-list .entry-title {
    font-size: 26px;
}

.search-no-results h1.entry-title {
    padding: 3rem 0;
    font-size: 32px;
    text-align: center;
    width: 100%;
}

.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper ~ .elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper ~ .elementor-swiper-button {
    width: 60px;
    height: 130px;
    background: rgba(238, 238, 238, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.elementor-element .swiper .elementor-swiper-button svg {
    fill: none !important;
}

.elementor-element .swiper .elementor-swiper-button:hover,
.elementor-element .swiper ~ .elementor-swiper-button:hover,
.elementor-lightbox .swiper .elementor-swiper-button:hover,
.elementor-lightbox .swiper ~ .elementor-swiper-button:hover {
    background: rgba(238, 238, 238, 0.9);
}

.elementor-element .swiper .elementor-swiper-button-prev{
    left: 0 !important;
}

.elementor-element .swiper .elementor-swiper-button-next{
    right: 0 !important;
}

.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 20px;
}

@media (max-width: 991px) {
    .elementor-element .swiper .elementor-swiper-button,
    .elementor-element .swiper ~ .elementor-swiper-button,
    .elementor-lightbox .swiper .elementor-swiper-button,
    .elementor-lightbox .swiper ~ .elementor-swiper-button {
        width: 40px;
        height: 40px;
    }
}

.related-products {
    width: 100%;
    padding-top: 2rem;
    border-top: 2px solid #ECECEC;
}

.elementor-shortcode .post-list-post small {
    display: none;
}

/* Collections Page Styles */
.collections-grid {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin: 40px 0;
}

.collection-item {
    border: 1px solid #333;
    border-radius: 16px;
    padding: 30px;
    background: #111;
}

.collection-header {
    margin-bottom: 30px;
    text-align: center;
}

.collection-title {
    font-size: 32px;
    margin: 0 0 15px 0;
    color: var(--e-global-color-accent);
}

.collection-title a {
    text-decoration: none;
    color: inherit;
}

.collection-title a:hover {
    color: var(--e-global-color-text);
}

.collection-description {
    font-size: 24px;
    color: #ccc;
    margin: 0 0 10px 0;
}

.collection-count {
    font-size: 24px;
    color: #888;
    margin: 0;
}

.collection-products {
    margin-top: 20px;
}

.collection-view-all {
    text-align: center;
    margin-top: 30px;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline {
    border: 2px solid var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    background: transparent;
}

.btn-outline:hover {
    background: var(--e-global-color-accent);
    color: #000;
}

.no-collections {
    text-align: center;
    padding: 60px 0;
    color: #888;
}

@media (max-width: 767px) {
    .collections-grid {
        gap: 40px;
        margin: 20px 0;
    }

    .collection-item {
        padding: 20px;
    }

    .collection-title {
        font-size: 24px;
    }

    .collection-header {
        margin-bottom: 20px;
    }
}

.alert {
    padding: 1rem;
    background-color: var(--e-global-color-white);
    width: 100%;
    margin-top: 2rem;
}

.search .alert {
    margin-top: 3rem;
}

.cky-consent-container .cky-consent-bar {
    box-shadow: none !important;
    border-radius: 0;
}

.cky-notice-group button {
    padding: 15px;
    border-radius: 16px;
}

.shop-by-category {
    width: 100%;
    height: 662px;
    background-color: #141718;
    border-radius: 16px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    padding: 2rem;
}

.shop-by-category > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: transform 0.3s ease;
}

.shop-by-category > a {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    z-index: 2;
}

.shop-by-category > h3 {
    font-size: 38px;
    z-index: 3;
    line-height: 1;
}

.shop-by-category > h3 > a:hover {
    color: var(--e-global-color-text);
}

@media (max-width: 991px) {
    .shop-by-category {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .shop-by-category {
        height: 331px;
    }
}

.shop-by-category:hover > a {
    background: rgba(0, 0, 0, 0.4);
}

.shop-by-category:hover > img {
    transform: scale(1.05);
}

.product-main-gallery-thumbnail {
    opacity: 0;
    visibility: hidden;
}

.product-main-gallery-thumbnail.swiper-initialized {
    opacity: 1;
    visibility: visible;
}

#home-slider .elementor-swiper-button{
    height: 130px;
    width: 60px;
    border-radius: 0;
}


#home-slider .elementor-swiper-button-prev{
    left: 0;
}

#home-slider .elementor-swiper-button-next{
    right: 0;
}

.single #content{
    color: #737373;
}

#content ul {
    list-style-type: none;
    padding: 0;
}

#content ul li:before {
    content: "-";
    margin-right: 15px;
}

.product-content-detail h3:not(.section-heading){
    color: #737373;
    font-size: 26px;
    margin: 0;
    padding:1.5rem 0 1rem;
}

.cky-notice-des *, .cky-preference-content-wrapper *, .cky-accordion-header-des *, .cky-gpc-wrapper .cky-gpc-desc * {
    font-size: 20px !important;
}

.cky-notice-btn-wrapper .cky-btn {
    font-size: 20px !important;
    border-radius: 0;
}