/*
Theme Name: Webtinus
Theme URI: http://webtinus.com
Author: webtinus
Author URI: http://webtinus.com
Version: 1.0.0 
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Webtinus 
 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*---------------- Base Site --------------*/
/* @font-face {
    font-family: "iranyekan";
    font-weight: 100;
    font-display: swap;
    src:
        url("fonts/iranyekan/woff2/Thin.woff2") format("woff2"),
        url("fonts/iranyekan/woff/thin.woff") format("woff"),
        url("fonts/iranyekan/eot/thin.eot") format("eot");
}

@font-face {
    font-family: "iranyekan";
    font-weight: 300;
    font-display: swap;
    src:
        url("fonts/iranyekan/woff2/Light.woff2") format("woff2"),
        url("fonts/iranyekan/woff/light.woff") format("woff"),
        url("fonts/iranyekan/eot/light.eot") format("eot");
}

@font-face {
    font-family: "iranyekan";
    font-weight: 400;
    font-display: swap;
    src:
        url("fonts/iranyekan/woff2/Regular.woff2") format("woff2"),
        url("fonts/iranyekan/woff/regular.woff") format("woff"),
        url("fonts/iranyekan/eot/regular.eot") format("eot");
} */

/* @font-face {
    font-family: "iranyekan";
    font-weight: 500;
    font-display: swap;
    src:
        url("fonts/iranyekan/woff2/Medium.woff2") format("woff2"),
        url("fonts/iranyekan/woff/medium.woff") format("woff"),
        url("fonts/iranyekan/eot/medium.eot") format("eot");
}

@font-face {
    font-family: "iranyekan";
    font-weight: 500;
    font-display: swap;
    src:
        url("fonts/iranyekan/woff2/Bold.woff2") format("woff2"),
        url("fonts/iranyekan/woff/bold.woff") format("woff"),
        url("fonts/iranyekan/eot/bold.eot") format("eot");
} */

@font-face {
    font-family: "Montez";
    src: url("fonts/montez/Montez-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

/* @font-face {
    font-family: "iranyekan";
    font-weight: 800;
    font-display: swap;
    src:
        url("fonts/iranyekan/woff2/Extra_Bold.woff2") format("woff2"),
        url("fonts/iranyekan/woff/extra_bold.woff") format("woff"),
        url("fonts/iranyekan/eot/extra_bold.eot") format("eot");
}

@font-face {
    font-family: "iranyekan";
    font-weight: 900;
    font-display: swap;
    src:
        url("fonts/iranyekan/woff2/Black.woff2") format("woff2"),
        url("fonts/iranyekan/woff/black.woff") format("woff"),
        url("fonts/iranyekan/eot/black.eot") format("eot");
} */


body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: roboto;
    background: var(--color-background);
}

ul {
    list-style: none;
}

:root {

    --zindex-under: -1;
    --zindex-1: 1;
    --zindex-99: 99;
    --zindex-999: 999;
    --zindex-9999: 9999;
    --zindex-max: 99999999;

    --space-2: 2px;
    --space-4: 4px;
    --space-6: 6px;
    --space-8: 8px;
    --space-10: 10px;
    --space-12: 12px;
    --space-14: 14px;
    --space-16: 16px;
    --space-24: 24px;
    --space-32: 32px;
    --space-48: 48px;
    --space-64: 64px;
    --space-128: 128px;

    --color-primary-dark: #A74E04;
    --color-primary-origin: #E06907;
    --color-primary-light: #FF831C;
    --color-primary-a56: #E069078F;
    --color-primary-a32: #E0690752;
    --color-primary-a24: #E0690733;
    --color-primary-a16: #E0690729;
    --color-primary-a12: #E069071F;
    --color-primary-a8: #E0690714;
    --color-primary-a4: #E069070A;

    --color-black-64: #000000A3;
    --color-black-a1: #0000001A;
    --color-black: #000000;
    --color-white: #ffffff;
    --color-white-a1: #FFFFFF1A;
    --color-white-a8: #FFFFFF14;
    --color-white-a24: #FFFFFF33;
    --color-white-a24: #FFFFFF56;

    --color-surface-0: #FFFFFF;
    --color-surface-1: #FAFAFA;
    --color-surface-2: #EBEBEB;

    --color-text-primary: #212121;
    --color-text-secondary: #707070;
    --color-text-hint: #adadad;
    --color-text-disabled: #c2c2c2;

    --color-state-error: #DE2C28;
    --color-state-success: #69A333;
    --color-state-warning: #E65100;
    --color-state-info: #2F98F5;

    --rounded-2: 2px;
    --rounded-4: 4px;
    --rounded-8: 8px;
    --rounded-16: 16px;
    --rounded-50: 50px;
    --rounded-circle: 100%;

}

* {
    transition: 0.3s;
}

.fantasy {
    font-family: "Montez";
    color: var(--color-primary-a56);
}

/* btns */

.btn-primary {
    border: 1px solid var(--color-primary-origin);
    background: var(--color-primary-origin);
    display: inline-block;
    padding: var(--space-10) var(--space-16);
    border-radius: var(--rounded-50);
    color: var(--color-white);
    min-width: 80px;
    text-align: center;
}

.btn-primary:hover {
    background: var(--color-primary-dark);
}

.btn-primary svg path {
    fill: var(--color-white);
}

.btn-primary-lin {
    border: 1px solid var(--color-primary-origin);
    background: transparent;
    display: inline-block;
    padding: var(--space-10) var(--space-16);
    border-radius: var(--rounded-50);
    color: var(--color-primary-origin);
    min-width: 80px;
    text-align: center;
}

.btn-primary-lin:hover {
    background: var(--color-primary-origin);
    color: var(--color-white);
}

.btn-primary-lin svg path {
    fill: var(--color-primary-origin);
}

.btn-primary-lin:hover svg path {
    fill: var(--color-white);
}

.gray-btn {
    background: var(--color-surface-2);
    display: inline-block;
    padding: var(--space-6) var(--space-12);
    border-radius: var(--rounded-50);
    color: var(--color-text-secondary);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

a {
    text-decoration: none;
}

.color-gray {
    color: var(--gray-color-888) !important;
}

.t-h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 52px;
}

.t-h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 44px;
}

.t-h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
}

.t-h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
}

.t-h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.t-h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.t-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.t-s-subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.t-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.t-s-body {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.t-caption {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.t-s-caption {
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
}

/*---------------- Header --------------*/

.main-header {
    border-radius: var(--rounded-16);
    border: 1px solid var(--color-surface-2);
    background: var(--color-white);
    padding: var(--space-24);
    height: 95px;
    margin-top: var(--space-10);
}

.menu-header ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: var(--space-24);
}

.menu-header ul a {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--color-text-secondary);
}

.menu-header ul a:hover {
    color: var(--color-primary-origin);
}

.menu-header {
    margin-right: auto;
    margin-left: var(--space-48);
}

.header-actions {
    gap: var(--space-8);
    display: flex;
}

/* Footer */

.footer-site {
    background: var(--color-surface-1);
    border-radius: var(--rounded-16) var(--rounded-16) 0 0;
    padding: var(--space-48) var(--space-48) 0;
}

.footer-site .logo,
.footer-main-short-des {
    margin-bottom: var(--space-32);
}

.info-footer-item {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-6);
    background: var(--color-primary-origin);
    border-radius: var(--rounded-8);
    padding: var(--space-12);
}

.social-media {
    display: flex;
    justify-content: center;
    gap: var(--space-10);
}

.social-media svg path {
    fill: var(--color-white);
}


.info-footer-item:hover {
    background: var(--color-primary-dark);
}

.footer-main {
    text-align: center;
}

.menu-footer {
    margin-top: var(--space-48);
}

.menu-footer ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: var(--space-64);
    background: var(--color-white);
    padding: var(--space-14);
    border-radius: var(--rounded-8);
}


.menu-footer ul a {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-text-secondary);
}

.menu-footer ul a:hover {
    color: var(--color-primary-origin);
}

.copyright {
    padding: var(--space-12);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.footer-main-short-des {
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/* Home Numbers */

.numbers-home {
    display: flex;
    justify-content: space-between;
    gap: var(--space-12);
    margin: var(--space-24) 0;
}

.number-item {
    flex: 1;
    min-height: 160px;
    background: var(--color-primary-a8);
    padding: var(--space-24);
    border-radius: var(--rounded-16);
    justify-content: center;
    display: flex;
    flex-flow: column;
}

.number-item h5 {
    margin: 0;
    color: var(--color-primary-origin);
}

.number-item p {
    margin: 0;
    color: var(--color-primary-light);
}

/* Home welcome */

.welcome-home {
    margin: var(--space-24) 0;
}

.welcome-home-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-size: cover !important;
    overflow: hidden;
    border-radius: var(--rounded-16);
}

.content-slide img {
    width: 500px;
    height: auto;
}

.image-slide {
    padding-left: var(--space-64);
    color: var(--color-white);
}

.category-welcome {
    margin-top: var(--space-48);
}

.categories-item {
    background: var(--color-white-a8);
    border: 1px solid var(--color-white-a24);
    margin-right: var(--space-8);
    padding: var(--space-8) var(--space-14);
    border-radius: var(--rounded-8);
    color: var(--color-surface-2);
    white-space: nowrap;
}

.categories-item:hover {
    border: 1px solid var(--color-white);
    color: var(--color-white);
}

.categories-item:last-child {
    margin-right: 0;
}

.category-welcome h4 {
    margin-bottom: var(--space-32);
}

.content-welcome {
    width: 410px;
    max-width: 100%;
}

/* Home About */

.about-home {
    display: flex;
    align-items: end;
    margin: var(--space-128) 0;
}

.about-home-content {
    padding-right: var(--space-16);
}

.about-home img {
    width: 100%;
    height: auto;
}

.about-home-image {
    padding: var(--space-32);
}

.about-home-content h2 {
    color: var(--color-primary-origin);
}

.about-home-content p {
    color: var(--color-text-secondary);
}

/* Home Gallery */

.gallery-home {
    background: url(http://127.0.0.1/jdt/wp-content/uploads/2026/01/line-bg.png) no-repeat;
    background-size: cover !important;
    margin: var(--space-128) 0;
}

.gallery-home-head {
    text-align: center;
    margin-bottom: var(--space-32);
}

.gallery-home-image img {
    width: 100%;
    height: auto;
}

.gallery-home-head h2 {
    color: var(--color-primary-origin);
}

.gallery-home-image {
    position: relative;
}

.gallery-home-image:after {
    content: '';
    position: absolute;
    background: url(images/icon-pet.svg) no-repeat;
    width: 100px;
    height: 100px;
    left: 40px;
    top: -40px;
}

.gallery-home-image:before {
    content: '';
    position: absolute;
    background: url(images/icon-pet.svg) no-repeat;
    width: 100px;
    height: 100px;
    right: 40px;
    bottom: -40px;
    transform: rotate(-75deg);
}

/* Home Blog */

.blog-container {
    display: flex;
    justify-content: space-between;
}

.post-item-article {
    padding: var(--space-10);
}

.post-item-article a {
    position: relative;
    overflow: hidden;
    border-radius: var(--rounded-16);
}

.post-item-article img {
    width: 100%;
    height: auto;
    border-radius: var(--rounded-16);
    overflow: hidden;
}

.content-post-item {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: var(--space-24);
    color: var(--color-white);
    width: 100%;
    background: linear-gradient(0deg, #4F2400, #4f240000);
}

.content-post-item h2 {
    margin-bottom: var(--space-14);
}

.blog-home {
    margin: var(--space-64) 0;
}

.time-post {
    display: flex;
    align-items: center;
    gap: var(--space-8);
}

/* Home Reviews */
.review-rating {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.review-star {
    position: relative;
    width: 20px;
    height: 20px;
}

.review-star svg {
    height: 100%;
    display: block;
}

.review-star-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}


.swiper-paginations {
    text-align: center;
}

.reviews-home-head h2 {
    color: var(--color-primary-origin);
}

.reviews-home-head {
    text-align: center;
    margin-bottom: var(--space-32);
}

.reviews-home {
    background: var(--color-surface-1);
    padding: var(--space-48) 0;
}

.reviews-home .swiper-slide {
    padding: var(--space-12);
}

.user-item {
    border: 1px solid var(--color-surface-2);
    border-radius: var(--rounded-16);
    padding: var(--space-32);
}

.user-item img {
    width: 140px;
    height: auto;
    margin: 0 auto var(--space-24);
    display: block;
    border-radius: var(--rounded-16);
}

.user-item .review-name {
    text-align: center;
    color: var(--color-text-primary);
}

.user-item .review-title {
    text-align: center;
    color: var(--color-text-secondary);
}

.review-raiting {
    justify-content: center;
    margin-bottom: var(--space-16);
}

.review-description {
    text-align: center;
    color: var(--color-text-secondary);
    width: 80%;
    margin: 0 auto;
}

.user-items .swiper-wrapper {
    margin-bottom: var(--space-10);
}

.swiper-pagination-bullet-active {
    background: var(--color-primary-light);
}

/* Articles */

.pages-heading {
    background: var(--color-surface-1);
    border: 1px solid var(--color-surface-2);
    border-radius: var(--rounded-16);
    margin-top: var(--space-8);
    height: 150px;
    margin-bottom: var(--space-24);
}

.pages-heading p {
    margin: 0;
    color: var(--color-text-secondary);
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: var(--space-64) 0;
    width: 100%;
}

.wp-pagenavi span,
.wp-pagenavi a {
    padding-top: var(--space-8) !important;
    color: var(--color-text-secondary);
    font-weight: 100 !important;
    font-size: 17px;
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-surface-2) !important;
    border-radius: var(--rounded-16);
    margin: 0 var(--space-6) !important;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    color: var(--color-white);
    border-radius: var(--rounded-16);
    margin: 0 var(--space-6) !important;
    background: var(--color-primary-origin);
}

.wp-pagenavi .last,
.wp-pagenavi .first,
.wp-pagenavi .pages {
    display: none !important;
}

/* Post single */

.heading-single {
    position: relative;
    margin: var(--space-128) 0;
    border: 1px solid var(--color-surface-2);
    background: var(--color-surface-1);
    padding: var(--space-32);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--rounded-16);
    height: 250px;

}

.heading-single-detail {
    width: 460px;
}

.thumbnail-post img {
    position: absolute;
    right: var(--space-64);
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: auto;
    border-radius: var(--rounded-16);
    box-shadow: 0 0 20px -12px #000;
}

.heading-single-detail h1 {
    color: var(--color-text-primary);
}

.heading-single-detail p {
    color: var(--color-text-secondary);
}

.main-content {
    color: var(--color-text-secondary);
    padding-left: var(--space-24);
}

.main-content h6,
.main-content h5,
.main-content h4,
.main-content h3,
.main-content h2,
.main-content h1 {
    color: var(--color-text-primary);
    margin-top: var(--space-24);
}

.toc {
    background: var(--color-surface-1);
    border: 1px solid var(--color-surface-2);
    border-radius: var(--rounded-16);
    padding: var(--space-24);
}

.toc h2 {
    color: var(--color-text-secondary);
    display: flex;
    align-items: center;
    gap: var(--space-10);
}

.toc h2 svg {
    width: 25px;
    height: 25px;
    fill: var(--color-text-secondary);
}

.toc ul {
    margin-top: var(--space-24);
    padding: 0;
    margin-bottom: 0;
}

.toc ul li a {
    color: var(--color-text-primary);
    padding: var(--space-8) 0;
    display: block;
}

.toc ul li.active a {
    color: var(--color-primary-origin);
}


/* 404 */

.page-404 {
    background: linear-gradient(0deg, #FFEDDD, #F3F3F3);
    display: flex;
    height: 100vh;
    position: relative;
    align-items: center;
    justify-content: end;
}

.error404 body {
    display: flex;
}

.page-404-content {
    position: relative;
    z-index: 3;
}

.page-404-content {
    color: var(--color-text-primary);
    text-align: center;
    margin: 0 auto;
    width: 500px;
    max-width: 100%;

}

.actions-404 {
    justify-content: center;
    gap: var(--space-10);
}

.page-404-content h1 {
    margin: 0 0 20px;
}

.page-404-content p {
    margin-bottom: 30px;
    font-size: 20px;
}

.page-404-content p.des-404 {
    margin: var(--space-128) 0 0;
    font-size: 15px;
}

/* About Us page */

.contact-main-content {
    width: 600px;
    margin: var(--space-64) auto;
    text-align: center;
    color: var(--color-text-secondary);
    max-width: 100%;
}

.contact-main-content h1 {
    margin: var(--space-16) auto;
}



/* FAQ */

#panel_faq .accordion-item {
    width: 100%;
    padding: 15px 25px;
    background: var(--color-surface-1);
    border: 1px solid var(--color-surface-2);
    border-radius: var(--rounded-16);
    margin-bottom: var(--space-8);
}

#panel_faq .accordion-item-heading {
    display: flex;
    align-items: center;
    justify-content: start;
}

#panel_faq .accordion-item-heading {
    cursor: pointer;
}

#panel_faq .accordion-item-heading h2 {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    transition: 0.3s;
    color: var(--color-primary-origin);
}

#panel_faq .accordion-item-heading.collapsed h2 {
    color: var(--color-text-primary);
}

#panel_faq .accordion-item-heading span {
    font-size: 30px;
    font-weight: 500;
    margin-right: 20px;
    transition: 0.3s;
    color: var(--color-primary-origin);
}

#panel_faq .accordion-item-heading.collapsed span {
    color: var(--color-text-secondary);
}

#panel_faq .accordion-collapse p {
    padding: 20px;
    margin: 0;
    line-height: 30px;
    color: var(--color-text-secondary);
}

.contact-page-map iframe {
    width: 100%;
    border: 0;
    padding: var(--space-4);
    border: 1px solid var(--color-surface-2) !important;
    border-radius: var(--rounded-16);
}

.contact-page-detail h3 {
    color: var(--color-text-primary);
    margin-bottom: var(--space-12);
}

.contact-page-detail {
    display: flex;
}

.contact-page-map {
    padding-right: var(--space-32);
}

.contact-page-social a {
    margin-bottom: var(--space-8);
    display: block;
}

.contact-page-social p {
    margin-top: var(--space-32);
    color: var(--color-text-secondary);
}

.exwt-cart-ck-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
}

.cta-box {
    background-size: cover !important;
    display: flex;
    justify-content: space-between;
    margin: var(--space-48) 0;
    padding: var(--space-48);
    color: var(--color-white);
    align-items: center;
    border-radius: var(--rounded-16);
}

.cta-box-content {
    display: flex;
    align-items: center;
    gap: var(--space-48);
    flex-flow: wrap;
}

.cta-box-content h5 {
    width: 260px;
    max-width: 100%;
    margin: 0;
}

.cta-box-content p {
    margin: 0;
    width: 350px;
    max-width: 100%;
}

.cta-box-btns p {
    margin: var(--space-24) 0 0;
}

.cta-box-btns a {
    padding: var(--space-16);
    display: flex;
    color: var(--color-white);
    border: 1px solid var(--color-white);
    border-radius: var(--rounded-16);
    width: 180px;
    justify-content: space-between;
    align-items: end;
}

.cta-box-btns {
    display: flex;
    gap: var(--space-16);
}

.cta-box-btns a:first-child {
    padding: var(--space-16);
    display: flex;
    color: var(--color-primary-origin);
    background: var(--color-white);
    border: 1px solid var(--color-white);
    border-radius: var(--rounded-16);
    width: 180px;
}

.cta-box-btns a:first-child svg path {
    stroke: var(--color-primary-origin);
}

.box-site {
    width: 100%;
    display: inline-block;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}

.tour-heading {
    margin-top: var(--space-32);
}

.tour-heading .tour-heading-details {
    display: flex;
    gap: var(--space-24);
    align-items: center;
}

.tour-heading-details-time,
.tour-heading-details-loc {
    color: var(--color-text-secondary);
}

.dot-space {
    width: 7px;
    height: 7px;
    background: var(--color-text-disabled);
    border-radius: var(--rounded-circle);
}

.tour-options-items {
    display: flex;
    gap: var(--space-10);
    flex-flow: wrap;
}

.tour-option>div {
    border-radius: var(--rounded-8);
    padding: var(--space-4) var(--space-12);
}


.tour-options-active {
    border: 2px solid var(--color-state-success);
    color: var(--color-state-success);
}

.tour-options-de-active {
    border: 2px solid var(--color-text-disabled);
    color: var(--color-text-disabled);
}

.tour-step-number {
    width: 40px;
    height: 40px;
    background: var(--color-primary-light);
    border-radius: var(--rounded-circle);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
}

.tour-step {
    display: flex;
    gap: var(--space-16);
}

.tour-step-detail h6 {
    margin: var(--space-10) 0;
}

.tour-step-detail p {
    margin-bottom: var(--space-16);
    min-height: 50px;
    color: var(--color-text-secondary);
    font-size: 15px;
}

.tour-step {
    position: relative;
}

.tour-step:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: var(--color-primary-light);
    left: 19px;
    top: 0;
    z-index: -1;
}

.tour-step:last-child:after {
    display: none;
}

.main-tour>hr {
    margin: var(--space-48) 0;
}

.tour-loc-map {
    border: 1px solid var(--color-surface-2);
    padding: var(--space-4);
    border-radius: var(--rounded-16);
    height: 300px;
}

.tour-loc-map iframe {
    border: 0;
    width: 100%;
    height: -webkit-fill-available;
    border-radius: var(--rounded-16);
    margin: 0;
}

.tour-content ul {
    list-style: disc;
    line-height: 29px;
}

.woocommerce-Reviews-title {
    display: none;
}

.commentlist {
    padding: 0;
}

.review {
    margin: 0 !important;
    border: 1px solid var(--color-surface-2) !important;
    border-bottom: 0px !important;
    border-radius: 0 !important;
}

.review:last-child {
    margin: 0 !important;
    border: 1px solid var(--color-surface-2) !important;
    border-radius: 0 0 var(--rounded-8) var(--rounded-8) !important;
}

.review:first-child {
    margin: 0 !important;
    border: 1px solid var(--color-surface-2) !important;
    border-bottom: 0px !important;
    border-radius: var(--rounded-8) var(--rounded-8) 0 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

.custom-review {
    display: flex;
    flex-flow: column;
    align-items: start;
    padding: var(--space-32) var(--space-16);
    gap: var(--space-14);
}

.custom-review-date {
    font-size: 14px;
    color: var(--color-text-hint);
}

.custom-review-avatar-initials {
    width: 50px;
    height: 50px;
    background: #5465ff36;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--rounded-circle);
    font-size: 20px;
    color: #5465FF;
}

.custom-review-author-name {
    font-size: 18px;
}

.custom-review-author {
    gap: var(--space-16) !important;
}

.comment-reply-title {
    display: none;
}

.comment-form {
    border: 1px solid var(--color-surface-2);
    border-radius: var(--rounded-8);
    margin-top: var(--space-16);
    padding: var(--space-16);
}

.comment-form-rating {
    display: flex;
    gap: var(--space-14);
    align-items: center;
}

.woocommerce #review_form #respond p {
    margin: var(--space-4) 0 0 !important;
}

.comment-form-rating {
    display: flex;
    gap: var(--space-14);
    align-items: center;
    margin-bottom: var(--space-14);
}

.woocommerce p.stars a {
    color: var(--color-primary-light) !important;
}

.comment-form-comment textarea {
    height: 200px !important;
    border: 1px solid var(--color-surface-2);
    border-radius: var(--rounded-8);
    padding: var(--space-12);
}

.form-submit .submit {
    background: var(--color-primary-origin) !important;
    color: var(--color-white) !important;
}

.products-home {
    margin-top: var(--space-64);
}

.products-related {
    display: flex;
}

.post-item-product {
    border: 1px solid var(--color-surface-2);
    padding: var(--space-4);
    border-radius: var(--rounded-8);
}

.post-item-product h2 {
    padding: var(--space-10) var(--space-6);
    margin: 0;
    color: var(--color-text-primary);
}

.post-item-product .tour-heading-details-time {
    display: inline-block;
    margin: 0 0 var(--space-8);
    padding: 0 var(--space-6);
}

.post-item-product .attachment-tour {
    width: 100%;
    height: auto;
    border-radius: var(--rounded-8);
}

.tour-items {
    display: flex;
    gap: var(--space-8);
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding-bottom: var(--space-4);
}

.tour-options-itm {
    border: 1px solid var(--color-surface-2);
    padding: var(--space-4) var(--space-10);
    border-radius: var(--rounded-8);
    color: var(--color-text-secondary);
}

.tour-items {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    transition: 0s;

    user-select: none;
    -webkit-user-select: none;

    cursor: grab;
    scrollbar-width: none;

    will-change: scroll-position;
    contain: layout paint;
}

.tour-items::-webkit-scrollbar {
    display: none;
}

.tour-items.is-dragging {
    cursor: grabbing;
}

.tour-options-itm {
    flex: 0 0 auto;
    transition: 0s;

    will-change: transform;
}


.tour-option {
    transition: 0s;
}

.tour-options {
    position: relative;
}

.tour-options:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 100%;
    background: linear-gradient(-90deg, white, transparent);
    right: 0;
    top: 0;
}

.post-item-product h2 {
    padding: 0 var(--space-6);
    margin: var(--space-8) 0 var(--space-4);
    color: var(--color-text-primary);
}

.tour-price {
    display: flex;
    justify-content: space-around;
}

.tour-price .review-star {
    width: 17px;
    height: 17px;
}

.tour-price .review-stars-list {
    gap: 1px !important;
}

.tour-price .review-star-rate {
    font-size: 16px;
    font-weight: 500;
}

.price-product {
    display: flex;
    justify-content: end;
    gap: var(--space-10);
    align-items: center;
}

.tour-price {
    display: flex;
    justify-content: space-between;
    padding: var(--space-6) var(--space-4);
    align-items: center;
    border-top: 1px solid var(--color-surface-2);
    margin-top: var(--space-8);
}

.tour-price .woocommerce-Price-amount.amount bdi {
    color: var(--color-primary-origin);
}

.price-product {
    color: var(--color-text-hint);
}

.product-home-head {
    margin-bottom: var(--space-24);
}

.tour-loc h3 {
    margin-bottom: var(--space-24);
}

.tour-steps h3 {
    margin-bottom: var(--space-24);
}

.tour-option-icon svg {
    width: 25px;
    margin-right: var(--space-8);
    height: 35px;
}

.tour-options-de-active svg path {
    fill: var(--color-text-disabled);
}

.tour-options-active svg path {
    fill: var(--color-state-success);
}

.tour-option-title {
    font-weight: 500;
}

.post-item-product .tour-option-icon svg {
    width: 20px;
    margin-right: var(--space-4);
    height: 30px;
}

.post-item-product .tour-options-active svg path {
    fill: var(--color-text-secondary);
}

.post-item-product .tour-options-itm {
    padding: var(--space-2) var(--space-8);
}

.post-item-product .tour-option-title {
    font-size: 14px;
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    flex-flow: wrap;
}

.products.columns-4>div {
    padding: 9px 0;
}

.tour-items.drag-scroll {
    padding-right: var(--space-32);
}

.menu-header-mobile {
    position: fixed;
    left: 0;
    top: 0;
    background: var(--color-white);
    width: 300px;
    max-width: 85%;
    height: 100%;
    padding: var(--space-14);
    backdrop-filter: blur(10px);
    transform: translateX(-100%);
    z-index: var(--zindex-9999);
}

.menu-header-mobile.active {
    transform: translateX(0%);
}

.layer-back {
    position: fixed;
    left: 0;
    top: 0;
    background: var(--color-primary-a24);
    width: 100%;
    height: 100%;
    padding: var(--space-14);
    backdrop-filter: blur(10px);
    z-index: var(--zindex-999);
    opacity: 0;
    visibility: hidden;
}

.layer-back.active {
    opacity: 1;
    visibility: visible;
}

.menu-header-mobile ul li a {
    display: inline-block;
    width: 100%;
    padding: var(--space-12);
    border-bottom: 1px solid var(--color-surface-2);
    color: var(--color-text-secondary);
}

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

.people-photos-swiper .swiper-slide {
    width: auto !important;
    height: 200px;
}

.people-photos-swiper img {
    border-radius: var(--rounded-8);
    height: 100%;
    width: auto;
    display: block;
    object-fit: cover;
}

.people-prev,
.people-next {
    color: #000;
}

.people-prev::after,
.people-next::after {
    font-size: 18px;
}

.people-gallery-btn,
.woo-gallery-btn {
    position: absolute;
    top: 50%;
    z-index: var(--zindex-99);
    border: none;
    background: #ffffffc2;
    border-radius: var(--rounded-50);
    right: 50px;
    transform: translateY(-50%);
    padding: var(--space-2) var(--space-10);
    font-weight: 500;
}


.swiper-button-next,
.swiper-button-prev {
    background: #00000040;
    opacity: 1;
    border: 2px solid var(--color-black-64);
    border-radius: var(--rounded-circle);
    width: 35px;
    top: 50%;
    height: 35px;
    margin: 0;
    transform: translateY(-50%);
    color: var(--color-text-primary);
}

.people-gallery-btn svg {
    margin-right: var(--space-6);
}

.people-prev::after,
.people-next::after {
    font-size: 13px;
    font-weight: bolder;
}

.woo-gallery-swiper {
    height: 460px;
    position: relative;
}

.woo-gallery-swiper .swiper-slide {
    height: 100%;
}

.woo-gallery-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.woo-prev::after,
.woo-next::after {
    font-size: 13px;
    font-weight: bolder;
}

.tour-gallery {
    margin: var(--space-24) 0 var(--space-48);
}

.wootour-page {
    border: 1px solid var(--color-surface-2);
    border-radius: var(--rounded-16);
    margin: var(--space-48) 0;
    padding: var(--space-16);
}

.sidebar-tour {
    margin: var(--space-24) 0 var(--space-48);
    border: 1px solid var(--color-surface-2);
    border-radius: var(--rounded-8);
    top: var(--space-10);
    padding: var(--space-10);
}

.woo-tour-info {
    display: none !important;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.woocommerce-form-login__submit,
.woocommerce-Button,
.woocommerce-button,
.single_add_to_cart_button,
.button.wc-forward,
.woocommerce-Address-title .edit {
    background: var(--color-primary-origin) !important;
    border-radius: var(--rounded-50) !important;
    color: var(--color-white) !important;
    border: none !important;
    box-shadow: none !important;
}

.woocommerce-Address-title .edit {
    padding: var(--space-4) var(--space-10);
}

.wootour-page .woocommerce>h2 {
    display: none;
}

.wt-grid-shortcode .grid-container {
    display: flex;
    flex-flow: wrap;
    row-gap: var(--space-16);
}

.wc-block-components-product-name {
    font-size: 20px !important;
    color: var(--color-primary-origin) !important;
    font-weight: 500 !important;
}

.wp-block-woocommerce-empty-cart-block .block-product-new {
    display: none;
}

.exwt-evprice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -10px -10px 10px;
    padding: var(--space-14);
    border-bottom: 1px solid var(--color-surface-2);
}

.exwt-evprice .price .extra {
    font-size: 17px;
    font-weight: 400;
    color: var(--color-text-secondary);
}

.exwt-evprice .price .beforw {
    font-size: 17px;
    font-weight: 400;
    color: var(--color-text-hint);
}

.exwt-evprice .price {
    display: flex;
    align-items: center;
    gap: var(--space-10);
    margin: 0;
}

.exwt-evprice bdi {
    color: var(--color-primary-origin);
}

.single_add_to_cart_button {
    width: 100%;
}

.addtocart-heading-actions-share {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-surface-2);
    border-radius: var(--rounded-circle);
    cursor: pointer;
}


.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

.woocommerce-MyAccount-navigation {
    display: none;
}
.woocommerce-MyAccount-content {
    width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
}
















































/*---------------- Responsive --------------*/
/* xl 1200px  -  lg 992px  -  md 768px  -  sm 576px  -  xs <576px */
/*---------------- xl --------------*/
@media only screen and (min-width: 1200px) {}

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

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

/*---------------- xl --------------*/
@media only screen and (max-width: 1400px) {}

/*---------------- lg --------------*/
@media only screen and (max-width: 1200px) {
    .tour-price {
        flex-flow: column;
        align-items: start;
        gap: var(--space-10);
    }

    .thumbnail-post img {
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(0%);
        width: 300px;
    }

    .cta-box-content {
        flex-flow: column;
        align-items: start;
        gap: var(--space-14);
    }

    .cta-box {
        padding: var(--space-24);
    }

    .cta-box-btns {
        flex-flow: column;
    }

    .contact-page-social a img {
        max-width: 100%;
        height: auto;
    }

}

/*---------------- md --------------*/
@media only screen and (max-width: 992px) {
    .categories-welcome {
        flex-flow: wrap;
        display: flex;
        row-gap: var(--space-10);
    }

    .about-home {
        align-items: start;
    }

    .gallery-home-image:before {
        display: none;
    }

    .gallery-home-image:after {
        display: none;
    }
}

/*---------------- sm --------------*/
@media only screen and (max-width: 768px) {
    .products-related {
        flex-flow: wrap;
        row-gap: var(--space-14);
    }

    .blog-container {
        flex-flow: wrap;
    }

    .blog-home-head {
        padding: 0 var(--space-10);
    }

    .numbers-home {
        flex-flow: wrap;
    }

    .menu-footer .menu-menu-container ul {
        flex-flow: column;
        align-items: center;
        gap: 0;
    }

    .menu-footer .menu-menu-container ul li {
        width: 100%;
        text-align: center;
    }

    .menu-footer .menu-menu-container ul li a {
        padding: var(--space-8);
    }

    .menu-footer .menu-menu-container ul li {
        width: 100%;
        text-align: center;
    }

    .heading-single-detail {
        width: auto;
    }

    .heading-single {
        height: auto;
        flex-flow: column-reverse;
        gap: var(--space-48);
        margin: var(--space-32) 0;
    }

    .woocommerce ul.order_details li {
        margin-bottom: 2rem;
    }

    .contact-page-detail {
        flex-flow: column;
    }

    .contact-page-map,
    .contact-page-social {
        padding: var(--space-32);
    }

    .cta-box {
        flex-flow: column;
        gap: var(--space-16);
    }

    .cta-box-content {
        width: 100%;
    }

    .tour-heading .tour-heading-details {
        flex-flow: wrap;
    }
}

/*---------------- xs --------------*/
@media only screen and (max-width: 576px) {
    .category-welcome {
        display: none;
    }

    .woo-gallery-swiper {
        height: 260px;
    }

    .tour-step {
        flex-flow: column;
        gap: var(--space-2);
    }

    .tour-step:after {
        display: none;
    }
}