* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

*:not(i, .ab-icon,.vjs-icon-placeholder) {
    font-family: var(--textFont) !important;
}

html {
    overflow-x: hidden !important;
}

html body {
    padding: 0;
    margin: 0;
    overflow-x: unset;
    background-color: #FBFBFC;
}

body button {
    background-color: unset;
    border: unset;
    transition: all .4s ease-in-out;
}

body a {
    text-decoration: unset;
    color: inherit;
    transition: all .4s ease-in-out;
}

body svg {
    transition: all .4s ease-in-out;
}

body a:hover,
body button:hover {
    transition: all .4s ease-in-out;
}

body strong {
    font-weight: 700;
}

body li {
    list-style: none;
    color: var(--textColor);
}

body ul {
    padding-left: 0;
    margin-bottom: 0;
}

body p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    color: var(--textColor);
}

body img {
    width: 100%;
    display: block;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0 !important;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 0 !important;
}

body h1:not(.free),
body h2:not(.free),
body h3:not(.free),
body h4:not(.free),
body h5:not(.free),
body h6:not(.free),
body .title:not(.free){
    font-family: var(--titleFont);
    color: var(--titleColor) !important;
    font-weight: 600;
}

body .title:not(.free) *,
body h6:not(.free) *,
body h5:not(.free) *,
body h4:not(.free) *,
body h3:not(.free) *,
body h2:not(.free) *,
body h1:not(.free) *{
    color: inherit !important;
}

body .swiper {
    height: 0;
}

body .swiper.swiper-horizontal,
body .swiper.swiper-vertical {
    height: auto;
}

/* LUNVARA HEADER */

body .lunvara-header {
    background-color: var(--primaryColor);
    border-radius: 50px 50px 0 0;
}

body.single-product .lunvara-header{
    border-radius: 50px;
}

body .lunvara-header .lunvara-topbar {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgb(255 255 255 / 10%);
}

body .lunvara-header .lunvara-topbar .lunvara-topbar-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .lunvara-header .lunvara-topbar .lunvara-topbar-group .lunvara-topbar-col {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    width: 33.33%;
    background-color: var(--secondaryColor);
}

body .lunvara-header .lunvara-topbar .lunvara-topbar-group .lunvara-topbar-col:last-child {
    justify-content: flex-end;
}

body .lunvara-header .lunvara-topbar .lunvara-topbar-group .lunvara-topbar-col p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

body .lunvara-header .lunvara-topbar .lunvara-topbar-group .lunvara-topbar-col a {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: rgb(255 255 255 / 50%);
    gap: 3px;
}

body .lunvara-header .lunvara-topbar .lunvara-topbar-group .lunvara-topbar-col a i {
    font-size: 18px;
    line-height: 1;
}

body .lunvara-header .lunvara-head-main {
    height: 120px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

body .lunvara-header .lunvara-head-main .lunvara-head-group {
    display: flex;
    align-items: center;
    height: 100%;
}

body .lunvara-header .lunvara-head-main .lunvara-head-group .lunvara-head-item {
    width: 33.33%;
}

body .lunvara-header .lunvara-head-main .lunvara-head-group .lunvara-head-item.menus {
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    background-color: var(--secondaryColor);
    padding: 20px;
    gap: 30px;
}

body .lunvara-header .lunvara-head-main .lunvara-head-group .lunvara-head-item.menus>div {
    width: 100%;
    flex: 1;
}

body .lunvara-header .lunvara-head-main .lunvara-head-group .lunvara-head-item .translate {
    flex: .5 !important;
}

body .lunvara-header .lunvara-head-main .lunvara-head-group .lunvara-head-item>div>ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 25px;
    width: 100%;
}

body .lunvara-header .lunvara-head-main .lunvara-head-group .lunvara-head-item>div>ul li {}

body .lunvara-header .lunvara-head-main .lunvara-head-group .lunvara-head-item>div>ul li a {
    font-size: 14px;
    color: #fff;
    font-family: var(--titleFont);
}

body .lunvara-header .lunvara-head-main .lunvara-head-group .lunvara-head-item.logo {
    display: flex;
    justify-content: center;
}

body .lunvara-header .lunvara-head-main .lunvara-head-group .lunvara-head-item.logo a {}

body .lunvara-header .lunvara-head-main .lunvara-head-group .lunvara-head-item.logo a img {
    width: 250px;
}


/* LUNVARA LANGUAGE SWITCHER */

body .lunvara-language-switcher {}

body .lunvara-language-switcher .lunvara-language-switcher-card {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

body .lunvara-language-switcher .lunvara-language-switcher-card .lunvara-language-switcher-flag {}

body .lunvara-language-switcher .lunvara-language-switcher-card .lunvara-language-switcher-flag i {
    color: #fff;
    font-size: 24px;
    font-weight: 100;
}

body .lunvara-language-switcher .lunvara-language-switcher-card .lunvara-language-switcher-flag img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

body .lunvara-language-switcher .lunvara-language-switcher-card .lunvara-language-switcher-content {
    line-height: 1;
}

body .lunvara-language-switcher .lunvara-language-switcher-card .lunvara-language-switcher-content .label {
    color: rgb(255 255 255 / 50%);
    font-size: 12px;
    line-height: 1;
    display: block;
    margin: 0 0 5px;
}

body .lunvara-language-switcher .lunvara-language-switcher-card .lunvara-language-switcher-content .language {
    display: flex;
    align-items: center;
    gap: 5px;
}

body .lunvara-language-switcher .lunvara-language-switcher-card .lunvara-language-switcher-content .language span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

body .lunvara-language-switcher .lunvara-language-switcher-card .lunvara-language-switcher-content .language i {
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

body .lunvara-language-switcher .lunvara-language-dropdown {
    position: absolute;
    background-color: #fff;
    width: 150px;
    padding: 15px;
    border-radius: 12px;
    margin: 0;
    display: none;
    z-index: 999999;
}

body .lunvara-language-switcher .lunvara-language-dropdown ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}

body .lunvara-language-switcher .lunvara-language-dropdown ul li {}

body .lunvara-language-switcher .lunvara-language-dropdown ul li .lunvara-language-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--primaryColor);
    gap: 10px;
}

body .lunvara-language-switcher .lunvara-language-dropdown ul li .lunvara-language-item .flag {}

body .lunvara-language-switcher .lunvara-language-dropdown ul li .lunvara-language-item .flag img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

body .lunvara-language-switcher .lunvara-language-dropdown ul li .lunvara-language-item .text {}


/* LUNVARA HERO */

body .lunvara-hero {
    background-color: var(--primaryColor);
    border-radius: 0 0 50px 50px;
}

body .lunvara-hero .lunvara-hero-group {
    display: flex;
}

body .lunvara-hero .lunvara-hero-group .lunvara-hero-col {
    width: 33.33%;
    padding: 50px 0;
    min-height: 650px;
}

body .lunvara-hero .lunvara-hero-group .lunvara-hero-col.images {
    background-color: var(--secondaryColor);
}

body .lunvara-hero .lunvara-hero-group .lunvara-hero-col.content {}

body .lunvara-hero .lunvara-hero-group .lunvara-hero-col.pagination {
    background-color: var(--secondaryColor);
    margin: 0;
}

body .swiper.swiper-hero-images {}

body .swiper.swiper-hero-images .swiper-slide {}

body .swiper.swiper-hero-images .swiper-slide .image {
    padding: 0;
}

body .swiper.swiper-hero-images .swiper-slide .image img {}


body .swiper.swiper-hero-content {}

body .swiper.swiper-hero-content .swiper-slide {}

body .swiper.swiper-hero-content .swiper-slide .content-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

body .swiper.swiper-hero-content .swiper-slide .content-card .title {
    font-size: 35px;
    color: #fff !important;
    line-height: 1;
    margin: 0 0 15px;
}

body .swiper.swiper-hero-content .swiper-slide .content-card .title img {
    width: auto;
    height: 50px;
    display: inline-block;
}

body .swiper.swiper-hero-content .swiper-slide .content-card .title strong {
    color: inherit !important;
}

body .swiper.swiper-hero-content .swiper-slide .content-card p {
    color: #ffffff70;
    font-size: 14px;
    font-weight: 200;
    margin: 0 0 30px;
    max-width: 80%;
}

body .swiper.swiper-hero-content .swiper-slide .content-card a {
    margin: 0 0 10px;
    background-color: var(--secondaryColor);
}

body .swiper.swiper-hero-pagination {
    max-height: 400px;
    width: 100%;
    padding: 0 30px;
}

body .swiper.swiper-hero-pagination .swiper-slide {}

body .swiper.swiper-hero-pagination .swiper-slide.active {}

body .swiper.swiper-hero-pagination .swiper-slide .pagination-card {
    display: flex;
    align-items: center;
    border: 1px solid rgb(255 255 255 / 10%);
    padding: 20px;
    border-radius: 20px;
    gap: 10px;
    opacity: .4;
}

body .swiper.swiper-hero-pagination .swiper-slide.swiper-slide-active .pagination-card {
    opacity: 1;
}

body .swiper.swiper-hero-pagination .swiper-slide .pagination-card .image {
    position: relative;
}

body .swiper.swiper-hero-pagination .swiper-slide .pagination-card .image::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255 255 255 / 10%);
    border-radius: 100%;
}

body .swiper.swiper-hero-pagination .swiper-slide .pagination-card .image img {
    width: 60px;
}

body .swiper.swiper-hero-pagination .swiper-slide .pagination-card .title {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
}

body .lunvara-button {
    background-color: var(--primaryColor);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 12px;
    position: relative;
}

body .lunvara-button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 48px;
    border: 1px solid var(--primaryColor);
    width: 106%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
}

body .lunvara-button img {}

body .lunvara-button i {}

body .lunvara-slider-navigation {
    margin: 40px 0 0;
}

body .lunvara-slider-navigation .lunvara-slider-navigation-group {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

body .lunvara-slider-navigation button {
    width: 50px;
    height: 50px;
    background-color: var(--secondaryColor);
    border-radius: 100%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

body .lunvara-slider-navigation button i {}



/* LUNVARA CONTENT */

body .lunvara-content {}

body .lunvara-content .lunvara-section-wrapper {}

body .lunvara-content .lunvara-section-wrapper .lunvara-head {
    height: 200px;
    justify-content: center;
    overflow: hidden;
    margin: -200px 0 0;
}

body .lunvara-content .lunvara-section-wrapper .lunvara-head::before {
    content: "";
    width: 600px;
    height: 600px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    background-color: #123c78;
    z-index: 0;
}

body .lunvara-content .lunvara-section-wrapper .lunvara-head span.label {
    color: var(--textColor);
}

body .lunvara-content .lunvara-section-wrapper .lunvara-head h2 {
    color: #fff !important;
}

body .lunvara-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 0 40px;
}

body .lunvara-head span.label {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 0 0 5px;
    color: var(--textColor);
}

body .lunvara-head h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: var(--primaryColor);
}

body .lunvara-head p {
    color: var(--textColor);
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 10px;
}

body .lunvara-head .head-left {}

body .lunvara-head .lunvara-slider-navigation {
    margin: 0;
}

body .lunvara-head .lunvara-slider-navigation .navigation-button {
    width: 65px;
    border-radius: 20px;
}

body .lunvara-head .lunvara-slider-navigation .navigation-button i {}

body .lunvara-head .head-center {
    text-align: center;
}

body .lunvara-head .head-center .label {}

body .lunvara-head .head-center h2 {}

body .lunvara-head .head-right {}

body .lunvara-content .lunvara-section-wrapper .lunvara-content-group {
    margin: 0 20px;
}

body .lunvara-content .lunvara-section-wrapper .lunvara-content-group>.row {
    align-items: center;
}

body .lunvara-content-card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 30px;
}

body .lunvara-content-card .content-title {
    color: var(--primaryColor);
    font-size: 26px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 20px;
}

body .lunvara-content-card .content-title i {
    font-size: 26px;
    font-weight: 100;
    line-height: 1;
}

body .lunvara-content-card p {
    color: var(--textColor);
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 10px;
}

body .lunvara-content .lunvara-section-wrapper .lunvara-content-group .content-country-group {
    height: 450px;
}

body .lunvara-content .lunvara-section-wrapper .lunvara-content-group .content-country-group .content-country-wrapper {
    height: 100%;
}

body .lunvara-content .lunvara-section-wrapper .lunvara-content-group .content-country-group .content-country-wrapper .content-country-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: relative;
}

body .lunvara-content .lunvara-section-wrapper .lunvara-content-group .content-country-group .content-country-wrapper .content-country-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FBFBFC;
    background: -webkit-linear-gradient(180deg, rgba(251, 251, 252, 1) 0%, rgba(251, 251, 252, 0) 50%, rgba(251, 251, 252, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(251, 251, 252, 1) 0%, rgba(251, 251, 252, 0) 50%, rgba(251, 251, 252, 1) 100%);
    background: linear-gradient(180deg, rgba(251, 251, 252, 1) 0%, rgba(251, 251, 252, 0) 50%, rgba(251, 251, 252, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FBFBFC", endColorstr="#FBFBFC", GradientType=0);
}

body .lunvara-content .lunvara-section-wrapper .lunvara-content-group .content-country-group .content-country-wrapper .content-country-list .content-country-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

body .lunvara-content .lunvara-section-wrapper .lunvara-content-group .content-country-group .content-country-wrapper .content-country-list .content-country-item .image {}

body .lunvara-content .lunvara-section-wrapper .lunvara-content-group .content-country-group .content-country-wrapper .content-country-list .content-country-item .image img {
    width: 30px;
}

body .lunvara-content .lunvara-section-wrapper .lunvara-content-group .content-country-group .content-country-wrapper .content-country-list .content-country-item span {
    font-size: 15px;
    font-weight: 500;
}


/* LINE */

body .line-container .line-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

body .line-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.line-group {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.line-group .line {
    width: 1px;
    height: 100%;
    position: relative;
    display: block;
    background-color: #ffffff0f;
}

.line-container .line-group .line {
    background-color: #E6E6E6;
}


/* LUNVARA PRODUCT */

body .lunvara-products {
    margin: 50px 0;
}

body .lunvara-products .lunvara-head {}

body .lunvara-products .lunvara-head .label {}

body .lunvara-products .lunvara-head h2 {}

body .lunvara-products .lunvara-product-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 10px;
}

body .lunvara-products .lunvara-product-actions .lunvara-slider-navigation {
    margin: 0;
}

body .lunvara-products .lunvara-product-actions .lunvara-slider-navigation .navigation-button {
    width: 70px;
    min-width: 70px;
    height: 60px;
    border-radius: 25px;
    font-size: 24px;
}

body .lunvara-products .lunvara-product-actions .lunvara-slider-navigation .navigation-button i {}

body .lunvara-product-actions-tabs {
    width: 100%;
    background-color: #fff;
    height: 60px;
    border-radius: 25px;
}

body .lunvara-product-actions-tabs .lunvara-product-actions-tabs-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    height: 100%;
    padding: 8px 50px;
}

body .lunvara-product-actions-tabs .lunvara-product-actions-tabs-wrapper .tab-button {
    color: var(--primaryColor);
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
}

body .lunvara-product-actions-tabs .lunvara-product-actions-tabs-wrapper .tab-button.active {
    background-color: var(--primaryColor);
    color: #fff;
    border-radius: 50px;
}

body .lunvara-products .lunvara-product-main {
    margin: 50px 10px;
}

body .lunvara-products .lunvara-product-main .lunvara-product-main-group {}

body .lunvara-tab-card {
    display: none;
}

body .lunvara-tab-card .lunvara-product-slider-wrap {}

body .swiper.swiper-products {}

body .swiper.swiper-products {}

body .swiper.swiper-products .swiper-slide {}

body .lunvara-product-card {}

body .lunvara-product-card .card-image {
    background-color: #fff;
    padding: 20px;
    border-radius: 25px 25px 0 0;
}

body .lunvara-product-card .card-image img {
    border-radius: 20px;
}

body .lunvara-product-card .card-content {
    background-color: var(--primaryColor);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 25px;
}

body .lunvara-product-card .card-content h3 {
    color: #fff !important;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
    text-align: center;
}

body .lunvara-product-card .card-content .card-link {
    color: rgb(255 255 255 / 60%);
    font-size: 14px;
    font-weight: 400;
}

body .lunvara-product-card .card-content .card-link span {
    display: flex;
    align-items: center;
    gap: 5px;
}

body .lunvara-product-card .card-content .card-link span i {
    font-size: 18px;
    line-height: 1;
}


/* LUNVARA WHY */

body .lunvara-why {
    margin: 100px 0;
}

body .lunvara-why .lunvara-head {
    align-items: flex-start;
    margin: 0 10px 25px;
}

body .lunvara-why .lunvara-head h2 {}

body .lunvara-why .lunvara-why-wrap {
    margin: 0 10px;
}

body .lunvara-why .lunvara-why-wrap .lunvara-why-card {
    background-color: var(--primaryColor);
    padding: 50px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

body .lunvara-why .lunvara-why-wrap .lunvara-why-card::before {
    content: "";
    width: 50%;
    height: 600px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100px, -50%);
    background-image: url(/wp-content/uploads/2026/01/earth-vector-3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

body .lunvara-why .lunvara-why-wrap .lunvara-why-card .why-content {
    max-width: 60%;
    margin: 0 0 30px;
    position: relative;
}

body .lunvara-why .lunvara-why-wrap .lunvara-why-card .why-content p {
    color: rgb(255 255 255 / 50%);
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 15px;
}

body .why-boxes {
    display: flex;
    max-width: 70%;
    gap: 15px;
    position: relative;
    flex-wrap: wrap;
}

body .why-boxes .why-box-item {
    background-color: var(--secondaryColor);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 23%;
}

body .why-boxes .why-box-item .icon {
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 24px;
    color: var(--secondaryColor);
    margin: 0 0 15px;
}

body .why-boxes .why-box-item .icon i {}

body .why-boxes .why-box-item h3 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

body .why-boxes .why-box-item p {
    color: rgb(255 255 255 / 50%);
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    min-height: 40px;
}


/* LUNVARA BLOG */

.lunvara-blog {}

body .lunvara-blog .lunvara-head {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 10px 40px;
    align-items: center;
}

.lunvara-blog .lunvara-blog-wrap {
    margin: 0 10px;
}

body .swiper.swiper-blog {}

body .swiper.swiper-blog .swiper-slide {
    padding: 0 0 10px;
}

body .lunvara-blog-card {}

body .lunvara-blog-card .card-media {}

body .lunvara-blog-card .card-media img {
    border-radius: 25px;
    height: 300px;
    object-fit: cover;
}

body .lunvara-blog-card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0 0;
    text-align: center;
}

body .lunvara-blog-card .card-content .date {
    color: var(--textColor);
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
}

body .lunvara-blog-card .card-content .date i {
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: -1px;
}

body .lunvara-blog-card .card-content h3 {
    color: var(--primaryColor);
    font-size: 22px;
    line-height: 26px;
    margin: 10px 0 25px;
}

body .lunvara-blog-card .card-content .lunvara-button {
    padding: 0 30px;
}


/* LUNVARA FOOTER */

body .lunvara-footer {
    margin: 100px 0 0;
    z-index: 999;
    position: relative;
}

body .lunvara-footer .lunvara-footer-wrap {}

body .lunvara-footer-card {
    background-color: var(--primaryColor);
    border-radius: 25px;
}

body .lunvara-footer-card .lunvara-footer-card-head {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

body .lunvara-footer-card .lunvara-footer-card-head .lunvara-footer-card-head-group {
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

body .lunvara-footer-card .lunvara-footer-card-head .lunvara-footer-card-head-group .lunvara-footer-card-head-col {
    flex: 1;
}

body .lunvara-footer-card .lunvara-footer-card-head .lunvara-footer-card-head-group .lunvara-footer-card-head-col.social {
    display: flex;
    align-items: center;
}

body .lunvara-footer-card .lunvara-footer-card-head .lunvara-footer-card-head-group .lunvara-footer-card-head-col.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .lunvara-footer-card .lunvara-footer-card-head .lunvara-footer-card-head-group .lunvara-footer-card-head-col.logo a {}

body .lunvara-footer-card .lunvara-footer-card-head .lunvara-footer-card-head-group .lunvara-footer-card-head-col.logo a img {
    width: 250px;
}

body .social-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

body .social-group a {}

body .social-group a i {
    color: #fff;
    font-size: 30px;
}

body .contact-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

body .contact-group a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

body .contact-group a i {
    font-size: 24px;
    line-height: 1;
}

body .lunvara-footer-card .lunvara-footer-card-body {}

body .lunvara-footer-card .lunvara-footer-card-body .lunvara-footer-card-menus {}

body .lunvara-footer-card .lunvara-footer-card-body .lunvara-footer-card-menus .lunvara-footer-card-menus-group {
    display: flex;
    padding: 50px 40px 100px;
}

body .lunvara-footer-card .lunvara-footer-card-body .lunvara-footer-card-menus .lunvara-footer-card-menus-group .lunvara-footer-card-menu-item {
    flex: 1;
}

body .lunvara-footer-card .lunvara-footer-card-body .lunvara-footer-card-menus .lunvara-footer-card-menus-group .lunvara-footer-card-menu-item .title {
    color: #fff !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 12px;
    position: relative;
}

body .lunvara-footer-card .lunvara-footer-card-body .lunvara-footer-card-menus .lunvara-footer-card-menus-group .lunvara-footer-card-menu-item .title i {
    margin: 0px 5px 0 0;
}

body .lunvara-footer-card .lunvara-footer-card-body .lunvara-footer-card-menus .lunvara-footer-card-menus-group .lunvara-footer-card-menu-item ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body .lunvara-footer-card .lunvara-footer-card-body .lunvara-footer-card-menus .lunvara-footer-card-menus-group .lunvara-footer-card-menu-item ul li {
    line-height: 1;
}

body .lunvara-footer-card .lunvara-footer-card-body .lunvara-footer-card-menus .lunvara-footer-card-menus-group .lunvara-footer-card-menu-item ul li a {
    color: rgb(255 255 255 / 50%);
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

body .lunvara-footer .lunvara-footer-wrap .lunvara-footer-copy {
    padding: 25px 0;
    line-height: 1;
    margin: 0 10px;
}

body .lunvara-footer .lunvara-footer-wrap .lunvara-footer-copy .lunvara-footer-copy-group {
    display: flex;
    justify-content: space-between;
}

body .lunvara-footer .lunvara-footer-wrap .lunvara-footer-copy .lunvara-footer-copy-group .lunvara-footer-copy-col {}

body .lunvara-footer .lunvara-footer-wrap .lunvara-footer-copy .lunvara-footer-copy-group .lunvara-footer-copy-col p {
    font-size: 13px;
    font-weight: 400;
}

body .lunvara-footer .lunvara-footer-wrap .lunvara-footer-copy .lunvara-footer-copy-group .lunvara-footer-copy-col p a {
    font-weight: 600;
}


.lunvara-page-head {
    background-color: var(--primaryColor);
    border-radius: 0 0 50px 50px;
    margin: 0 0 50px;
}

.lunvara-page-head .lunvara-page-head-wrap {
    display: flex;
    justify-content: space-between;
}

.lunvara-page-head .lunvara-page-head-wrap .page-head-col {
    width: 33.33%;
}

.lunvara-page-head .lunvara-page-head-wrap .page-head-col.title {
    background-color: var(--secondaryColor);
    padding: 40px;
}

.lunvara-page-head .lunvara-page-head-wrap .page-head-col.breadcrumb {
    background-color: var(--secondaryColor);
    padding: 20px;
    display: flex;
    align-items: center;
}

.lunvara-page-head .lunvara-page-head-wrap .page-head-col h1 {
    color: #fff !important;
    margin: 0;
    font-size: 40px;
    font-weight: 600;
}

.lunvara-page-head.single-page-head .lunvara-page-head-wrap .page-head-col h1{
    font-size: 22px;
    line-height: 34px;
}

.lunvara-page-head.single .lunvara-page-head-wrap .page-head-col h1 {
    font-size: 30px;
}

.lunvara-page-head.single .lunvara-page-head-wrap .page-head-col.breadcrumb p {
    font-size: 12px;
}

/* BREADCRUMB */

body .breadcrumb {
    margin: 0;
}

body .breadcrumb nav {
    overflow: hidden;
}

body .breadcrumb nav p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    width: max-content;
}

body .breadcrumb nav p a,
body .breadcrumb nav p a *{
    display: inline-block;
    position: relative;
    color: inherit;
}

body .breadcrumb nav p .separator {
    position: relative;
    width: 20px;
    height: 20px;
    color: transparent;
}

body .breadcrumb nav p .separator::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

body .breadcrumb nav p span {}

body .breadcrumb nav p span.last {
    opacity: .5;
}

/*****/


/** ABOUT **/

body .lunvara-about-page {}

body .lunvara-about-page .about-page-content-wrap {
    margin: 0 20px;
}

body .lunvara-about-page .about-page-content-wrap .about-page-content-card {
    background-color: #fff;
    display: flex;
    border-radius: 30px;
    box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: -1px 1px 14px 0px rgb(0 0 0 / 3%);
    -moz-box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.03);
}

body .lunvara-about-page .about-page-content-wrap .about-page-content-card .about-page-content-card-col {
    width: 50%;
}

body .lunvara-about-page .about-page-content-wrap .about-page-content-card .about-page-content-card-col.text {
    padding: 40px;
}

body .lunvara-about-page .about-page-content-wrap .about-page-content-card .about-page-content-card-col p {
    color: var(--textColor);
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 10px;
}


body .lunvara-about-page .about-page-content-wrap .about-page-content-card .about-page-content-card-col.image {}

body .lunvara-about-page .about-page-content-wrap .about-page-content-card .about-page-content-card-col img {
    border-radius: 0 30px 30px 0;
    height: 100%;
    object-fit: cover;
}

body .lunvara-about-page .about-page-content-wrap .about-page-content-text-area {
    margin: 100px 0 0;
}

body .lunvara-about-page .about-page-content-wrap .about-page-content-text-area .lunvara-head {
    text-align: center;
}

body .lunvara-about-page .why-boxes {
    margin: auto;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

body .lunvara-about-page .why-boxes .why-box-item {
    width: 20%;
    flex: unset;
}


/** PRODUCT **/

body .lunvara-product-list {}

body .lunvara-product-list .product-wrapper {}

body .lunvara-product-list .product-wrapper .product-row {
    display: flex;
}

body .lunvara-product-list .product-wrapper .product-row .product-list-wrapper {
    width: 66.66%;
}

body .lunvara-product-list .product-wrapper .product-row .product-list-wrapper .alert {
    margin: 0 20px;
}

body .lunvara-product-list .product-wrapper .product-row .product-list-wrapper .product-list,
body .lunvara-product-list .product-wrapper .product-row .product-list-wrapper .category-list{
    padding: 0 30px;
    row-gap: 50px;
    margin: 0 0 50px;
}

body .lunvara-product-list .product-wrapper .product-row .product-list-wrapper .product-list .alert {}

body .lunvara-aside {
    width: 33.33%;
    padding: 0 30px;
}

body .lunvara-aside .title-button {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 25px;
}

body .lunvara-aside .title-button span {}

body .lunvara-aside .title-button i {}

body .lunvara-aside .aside-menu {}

body .lunvara-aside .aside-menu .aside-box {
    position: relative;
    padding: 20px 0 0;
}

body .lunvara-aside .aside-menu .aside-box:not(:last-child){
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0;
}

body .lunvara-aside .aside-menu .aside-box .title {
    color: #4E4E4E;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body .lunvara-aside .aside-menu .aside-box .aside-title-icon{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 18px;
}
body .lunvara-aside .aside-menu .aside-box .aside-title-icon i {}

body .lunvara-aside .aside-menu .aside-box ul {
    padding: 0 0 0 20px;
    display: none;
}

body .lunvara-aside .aside-menu .aside-box ul li {}

body .lunvara-aside .aside-menu .aside-box ul li a {
    font-size: 14px;
    color: #4E4E4E;
    font-weight: 300;
}


/** CERTIFICATE **/

body .lunvara-certificate-page {}

body .lunvara-certificate-page .lunvara-head {
    text-align: center;
    max-width: 70%;
    margin: 0 auto 50px;
    background-color: #FBFBFC;
    padding: 20px 0;
}

body .lunvara-certificate-page .lunvara-head p {}

body .lunvara-certificate-page .certificate-wrap {}

body .lunvara-certificate-page .certificate-wrap .certificate-list {}

body .lunvara-certificate-page .certificate-wrap .certificate-list a {
    display: block;
    padding: 0 30px;
}

body .lunvara-certificate-page .certificate-wrap .certificate-list a img {}


/** CONTACT **/

.lunvara-contact-page {}

.lunvara-contact-page .contact-page-wrap {}

.lunvara-contact-page .contact-page-wrap .contact-page-group {
    display: flex;
}

.lunvara-contact-page .contact-page-wrap .contact-page-group .contact-page-col {
    width: 33.33%;
    padding: 0 30px;
}

.lunvara-contact-page .contact-page-wrap .contact-page-group .contact-page-col.social{}
.lunvara-contact-page .contact-page-wrap .contact-page-group .contact-page-col.social a {
    width: 50px;
    height: 50px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.lunvara-contact-page .contact-page-wrap .contact-page-group .contact-page-col.social a i{
    color: var(--primaryColor);
}

.lunvara-contact-page .contact-page-wrap .contact-page-group .contact-page-col .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px;
}

.lunvara-contact-page .contact-page-wrap .contact-page-group .contact-page-col .contact-group {
    align-items: flex-start;
    gap: 20px;
}

.lunvara-contact-page .contact-page-wrap .contact-page-group .contact-page-col .contact-group a {
    color: var(--primaryColor);
    font-weight: 500;
}

.lunvara-contact-page .contact-page-wrap .contact-page-group .contact-page-col .contact-group a.whatsapp{
    color: green;
}

.lunvara-contact-page .contact-page-wrap .contact-page-group .contact-page-col .contact-group a i {
    font-weight: 300;
}

.lunvara-contact-page .contact-page-wrap .contact-page-group .contact-page-col.form {}

body .lunvara-input-group {
    margin: 0 0 15px;
}

body .lunvara-input-group input,
body .lunvara-input-group textarea,
body .lunvara-input-group select {
    border: 1px solid #E0E0E0;
    font-size: 14px;
    font-weight: 400;
    border-radius: 20px;
    padding: 0 20px;
    width: 100%;
}

body .lunvara-input-group input {
    height: 50px;
}

body .lunvara-input-group textarea {
    height: 100px;
    padding: 15px 20px;
}

body .lunvara-input-group input::placeholder,
body .lunvara-input-group textarea::placeholder {
    font-size: 14px;
    color: #bdbdbd;
}

body .lunvara-submit {
    position: relative;
}

body .lunvara-submit input {
    background-color: var(--primaryColor);
    color: #fff;
    width: 100%;
    height: 60px;
    border: unset;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
}

.lunvara-contact-page .contact-page-wrap .contact-page-group .contact-page-col.map {}

.lunvara-contact-page .contact-page-wrap .contact-page-group .contact-page-col.map iframe {
    width: 100%;
    height: 300px;
    border-radius: 30px;
}

.lunvara-contact-page .contact-page-wrap .contact-page-group .contact-page-col.map .lunvara-button {
    background-color: rgb(61 119 153 / 10%);
    color: var(--primaryColor);
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 0;
}

.lunvara-contact-page .contact-page-wrap .contact-page-group .contact-page-col.map .lunvara-button::before {
    display: none;
}


.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 12px !important;
    display: block;
    font-weight: 400;
    text-align: left;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background: #fff3cd !important;
    font-size: 14px;
    color: #7a6e6f !important;
    width: fit-content;
    padding: 10px 20px;
    float: right;
    border-radius: 10px;
    font-weight: 600;
}

.wpcf7 form .wpcf7-response-output {
    background: #5b9361 !important;
    color: #fcf3f3 !important;
    font-size: 13px !important;
    margin: 20px 0 0;
    padding: 10px;
    border: unset;
    border-radius: 10px;
}

.wpcf7-spinner {
    position: absolute;
    width: 24px !important;
    color: #23282d !important;
    background-color: #23282d !important;
    display: inline-block !important;
    margin: 0 !important;
    top: 20px;
    right: 20px;
    z-index: 999;
}

body .skiptranslate {
    display: none;
}


body .lunvara-mobil-menu-button {
    background-color: var(--secondaryColor);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

body .lunvara-mobil-menu-button svg {
    width: 40px;
    height: 40px;
}

body .lunvara-mobil-menu-button svg path {
    stroke: #fff;
}


/* PRODUCT */

.lunvara-product-page {
    margin: 50px 0 150px;
}

.lunvara-product-page .product-wrapper {}

.lunvara-product-page .product-wrapper .product-row {
    display: flex;
}

.product-content-wrapper {
    width: 100%;
}

.product-content-wrapper .product-content {}

.product-content-wrapper .product-content .content-top {
    display: flex;
    position: relative;
    z-index: 9;
}

.product-content-wrapper .product-content .content-top .product-gallery {
    width: 50%;
    height: fit-content;
}

.product-content-wrapper .product-content .content-body {
    padding: 50px;
    position: relative;
}

.swiper.swiper-product-main {
    height: 500px !important;
}

.swiper.swiper-product-main .swiper-wrapper .swiper-slide {
    height: 100%;
}

.swiper.swiper-product-main .swiper-wrapper .swiper-slide a {
    padding: 50px;
    display: block;
    height: 100%;
}

.swiper.swiper-product-main .swiper-wrapper .swiper-slide a img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.swiper.swiper-product-thumb {
    height: fit-content !important;
    width: 50%;
}

.swiper.swiper-product-thumb .swiper-wrapper .swiper-slide {
    border: 1px solid #E6E6E6;
    justify-content: center;
    display: flex;
    padding: 20px 0;
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
}

.swiper.swiper-product-thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--primaryColor);
}

.swiper.swiper-product-thumb .swiper-wrapper .swiper-slide img {
    width: 50px;
}

.product-content-wrapper .product-content .content-top .product-features {
    width: 50%;
    padding: 50px 0 0;
    background-color: unset;
}

.product-content-wrapper .product-content .content-top .product-features .features-list{
    margin: 30px 0;
    width: 100%;
    background-color: #fff;
    padding: 25px;
}
.product-content-wrapper .product-content .content-top .product-features .features-list ul{
    gap: 0;
    padding: 0;
}
.product-content-wrapper .product-content .content-top .product-features .features-list ul li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    padding: 10px 0;
}

.product-content-wrapper .product-content .content-top .product-features .features-list ul li:not(:last-child){
    border-bottom: 1px solid #E6E6E6;
}

.product-content-wrapper .product-content .content-top .product-features .features-list ul li::before{
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(254,115,20,1)'%3E%3Cpath d='M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    display: block;
}

.product-content-wrapper .product-content .content-top .product-features .product-title{}
.product-content-wrapper .product-content .content-top .product-features .product-title h1{
    font-size: 30px;
    font-weight: 600;
}
.product-content-wrapper .product-content .content-top .product-features .breadcrumb{}
.product-content-wrapper .product-content .content-top .product-features .breadcrumb p{
    font-size: 12px;
}
.product-content-wrapper .product-content .content-top .product-features .breadcrumb a{
    letter-spacing: 0;
}

.product-content-wrapper .product-content .content-top .product-features .breadcrumb a:hover{
    background-color: unset;
    color: var(--titleColor) !important;
    font-weight: 600;
}

.product-content-wrapper .product-content .content-top .product-features .breadcrumb .separator{
}
.product-content-wrapper .product-content .content-top .product-features .breadcrumb .separator::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(139,139,139,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");}

.product-content-wrapper .product-content .content-top .product-features h2 {
    font-size: 20px;
    font-weight: 600;
}

.product-content-wrapper .product-content .content-top .product-features ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0 0;
}

.product-content-wrapper .product-content .content-top .product-features ul li {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .5px;
}

.product-content-wrapper .product-content .content-top .product-features a:not(.breadcrumb a) {
    background-color: var(--primaryColor);
    height: 50px;
    display: flex;
    width: fit-content;
    align-items: center;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 20px 0 0;
    border-radius: 10px;
}

.product-content-wrapper .product-content .content-top .product-features a:hover {
    color: #fff;
    background-color: #313131;
}



.product-features table{
    border-radius: 15px 0 0 15px;
    display: block;
}
/**/

.content-body {
    padding: 100px 50px 0;
    font-weight: 400;
    color: #1c1c1c;
    position: relative;
}

.content-body hr {
    border-width: 1px;
    border-color: #e6e6e6;
    opacity: 1;
}

.content-body img {
    width: 70%;
    margin: 20px 0;
}

.content-body table {
    background-color: #fff;
    border-collapse: separate !important;
    border: 1px solid #e6e6e6;
    border-spacing: 0;
    width: 100% !important;
    height: fit-content !important;
    border-radius: 20px;
}

.content-body table tr {
    height: auto !important;
    width: 100% !important;
    display: flex !important;
    position: relative;
}

.content-body table tr:not(:last-child)::after{
    content:"";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #e6e6e6;
}

.content-body table tr:first-child{
}
.content-body table tr:first-child td{
    font-weight: 600;
    color: var(--titleColor) !important;
    line-height: 16px;
}
.content-body table tr:first-child td *{
    font-weight: 600 !important;
    line-height: inherit !important;
}

.content-body table tr:not(:last-child) {
}

.content-body table tr td {
    border: unset;
    font-size: 13px;
    padding: 20px;
    height: auto !important;
    line-height: 1;
    width: auto !important;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    word-break: break-all;
}

.content-body table tr td *{
    font-weight: inherit !important;
}

.content-body table tr td:empty{
    display: none;
}

.content-body table tr:last-child td{
    border-bottom: unset !important;
}

.content-body table tr td span,
.content-body table tr td p {
    font-size: inherit !important;
    line-height: 1;
    letter-spacing: 0;
    color: inherit !important;
    font-weight: inherit !important;
}

.content-body table tr td:not(:last-child){
    border-right: 1px solid #e6e6e6 !important;
}

.content-body table tr th {}

.content-body table tbody {
    width: 100%;
    display: block !important;
}

.content-body table thead {
    border-bottom: 1px solid #e6e6e6;
    display: block;
}

.content-body strong {
    font-weight: 600;
}

.content-body h2 {
    color: #110517;
    font-size: 26px;
    margin: 0 0 20px;
    font-weight: 500;
}

.content-body h3 {
    color: #110517;
    font-size: 22px;
    margin: 0 0 20px;
    font-weight: 500;
}

.content-body h4 {
    color: #110517;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 600;
}

.content-body h5 {
    color: #110517;
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 600;
}

.content-body h6 {
    color: #110517;
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 600;
}

.content-body p,
.content-body li {
    color: var(--textColor) !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 28px;
}

.content-body li {
    list-style: disc;
}

.content-body ul {
    padding-left: 12px;
    margin: 20px 0;
}

.content-body p strong {}




body .pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    ga,CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    ga,CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    ga,CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    ga,CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    ga,CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    ga,CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
}

body .pagination.navigation{
    margin: 50px 0 0;
}

body .pagination .nav-links {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
}

body .pagination .page-numbers {
    background-color: #F2F2F2;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}

body .pagination .page-numbers.current {
    background-color: var(--primaryColor);
    color: #fff;
}

body .pagination .page-numbers.next {
    overflow: hidden;
    position: relative;
}

body .pagination .page-numbers.next::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    background-color: #F2F2F2;
    z-index: 9;
}

body .pagination .page-numbers.prev {
    overflow: hidden;
    position: relative;
}

body .pagination .page-numbers.prev::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    background-color: #F2F2F2;
    z-index: 9;
}



.lunvara-category.blog-page {}

.lunvara-category.blog-page .category-row {}

.lunvara-category.blog-page .category-list-wrapper {
    width: 100% !important;
}

.lunvara-category.blog-page .category-list {
    gap: 50px 0;
    grid-template-columns: 1fr 1fr 1fr !important;
}

body .lunvara-category.blog-page .category-list .blog-card {
    padding: 0 30px 30px;
    border-bottom: 1px solid #e6e6e6;
}

.lunvara-category .category-wrapper .category-row .single-content {
    width: 100%;
    padding: 0 1px;
}

.lunvara-blog.single-blog-list {
    margin: 100px 0;
}

.lunvara-blog.single-blog-list .blog-card {
    padding: 0 20px;
    display: block;
}

.lunvara-blog.single-blog-list .blog-wrapper {}

.lunvara-blog.single-blog-list .blog-wrapper .blog-row {
    flex-direction: column;
    display: flex;
    padding: 0 1px;
}

.lunvara-blog.single-blog-list .blog-wrapper .blog-row .blog-head {}

.lunvara-blog.single-blog-list .blog-wrapper .blog-row .lunvara-head {
    width: 100%;
    align-items: center;
    margin: 0 0 30px;
}

.lunvara-blog.single-blog-list .blog-wrapper .blog-row .blog-slide {
    width: 100%;
    padding: 0;
}

.lunvara-category.blog-single-page {}

.lunvara-category.blog-single-page .content-body {
    background-color: #fff;
    padding: 50px;
}


.lunvara-team-page {
    margin: 100px 0;
}

.lunvara-team-page .team-wrap {}

.lunvara-team-page .team-wrap .team-list {}

.lunvara-team-page .team-wrap .team-list .row {
    justify-content: center;
}

body .team-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    min-height: 700px;
}

body .team-card .team-card-image {
    margin: 0 0 20px;
}

body .team-card .team-card-image img {
    border-radius: 20px;
    height: 400px;
    object-fit: cover;
}

body .team-card .team-card-content {}

body .team-card .team-card-content h3 {
    font-size: 20px;
    font-weight: 500;
}

body .team-card .team-card-content p {}

body .team-card .team-card-contact {
    display: flex;
    flex-direction: column;
    margin: 20px 0 0;
    gap: 10px;
}

body .team-card .team-card-contact a {
    font-size: 14px;
    font-weight: 500;
    color: var(--primaryColor);
}

body .team-card .team-card-contact a i {
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 1px;
}

body .team-card .team-card-contact a.whatsapp {
    color: #00ae00;
}

body .team-card .team-card-contact a.whatsapp i {}

body .lunvara-page-content {}

body .lunvara-page-content .page-content-card {
    padding: 0 50px;
}

body .lunvara-page-content .page-content-card h2 {}

body .lunvara-page-content .page-content-card h3 {}

body .lunvara-page-content .page-content-card h4 {}

body .lunvara-page-content .page-content-card h5 {}

body .lunvara-page-content .page-content-card h6 {}

body .lunvara-page-content .page-content-card p {
    font-size: 16px;
    margin: 0 0 10px;
}

body .lunvara-page-content .page-content-card ul {
    padding: 0 0 0 20px;
}

body .lunvara-page-content .page-content-card ul li {
    font-weight: 400;
    list-style: disc;
    margin: 0 0 10px;
}

body .lunvara-page-content .page-content-card ol {}

body .lunvara-page-content .page-content-card ol li {}

body .lunvara-page-content .page-content-card a {}

body .lunvara-page-content .page-content-card strong {
    font-weight: 600;
}

.lunvara-product.same-product {}

.lunvara-product.same-product .product-group {
    margin: 0 1px;
}




.lunvara-category.blog-single-page {}

.lunvara-category.blog-single-page .content-body {
    background-color: #fff;
    padding: 50px;
}

body .blog-single-page .lunvara-aside .aside-menu .aside-box ul {
    display: block;
    padding: 0;
}

body .lunvara-videos{}
body .lunvara-videos .videos-card{
    padding: 0 30px;
}
body .lunvara-videos .videos-card video{}
body .lunvara-videos .videos-card .video-js{
    width: 100%;
    height: 700px;
    border-radius: 30px;
    overflow: hidden;
}

body .lunvara-videos .videos-card .vjs-poster{}
body .lunvara-videos .videos-card .vjs-poster img{
    object-fit: cover;
}