/*-----------------------------------------------------------------
 CSS TABLE OF CONTENTS
-------------------------------------------------------------------

01.Mixins
02.Variables
03.Typography
04.Buttons 
05.Gutter 
06.Container 
07.Animation 
08.Helping 
10.Preloader 
11.Title
12.Common
13.Header
14.Footer
16.Intro
17.About
18.Best Deals
19.Brand
20.Feature
21.Product-Category
22.Featured-Product
23.Offer
24.Cta
25.flash deals
26.new arrival
27.Product listing
28.product details
29.Instagram Slider
30.widget
31.blog page
32.Blog details 
33.Buttons
34.Error
35.Wishlist
36.Privacy Policy
37.terms service
38.shipping info 
39.return exchange
40.compare product
41.form 
42.order history
43.payment
44.address 
45.order confirmation 
46.checkout
47.site-map
48.contact
49.dashboard
50.profile
51.faq 
53.result
54.cart
55.toast
56.modal
57.catalog breadcrumbs

------------------------------------------------------------------*/
/* 01.Mixins */
/* 02.Variables */
/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital@1&display=swap");

:root {
    --body: #fff;
    --black: #000;
    --black1: #111;
    --white: #fff;
    --theme: #F84D42;
    --theme2: #FFE175;
    --theme3: #9FDF33;
    --theme4: #eebd0a;
    --header: #343434;
    --title: #343434;
    --title2: #595959;
    --orange: #F84D42;
    --gray1: #F6F6F6;
    --text: #525252;
    --border: #E2E2E2;
    --border-2: #F0F0F0;
    --bg: #A6EADC;
    --bg2: #EAE1A6;
    --bg3: #F1F5F8;
    --bg4: #F6F6F6;
    --bg5: #F5F5F5;
    --btn-text: #252525;
    --pra-text: #737373;
    --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    --box-shadow2: 0px 4px 25px 0px rgb(255, 252, 252);
    --success: #10b981;
}

/* 03.Typography */
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--text);
    outline: none;
}

input::placeholder {
    color: #767771;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0px;
    padding: 0;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 90px;
    font-weight: 700;
    line-height: 100px;
}

@media (max-width: 1399px) {
    h1 {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 55px;
        line-height: 70px;
    }
}

h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 70px;
    line-height: 124%;
    font-weight: 700;
}

@media (max-width: 767px) {
    h2 {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 43px;
    }
}

h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 128.571%;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 35px;
    }
}

@media (max-width: 450px) {
    h3 {
        font-size: 35px;
    }
}

h4 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 171.429%;
}

@media (max-width: 1399px) {
    h4 {
        font-size: 17px;
    }
}

h5 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 145%;
}

h2 a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 70px;
    line-height: 124%;
    font-weight: 700;
    display: inline-block;
}

@media (max-width: 767px) {
    h2 a {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    h2 a {
        font-size: 28px;
    }
}

h3 a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 122%;
    display: inline-block;
}

@media (max-width: 767px) {
    h3 a {
        font-size: 16px;
    }
}

h4 a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 122%;
    display: inline-block;
}

@media (max-width: 450px) {
    h4 a {
        font-size: 20px;
    }
}

h5 a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
}

h6 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 145%;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

span {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

span a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* 05.Gutter */
/*----------------------------------------------
    # Gutter  style here
----------------------------------------------*/
@media (min-width: 1600px) {
    .gx-40 {
        --bs-gutter-x: 40px;
    }

    .gx-30 {
        --bs-gutter-x: 30px;
    }

    .gx-60 {
        --bs-gutter-x: 60px;
    }

    .gx-64 {
        --bs-gutter-x: 64px;
    }

    .gx-47 {
        --bs-gutter-x: 47px;
    }

    .gx-80 {
        --bs-gutter-x: 80px;
    }

    .gx-120 {
        --bs-gutter-x: 120px;
    }

    .gx-134 {
        --bs-gutter-x: 134px;
    }

    .gx-140 {
        --bs-gutter-x: 140px;
    }

    .gx-165 {
        --bs-gutter-x: 165px;
    }

    .gy-30 {
        --bs-gutter-y: 30px;
    }

    .gy-60 {
        --bs-gutter-y: 60px;
    }
}

.gx-0 {
    --bs-gutter-x: 0px;
}

/* 06.Container */
/*----------------------------------------------
    # Container  style here
----------------------------------------------*/
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1300px;
    }
}

/* 07.Animation */
/*----------------------------------------------
    # All Animation style here
----------------------------------------------*/
@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

.ripple-effect {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #F3E7E0;
    border: 1px solid var(--white);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 238, 211);
    box-shadow: 0 0 0 0 rgb(255, 217, 196);
    animation: rippleOne 2s infinite;
}

.ripple-effect .playerImg {
    width: 19px;
    height: 24px;
}

/*img-animation**********************/
.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes move-directions {
    0% {
        transform: translateX(0) translateY(0);
    }

    33% {
        transform: translateX(10px);
    }

    66% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(10px);
    }
}

@keyframes zoom-in-out {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}

.cir36 {
    animation: cir36 20s linear infinite;
    -webkit-animation: cir36 20s linear infinite;
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }

    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes rotated2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }

    100% {
        width: var(--progress-width);
    }
}

.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation,
.play-btn:after,
.play-btn:before {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

    100% {
        transform: scale(2.8);
        opacity: 0;
    }
}

.wave-anim {
    width: 105px;
    height: 69px;
    background-repeat: repeat;
    background-size: auto;
    animation: wave 70s linear infinite;
}

@keyframes wave {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top left -2000px;
    }
}

.fancy-animation {
    animation: morph 8s ease-in-out infinite;
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    }
}

.movingX {
    animation: movingX 8s linear infinite;
}

@keyframes movingX {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0);
    }
}

.movingCar {
    animation: movingCar 25s linear infinite;
}

@keyframes movingCar {
    0% {
        transform: translateX(0) rotateY(0deg);
    }

    50% {
        transform: translateX(calc(-100vw + 108%));
    }

    51% {
        transform: translateX(calc(-100vw + 108%)) rotateY(180deg);
    }

    100% {
        transform: translateX(0) rotateY(180deg);
    }
}

.moving {
    animation: moving 8s linear infinite;
}

@keyframes moving {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0);
    }
}

.moving2 {
    animation: moving2 8s linear infinite;
}

@keyframes moving2 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

.moving3 {
    animation: moving3 8s linear infinite;
}

@keyframes moving3 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.jump {
    animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0);
    }
}

.spin {
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-color-ani,
.color-animate {
    animation: bgColor 6s linear infinite;
}

@keyframes bgColor {
    0% {
        background-color: #F2BA4C;
    }

    25% {
        background-color: #81F24C;
    }

    50% {
        background-color: #41F27D;
    }

    75% {
        background-color: #0500FF;
    }

    100% {
        background-color: #F2BA4C;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1.3s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
    --animation-name: fadein;
}

.swiper-slide-active .scalein {
    --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
    --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
    --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
    --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
    --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
    --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
    --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
    --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
    --animation-name: rollinright;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes scalein {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(180px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slidebottomright {
    0% {
        opacity: 0;
        transform: translateX(120px) translateY(120px);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}

@keyframes slidetopleft {
    0% {
        opacity: 0;
        transform: translateX(-100px) translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}

.spin2 {
    animation: spin2 10s linear infinite;
}

@keyframes spin2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes icon-anim {
    0% {
        top: 26px;
        right: 90px;
    }

    25% {
        top: 86px;
        right: 110px;
    }

    100% {
        top: 26px;
        right: 90px;
    }
}

.img-shine {
    position: relative;
}

.img-shine::before {
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 22;
}

.img-shine:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear;
}

.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.splt-txt .whitespace {
    width: 8px;
}

.splt-txt.animated .char {
    -webkit-animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* 08.Helping */
/*----------------------------------------------
    # Helping  style here
----------------------------------------------*/
::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--orange);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--orange);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.fix {
    overflow: hidden;
}

.ralt {
    position: relative;
}

.ripple {
    position: relative;
}

.ripple::before, .ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.5);
    -webkit-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.ripple::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.swiper-dot .swiper-pagination-bullet,
.swiper-dot-2 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    transition: 0.6s;
    background-color: var(--header);
    opacity: 1;
    border-radius: 10px;
    position: relative;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child),
.swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
    margin-right: 20px;
}

.swiper-dot .swiper-pagination-bullet::before,
.swiper-dot-2 .swiper-pagination-bullet::before {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: -7px;
    left: -7px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--theme);
    content: "";
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    transition: 0.6s;
    position: relative;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border: 1px solid var(--header);
}

.arry-button {
    gap: 50px;
    align-items: center;
    position: relative;
}

.arry-button .arry-next {
    transition: all 0.4s ease-in-out;
}

.arry-button .arry-prev {
    transition: all 0.4s ease-in-out;
    margin-right: 60px;
}

.mega-hover {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.mega-hover:after, .mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: -1;
}

.mega-hover:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.mega-hover:after {
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: rgba(245, 255, 255, 0.3);
}

.mega-hover:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
}

.mega-hover:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    transition: all 900ms linear;
}

@media (max-width: 767px) {
    br {
        display: none;
    }
}

/* background */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.bg-cover-2 {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    width: 100%;
    height: 100%;
}

.page-nav-wrap ul li {
    display: inline-block;
    text-align: center;
}

.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
    border: 1px solid #E3E3E3;
    color: var(--header);
}

.page-nav-wrap ul li .page-numbers.current {
    background-color: var(--theme);
    color: var(--white);
}

@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers.icon {
    border: none;
    background-color: transparent;
    color: var(--theme);
}

.page-nav-wrap ul li .page-numbers.icon:hover {
    border: none;
    background-color: transparent;
    color: var(--theme);
}

.page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid transparent;
}

.box-shadow {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pt-110 {
    padding-top: 110px;
}

@media (max-width: 991px) {
    .pt-110 {
        padding-top: 80px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pb-110 {
    padding-bottom: 110px;
}

@media (max-width: 991px) {
    .pb-110 {
        padding-bottom: 80px;
    }
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.margin-top-10 {
    margin-top: -10px;
}

.margin-top-5 {
    margin-top: -5px;
}

.margin-top-60 {
    margin-top: -65px;
}

@media (max-width: 1399px) {
    .margin-top-60 {
        margin-top: -25px;
    }
}

@media (max-width: 1199px) {
    .margin-top-60 {
        margin-top: -27px;
    }
}

@media (max-width: 991px) {
    .margin-top-60 {
        margin-top: -75px;
    }
}

@media (max-width: 767px) {
    .margin-top-60 {
        margin-top: -65px;
    }
}

.margin-top-8 {
    margin-top: -10px;
}

.mt-n30 {
    margin-top: -30px !important;
}

.mt-n50 {
    margin-top: -50px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mr-7 {
    margin-right: 7px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mr-44 {
    margin-right: 44px;
}

.mb-40 {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .mb-40 {
        margin-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .mb-40 {
        margin-bottom: 25px;
    }
}

.ml-50 {
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .ml-50 {
        margin-left: 0;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mt-60 {
    margin-top: 55px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-45 {
    margin-top: -45px;
}

.mxw-615 {
    max-width: 615px;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.bg-theme {
    background-color: var(--theme);
}

.bg-theme2 {
    background-color: var(--theme2);
}

.bg-orange {
    background-color: var(--orange) !important;
}

.bg-intro-color {
    background-color: var(--border-2) !important;
}

.bg-color {
    background-color: var(--bg) !important;
}

.bg-color2 {
    background-color: var(--bg2) !important;
}

.footer-section {
    margin-top: 50px;
}

.footer-bg-1 {
    background-color: var(--bg3) !important;
}

.footer-bg-2 {
    background-color: var(--bg5) !important;
}

.bg-title {
    background-color: var(--title) !important;
}

.gray-color-1 {
    background-color: var(--gray1) !important;
}

.bg-transparent {
    background-color: transparent;
}

.text-dark2 {
    color: #838387 !important;
}

.white {
    color: var(--border-2) !important;
}

.text-bg-color2 {
    color: var(--bg2) !important;
}

.text-theme-color {
    color: var(--theme) !important;
}

.text-theme-color2 {
    color: var(--theme2) !important;
}

.text-orange-color {
    color: var(--orange) !important;
}

.text-max-15ch {
    max-width: 15ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-max-22ch {
    max-width: 22ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-max-30ch {
    max-width: 30ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 10.Preloader */
/*----------------------------------------------
    # Preloader style here
----------------------------------------------*/
.preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .animation-preloader {
    z-index: 1000;
}

.preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--theme);
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}

.preloader .animation-preloader .txt-loading {
    font: bold 5em "Plus Jakarta Sans", sans-serif, "Plus Jakarta Sans", sans-serif;
    text-align: center;
    user-select: none;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 2.5em;
    }
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--theme);
    position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
    animation: letters-loading 4s infinite;
    color: var(--header);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    position: absolute;
    top: -3px;
    transform: rotateY(-90deg);
}

.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--theme);
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.preloader .loader .row {
    height: 100%;
}

.preloader .loader .loader-section {
    padding: 0px;
}

.preloader .loader .loader-section .bg {
    background-color: var(--bg);
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
    width: 0;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
}

.back-to-top {
    border-radius: 12px;
    background-color: var(--theme);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--white);
    font-size: 18px;
    position: fixed;
    display: inline-block;
    z-index: 99;
    right: 30px;
    bottom: 30px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.back-to-top:hover {
    background-color: var(--header);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.product-listing-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}

.product-listing-preloader.slightly-trasparent {
    background: rgba(255, 255, 255, 0.9);
}

.product-listing-preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.product-listing-preloader .animation-preloader {
    text-align: center;
    margin-top: 5rem;
}

.product-listing-preloader.topmost .animation-preloader {
    margin-top: 0;
}


.product-listing-preloader .animation-preloader.mt-12rem {
    margin-top: 12rem;
}

.product-listing-preloader .spinner {
    width: 60px;
    height: 60px;
    border: 3px solid rgba(248, 77, 66, 0.3);
    border-top: 3px solid var(--theme);
    border-radius: 50%;
    animation: spinner 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.product-listing-preloader .txt-loading {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--theme);
    margin-bottom: 10px;
}

/* Section Preloader */
.section-preloader {
    position: relative;
    min-height: 200px;
}

.section-preloader::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.section-preloader.loading::before {
    opacity: 1;
    visibility: visible;
}

.section-preloader.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid rgba(248, 77, 66, 0.3);
    border-top: 3px solid var(--theme);
    border-radius: 50%;
    animation: spinner 1s linear infinite;
    z-index: 101;
}

/* 11.Title */
/*----------------------------------------------
    # Title style here
----------------------------------------------*/
.section-title {
    position: relative;
    z-index: 9;
    margin-bottom: 40px;
    margin-top: -7px;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 10px;
    }
}

.section-title h2 {
    color: var(--title);
    font-family: "Plus Jakarta Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.4px;
}

@media (max-width: 500px) {
    .section-title h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

.section-title p {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 30px;
    }
}

/* 12.Common */
/*----------------------------------------------
    # All Common style here
----------------------------------------------*/
.active-text {
    color: var(--theme);
}

.countdown-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
}

@media (max-width: 500px) {
    .countdown-wrapper {
        flex-wrap: wrap;
        white-space: wrap;
    }
}

.countdown-wrapper .counter-main-block {
    display: flex;
    align-items: center;
    border: 1px solid var(--theme);
    padding: 8px 15px;
    border-radius: 5px;
    max-width: 220px;
    width: 100%;
}

.countdown-wrapper .counter-main-block h2 {
    color: var(--title);
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 24px !important;
    text-transform: capitalize !important;
}

@media (max-width: 575px) {
    .countdown-wrapper .counter-main-block h2 {
        font-size: 14px;
    }
}

.countdown-wrapper .counter-main-block .our-clock {
    display: flex;
    align-items: center;
    padding-left: 12px;
}

.countdown-wrapper .counter-main-block .our-clock .clock-item h2 {
    color: var(--theme);
    padding-right: 4px;
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--orange);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background-color: var(--orange);
    opacity: 0.3;
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--orange);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    -o-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

.section-padding {
    padding: 30px 0;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 40px 0;
    }
}

.section-padding-1 {
    padding: 50px 0;
}

@media (max-width: 1199px) {
    .section-padding-1 {
        padding: 40px 0;
    }
}

@media (max-width: 991px) {
    .section-padding-1 {
        padding: 30px 0;
    }
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.mask-content {
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: center center;
    -webkit-mask-position: center center;
    width: 100%;
}

.disabled {
    pointer-events: none;
    opacity: 0.7;
}

.min-h-20rem {
    min-height: 20rem;
}

.two-rows-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.three-rows-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 13.Header */
.header-top-area {
    background: var(--theme);
}

.header-top-area .header-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

@media (max-width: 767px) {
    .header-top-area .header-top-wrapper {
        display: none;
    }
}

.header-top-area .header-top-wrapper .content ul {
    display: flex;
    gap: 69px;
    align-items: center;
}

@media (max-width: 991px) {
    .header-top-area .header-top-wrapper .content ul {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.header-top-area .header-top-wrapper .content ul li {
    color: #737373;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

@media (max-width: 991px) {
    .header-top-area .header-top-wrapper .content ul li {
        font-size: 12px;
    }
}

.header-top-area .header-top-wrapper .content ul li a {
    color: var(--title) !important;
}

.header-top-area .header-top-wrapper .content ul li i {
    color: var(--title);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

@media (max-width: 991px) {
    .header-top-area .header-top-wrapper .content ul li i {
        font-size: 12px;
    }
}

.header-top-area .header-top-wrapper .social-content ul {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-top-area .header-top-wrapper .social-content ul li a {
    color: var(--title);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Header Default */
.et-header {
    position: relative;
    z-index: 41;
}

.et-header .icon-btn {
    border-radius: 99px;
}

.et-header .menu-area {
    position: relative;
    z-index: 99999;
    padding: 0px 15px 0px 30px;
    border-radius: 20px;
    background: var(--white);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.et-header .menu-area .hidden-logo {
    position: absolute;
    left: -200px;
    top: 20px;
    display: none;
    transition: 0.3s all ease-in-out;
}

.et-header .menu-area .hidden-logo img {
    max-width: 120px;
}

@media (max-width: 1199px) {
    .et-header .menu-area .hidden-logo {
        display: block;
        right: 60px;
        left: auto;
        top: 25px;
    }
}

@media (max-width: 425px) {
    .et-header .menu-area .hidden-logo {
        right: 10px;
        top: 20px;
    }

    .et-header .menu-area .hidden-logo img {
        max-width: 90px;
    }
}

.et-header.style2 {
    background-color: var(--bg4);
}

.et-header.style2 .menu-area {
    background-color: transparent;
}

.et-header.style3 {
    position: static;
}

.et-header.style3 .menu-area {
    padding-left: 0;
    border-top: 1px solid var(--border-2);
}

.et-header.style3 .menu-area .header-button {
    gap: 0;
}

.sticky-wrapper {
    transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    animation: stickyAni 0.4s ease-in-out;
    z-index: 999;
}

.sticky-wrapper.sticky .hidden-logo {
    display: block;
}

@media (max-width: 1700px) {
    .sticky-wrapper.sticky .hidden-logo {
        left: -150px;
    }
}

@media (max-width: 1700px) {
    .sticky-wrapper.sticky .hidden-logo {
        left: -150px;
    }
}

@media (max-width: 1600px) {
    .sticky-wrapper.sticky .hidden-logo {
        display: none;
    }
}

@media (max-width: 1199px) {
    .sticky-wrapper.sticky .hidden-logo {
        display: block;
        right: 30px;
        left: auto;
        top: 25px;
    }
}

.main-menu a {
    display: block;
    position: relative;
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.main-menu a:hover, .main-menu a.active {
    color: var(--theme);
}

.main-menu > ul > li {
    margin: 0 15px;
}

.main-menu > ul > li > a {
    padding: 30px 0;
}

.main-menu > ul > li > a:hover {
    color: var(--theme);
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main-menu ul li.menu-item-has-children > a {
    position: relative;
}

.main-menu ul li.menu-item-has-children > a:after {
    content: "\f107";
    /* Unicode for Font Awesome angle-down icon */
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    /* Correct Font Awesome family */
    font-weight: 900;
    /* Adjust font-weight to match Font Awesome's bold icons */
    margin-left: 4px;
    top: 0;
    font-size: 0.9em;
    color: var(--title);
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    position: relative;
}

.main-menu ul li.menu-item-has-children > a:hover:after {
    content: "\f106";
    /* Unicode for Font Awesome angle-up icon */
    transform: rotate(180deg);
    /* Optional: Rotate for animation */
    color: var(--theme);
}

.main-menu ul li.menu-item-has-children > a.active:after {
    color: var(--theme);
}

.main-menu ul li:last-child {
    margin-right: 0 !important;
}

.main-menu ul li:first-child {
    margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9;
}

.main-menu ul .sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white);
    visibility: hidden;
    min-width: 230px;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    z-index: -1;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 10px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.4s ease 0s;
    padding: 19px 11px 17px 11px;
    left: -27px;
}

.main-menu ul .sub-menu a {
    font-size: 16px;
    line-height: 30px;
    color: var(--title);
}

.main-menu ul .sub-menu li {
    display: block;
    margin: 0 0;
    padding: 0px 9px;
}

.main-menu ul .sub-menu li:not(:last-child) {
    margin-bottom: 5px;
}

.main-menu ul .sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    top: 1px;
    display: inline-block;
    color: var(--title);
}

.main-menu ul .sub-menu li.menu-item-has-children > a :hover:after {
    content: "\f105";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.main-menu ul .sub-menu li a {
    position: relative;
    text-transform: capitalize;
}

.main-menu ul .sub-menu li a:before {
    content: "\f83e";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: 7px;
    left: 0px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: var(--theme);
    font-weight: 400;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.main-menu ul .sub-menu li a.active {
    color: var(--theme);
}

.main-menu ul .sub-menu li a:hover {
    color: var(--theme);
    padding-left: 27px;
}

.main-menu ul .sub-menu li a:hover:before {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.main-menu ul .sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 8px;
}

.main-menu ul .sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}

@media (max-width: 1899px) {
    .main-menu > ul > li {
        margin: 0 15px;
    }
}

@media (max-width: 1399px) {
    .main-menu > ul > li {
        margin: 0 10px;
    }
}

.simple-icon {
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 24px;
    position: relative;
}

.simple-icon:has(.badge) {
    padding-right: 8px;
}

.simple-icon .badge {
    top: -8px;
    right: 0;
    font-size: 12px;
}

.header-button {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-button .btn-wrapper {
    height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 30px 27px;
}

.header-button .btn-wrapper .gt-btn-icon-3 span {
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: block;
}

.header-button .info-text p {
    color: var(--theme);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 1px;
}

.header-button .info-text h4 {
    color: var(--theme);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    margin-bottom: 1px;
}

.header-button .icon-btn .badge {
    font-size: 12px;
    top: 0;
    right: 0;
}

.header-button .icon-btn:hover .badge {
    background-color: var(--title);
    color: var(--white);
}

@media (max-width: 1199px) {
    .header-button {
        padding: 22px 0;
    }

    .header-button.style2 {
        padding: 22px 0;
    }
}

@media (max-width: 425px) {
    .header-button {
        gap: 5px;
        padding: 10px 0;
    }

    .header-button.style2 {
        gap: 5px;
        padding: 10px 0;
    }
}

.sidebar-btn .line {
    display: block;
    height: 2px;
    width: 10px;
    background: var(--title);
    margin: auto;
    transition: 0.4s;
}

.sidebar-btn .line:not(:last-child) {
    margin-bottom: 9px;
}

.sidebar-btn .line:nth-child(2) {
    width: 20px;
}

.sidebar-btn:hover .line:nth-child(2) {
    width: 32px;
}

.sidebar-btn.style2 .line {
    margin-right: 0;
}

.sidebar-btn.style2 .line:first-child {
    width: 20px;
}

.sidebar-btn.style2 .line:nth-child(2) {
    width: 27px;
}

.sidebar-btn.style2:hover .line:first-child {
    width: 32px;
}

.sidebar-btn.style2:hover .line:nth-child(2) {
    width: 32px;
}

.sidebar-btn2 .line {
    display: block;
    height: 2px;
    width: 32px;
    background: var(--white);
    margin: auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.sidebar-btn2 .line:not(:last-child) {
    margin-bottom: 9px;
}

.sidebar-btn2 .line:nth-child(2) {
    width: 20px;
}

.sidebar-btn2:hover .line:nth-child(2) {
    width: 32px;
}

.social-links .social-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
    color: var(--text);
}

.social-links a {
    font-size: 16px;
    display: inline-block;
    color: var(--text);
    margin: 0 15px 0 0;
}

.social-links a:last-child {
    margin-right: 0 !important;
}

.social-links a:hover {
    color: var(--theme);
}

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-links li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.header-links li:not(:last-child) {
    margin: 0 55px 0 0;
}

.header-links li:not(:last-child):after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: #363739;
    position: absolute;
    top: 0px;
    right: -30px;
    margin-top: 3px;
}

.header-links li > i {
    margin-right: 11px;
    color: var(--theme);
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
    color: var(--text);
}

.header-links a:hover {
    color: var(--theme);
}

.header-links b,
.header-links strong {
    font-weight: 600;
    margin-right: 6px;
}

.header-links .social-links a {
    font-size: 14px;
}

.header-links .header-notice {
    margin: 0;
}

.dropdown-link {
    position: relative;
}

.dropdown-link > a {
    color: var(--text);
}

.dropdown-link > ai {
    color: var(--theme);
    margin-right: 5px;
}

.dropdown-toggle {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.dropdown-toggle > div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.dropdown-toggle::after {
    margin-left: auto !important;
    margin-top: 0 !important;
}

.dropdown-toggle:after {
    content: "\f078";
    border: none;
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", FontAwesome, serif;
    vertical-align: middle;
    font-weight: 400;
    margin-left: 5px !important;
}

.dropdown-menu {
    margin-top: 10px !important;
    min-width: 180px !important;
    padding: 8px 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid var(--border-2) !important;
}

.dropdown-menu-end {
    right: 0 !important;
    left: auto !important;
}

.dropdown-item {
    display: flex !important;
    align-items: center !important;
    padding: 8px 20px !important;
    font-size: 14px !important;
    color: var(--title) !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.dropdown-item:hover {
    background-color: var(--bg4) !important;
    color: var(--theme) !important;
}

.dropdown-item i {
    width: 16px !important;
    margin-right: 12px !important;
    font-size: 14px !important;
    text-align: center !important;
}

.dropdown-item span,
.dropdown-item .text {
    vertical-align: middle !important;
    line-height: 1.4 !important;
}

.dropdown-menu li {
    padding-right: 0;
    margin-right: 0;
}

.dropdown-menu li:after {
    display: none;
}

.dropdown-menu li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.dropdown-menu a {
    color: var(--title) !important;
}

.dropdown-menu a:hover {
    color: var(--theme) !important;
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    background-color: var(--white);
    z-index: -1;
    transform: rotate(45deg);
    border-top: 1px solid var(--th-border-color);
    border-left: 1px solid var(--th-border-color);
}

.dropdown-divider {
    margin: 8px 0 !important;
    border-color: var(--border-2) !important;
}

@media (max-width: 1199px) {
    .menu-expand {
        font-size: 15px;
    }
}

.menu-expand {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--theme-color2);
    padding: 17px 25px;
    width: 100%;
}

.menu-expand i {
    margin-right: 15px;
}

.menu-expand:hover {
    color: var(--white);
}

/* Header 1 ---------------------------------- */
.header-layout1 {
    position: absolute;
    margin-top: 20px;
    width: 100%;
    z-index: 999;
}

@media (max-width: 1199px) {
    .header-layout1 {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
}

.header-layout1 .sticky-wrapper.sticky {
    background: var(--white);
}

.header-layout1 .sticky-wrapper.sticky .menu-area {
    box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.header-layout1 .menu-area {
    border-radius: 5px;
    background: var(--white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

.header-layout1 .menu-area .header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-layout1 .menu-area .header-logo a img {
    position: relative;
    z-index: 3;
}

@media (max-width: 1199px) {
    .header-layout1 .menu-area .header-logo {
        padding-top: 16.5px;
        padding-bottom: 16.5px;
    }
}

.header-layout1 .main-menu > ul > li > a:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    background: var(--theme);
    width: 0%;
    margin-top: 30px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: 5;
}

.header-layout1 .main-menu > ul > li > a:hover:before {
    width: 100%;
}

.header-layout1 .simple-icon {
    padding: 10px;
    width: 56px;
    height: 56px;
    line-height: 36px;
    margin-left: 5px;
    text-align: center;
    background-color: var(--theme);
    color: var(--theme);
    border: 1px solid var(--theme);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 1899px) {
    .header-layout1 .simple-icon.searchBoxToggler {
        display: none;
    }
}

.header-layout1 .icon-btn.style1 {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid var(--theme);
    background-color: transparent;
    color: var(--theme);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header-layout1 .icon-btn.style1:hover {
    border: 1px solid var(--title);
}

@media (max-width: 1899px) {
    .header-layout1 .icon-btn {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .header-layout1 .simple-icon {
        margin-left: 0;
    }

    .header-layout1 .main-menu {
        margin-left: 0;
    }
}

/* Header 2 ---------------------------------- */
.header-layout2 {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 150;
    background-color: transparent;
}

@media (max-width: 1199px) {
    .header-layout2 {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
}

.header-layout2 .sticky-wrapper.sticky {
    background: var(--white);
}

.header-layout2 .menu-area {
    background: var(--white);
    padding: 0;
    border-radius: 5px;
    padding-left: 26px;
}

@media (max-width: 425px) {
    .header-layout2 .menu-area {
        padding-left: 5px;
    }
}

.header-layout2 .menu-area .header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-layout2 .menu-area .header-logo a img {
    position: relative;
    z-index: 3;
}

@media (max-width: 1199px) {
    .header-layout2 .menu-area .header-logo {
        padding-top: 16.5px;
        padding-bottom: 16.5px;
    }
}

.header-layout2 .main-menu > ul > li > a:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    background: var(--theme);
    width: 0%;
    margin-top: 30px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: 5;
}

.header-layout2 .main-menu > ul > li > a:hover:before {
    width: 100%;
}

.header-layout2 .simple-icon {
    padding: 10px;
    width: 56px;
    height: 56px;
    line-height: 36px;
    margin-left: 5px;
    text-align: center;
    background-color: var(--theme);
    color: var(--theme);
    border: 1px solid var(--theme);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header-layout2 .simple-icon.sidebar-btn .line {
    background: var(--white);
}

@media (max-width: 1899px) {
    .header-layout2 .simple-icon.searchBoxToggler {
        display: none;
    }
}

.header-layout2 .icon-btn.style1 {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid var(--theme);
    background-color: transparent;
    color: var(--theme);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header-layout2 .icon-btn.style1:hover {
    border: 1px solid var(--title);
}

@media (max-width: 1899px) {
    .header-layout2 .icon-btn {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .header-layout2 .simple-icon {
        margin-left: 0;
    }

    .header-layout2 .main-menu {
        margin-left: 0;
    }
}

/* Header 3 ---------------------------------- */
.header-layout3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    background-color: transparent;
}

@media (max-width: 1199px) {
    .header-layout3 {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
}

.header-layout3 .sticky-wrapper.sticky {
    background: var(--white);
}

.header-layout3 .sticky-wrapper.sticky .menu-area {
    border-bottom: 0px solid #01534D;
}

.header-layout3 .menu-area {
    background: transparent;
    padding: 0;
    border-bottom: 1px solid #01534D;
}

.header-layout3 .menu-area .header-button .btn-wrapper {
    height: 65px;
}

.header-layout3 .menu-area .main-menu > ul > li > a {
    padding: 27px 0;
}

.header-layout3 .menu-area .main-menu a:hover,
.header-layout3 .menu-area .main-menu a.active {
    color: var(--title) !important;
}

.header-layout3 .menu-area .main-menu ul li.menu-item-has-children > a.active:after {
    color: var(--title) !important;
}

.header-layout3 .menu-area .main-menu ul li.menu-item-has-children > a:after {
    color: var(--title) !important;
}

.header-layout3 .menu-area .main-menu ul .sub-menu li a.active {
    color: var(--theme) !important;
}

.logo img {
    max-width: 150px;
}

.et-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

.et-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
}

.et-menu-wrapper .mobile-logo img {
    max-width: 250px;
}

.et-menu-wrapper .et-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 36px;
    font-size: 18px;
    z-index: 1;
    color: var(--white);
    background-color: var(--theme);
    border-radius: 50%;
}

.et-menu-wrapper .et-menu-toggle:hover {
    background-color: var(--title);
    color: var(--white);
}

.et-menu-wrapper .et-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
}

.et-menu-wrapper.et-body-visible {
    opacity: 1;
    visibility: visible;
}

.et-menu-wrapper.et-body-visible .et-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.et-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
    /***scroll-bar***/
}

.et-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}

.et-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}

.et-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1;
}

.et-mobile-menu ul li.menu-item-has-children {
    position: relative;
}

.et-mobile-menu ul li.menu-item-has-children:before {
    opacity: 1;
    visibility: visible;
    position: absolute;
    content: "+";
    font-family: var(--icon-font);
    position: absolute;
    right: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
    color: var(--title);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.et-mobile-menu ul li.menu-item-has-children.et-active:before {
    opacity: 0;
    visibility: hidden;
}

.et-mobile-menu ul li.menu-item-has-children.et-active:after {
    opacity: 1;
    visibility: visible;
}

.et-mobile-menu ul li.menu-item-has-children:after {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
    color: var(--title);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.et-mobile-menu ul li.menu-item-has-children a {
    padding-right: 18px;
}

.et-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--title);
}

.et-mobile-menu ul li.et-active > a {
    color: var(--theme);
}

.et-mobile-menu ul li.et-active > a:before {
    transform: rotate(90deg);
}

.et-mobile-menu ul li ul li {
    padding-left: 20px;
}

.et-mobile-menu ul li ul li:last-child {
    border-bottom: none;
}

.et-mobile-menu ul .et-item-has-children > a .et-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--gray1);
    color: var(--title);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
    border-radius: 50%;
}

.et-mobile-menu ul .et-item-has-children > a .et-mean-expand:before {
    content: "\f067";
}

.et-mobile-menu ul .et-item-has-children > a:after {
    content: "\f067";
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: var(--gray1);
    float: right;
    margin-top: 1px;
}

.et-mobile-menu ul .et-item-has-children.et-active > a .et-mean-expand:before {
    content: "\f068";
}

.et-mobile-menu ul .et-item-has-children.et-active > a:after {
    content: "\f068";
}

.et-mobile-menu > ul {
    padding: 0 40px;
}

.et-mobile-menu > ul > li:last-child {
    border-bottom: none;
}

.et-mobile-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.et-mobile-menu::-webkit-scrollbar-track {
    background: rgba(252, 0, 18, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.et-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--theme);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

.header-button.d-flex.d-xl-none {
    align-items: center;
}

.et-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 20px;
    line-height: 52px;
    border: none;
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    border-radius: 0px;
}

.et-menu-toggle:hover {
    background-color: var(--white);
}

.et-menu-toggle.style-text, .et-menu-toggle.style-text-white {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--title);
    font-size: 20px;
}

.et-menu-toggle.style-text i, .et-menu-toggle.style-text-white i {
    margin-right: 10px;
}

.et-menu-toggle.style-text-white {
    color: var(--white);
}

@media (max-width: 1199px) {
    .et-menu-toggle {
        background-color: var(--white);
    }
}

@media (max-width: 400px) {
    .et-menu-wrapper .et-menu-area {
        width: 100%;
        max-width: 270px;
    }

    .et-mobile-menu > ul {
        padding: 0 20px;
    }
}

/*----------------------------------------------
    # Sidemenu style here
----------------------------------------------*/
.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white);
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme);
    border-color: var(--theme);
    transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white);
    width: 450px;
    margin-right: auto;
    padding: 80px 30px;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    left: -1800px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 40px;
}

.sidemenu-wrapper .newsletter-form .as-btn:hover {
    background: var(--theme);
}

.sidemenu-wrapper .newsletter-form .as-btn:hover:before, .sidemenu-wrapper .newsletter-form .as-btn:hover::after {
    display: none;
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.sidemenu-wrapper .et-social a {
    box-shadow: none;
}

.sidemenu-wrapper .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
    color: var(--theme);
    border-color: var(--theme);
    transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
    background-color: var(--white);
    width: 450px;
    margin-right: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
    -webkit-transition: right ease 1s;
    -moz-transition: right ease 1s;
    -ms-transition: right ease 1s;
    -o-transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

.sidemenu-wrapper .widget {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 40px;
}

.sidemenu-wrapper .recent-post .post-title {
    color: var(--title);
}

.sidemenu-wrapper .widget_title {
    color: var(--title);
}

.sidemenu-wrapper .newsletter-widget .newsletter-form {
    max-width: none;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group {
    position: relative;
    overflow: hidden;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 80px;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group input {
    height: 56px;
    padding: 0 20px;
    border: 1px solid var(--border-2);
    color: var(--text);
    background-color: transparent;
    font-size: 16px;
    width: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: 0.4s ease-in-out;
    border-radius: 0px;
}

.sidemenu-wrapper .et-widget-contact .info-box_text .icon img {
    filter: none;
}

.sidemenu-wrapper.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
    left: 0;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 575px) {
    .sidemenu-wrapper {
        background: transparent;
    }

    .sidemenu-wrapper .sidemenu-content {
        width: 100%;
    }

    .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .et-btn {
        margin-bottom: 10px;
    }
}

.info-box {
    display: flex;
    margin-bottom: 11px;
}

.info-box:last-child {
    margin-bottom: 0;
}

.info-box_icon {
    font-size: 16px;
    background-color: transparent;
    color: var(--theme);
    text-align: center;
    margin-right: 10px;
}

.info-box_text {
    display: flex;
    color: var(--text);
    margin-top: -0.45em;
    margin-bottom: -0.45em;
    align-items: center;
}

.info-box_text .details p {
    color: var(--title);
}

.info-box_text .details p a {
    color: var(--title);
}

.info-box_link {
    display: inline-block;
    color: var(--text);
}

.info-box_link:hover {
    color: var(--theme);
}

.et-widget-about {
    max-width: 354px;
    margin-bottom: -0.5em;
}

.et-widget-about .about-logo {
    margin-bottom: 35px;
}

.et-widget-about .text {
    margin-bottom: 30px;
    margin-top: -0.5em;
    color: var(--title);
}

.et-widget-contact {
    max-width: 260px;
    margin-bottom: -0.4em;
}

.et-widget-contact .info-box_text {
    line-height: 1.75em;
    margin-top: 0;
    display: flex;
    gap: 16px;
}

.et-widget-contact .info-box_text:not(:last-child) {
    margin-bottom: 18px;
}

.et-widget-contact .info-box_text .icon {
    color: var(--title);
    flex: none;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid var(--title);
    border-radius: 50%;
    text-align: center;
}

.et-widget-contact .info-box_text .icon img {
    filter: contrast(0) brightness(2) opacity(0.7);
}

.et-widget-contact .info-box_text .details {
    margin-top: -0.3em;
}

.et-widget-contact .info-box_text .details p {
    margin-bottom: 0;
}

.et-widget-contact .info-box_text .details a {
    color: var(--title);
}

.et-widget-contact .info-box_text a {
    color: inherit;
}

.et-widget-contact .info-box_text a:hover {
    color: var(--theme);
}

.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
}

.breadcrumb-wrapper:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--gray1);
    z-index: 1;
}

.breadcrumb-wrapper .shape1 {
    position: absolute;
    left: 0;
    top: 0;
}

.breadcrumb-wrapper .shape2 {
    position: absolute;
    right: 0;
    top: 0;
}

.breadcrumb-wrapper .shape3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.breadcrumb-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg3);
    opacity: 0.9;
}

.breadcrumb-wrapper.style::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg4);
    opacity: 0.9;
}

.breadcrumb-wrapper .page-heading {
    position: relative;
    padding: 210px 0 0 0;
    text-align: center;
    z-index: 9;
}

@media (max-width: 1024px) {
    .breadcrumb-wrapper .page-heading {
        padding: 120px 0 0 0;
    }
}

.breadcrumb-wrapper .page-heading h1 {
    color: var(--title);
    font-size: 65px;
    position: relative;
    z-index: 9;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 52px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 42px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 12px;
    justify-content: center;
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items {
        margin-top: 15px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: var(--white);
    text-transform: capitalize;
    color: var(--title);
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    color: var(--title);
    transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
    color: var(--theme);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
    color: var(--title);
}

.breadcrumb-wrapper .border-shape {
    position: absolute;
    top: 20px;
    left: 0;
}

.breadcrumb-wrapper .line-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.breadcrumb-wrapper .line-shape img {
    width: 100%;
    height: 100%;
}

.topbar-area {
    background-color: transparent;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

@media (max-width: 1199px) {
    .topbar-area {
        display: none;
    }
}

.topbar-area.style2 {
    padding-top: 30px;
    position: static;
    background-color: var(--bg4);
}

.topbar-area.style2 .topbar-search-wrapper {
    margin: 0 auto;
}

.topbar-area.style2 .topbar-search-wrapper select {
    max-width: 150px;
    height: 50px;
    background-color: var(--bg4);
}

.topbar-area.style2 .topbar-search-wrapper .search-icon {
    background-color: var(--theme2);
    height: 49px;
}

.topbar-area.style2 .topbar-search-wrapper .search-icon i {
    color: var(--black1);
}

.topbar-area.style3 {
    position: static;
    padding: 30px 0;
}

.topbar-list {
    padding: 0;
    margin-bottom: 0;
}

.topbar-list li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    color: var(--navber-color);
    margin-right: 25px;
    font-size: 14px;
}

.topbar-list li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -15px;
    width: 1px;
    height: 15px;
    background-color: rgba(219, 219, 219, 0.4705882353);
}

.topbar-list-right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.topbar-list-right li {
    position: relative;
    display: inline-flex;
    margin-right: 20px;
}

.topbar-list-right li a {
    font-size: 14px;
    color: var(--title2);
    text-align: center;
    line-height: 18px;
}

.topbar-list-right li i {
    font-size: 22px;
}

.wishlist-counter,
.cart-counter {
    border-radius: 50%;
    background-color: var(--theme);
}

.topbar-list-right li:last-child {
    margin-right: 0px;
}

.topbar-list-right li a {
    color: var(--navber-color);
}

.topbar-list-right li a:hover {
    color: var(--main-color);
}

.topbar-search-wrapper {
    max-width: 554px;
    margin-left: auto;
    background-color: var(--bg4);
}

@media (max-width: 1399px) {
    .topbar-search-wrapper {
        max-width: 380px;
    }
}

.topbar-search-wrapper .input-group-text {
    padding: 0;
    background-color: var(--white);
}

.topbar-search-wrapper .input-group-text .form-select {
    border: none;
}

.topbar-search-wrapper .form-control:focus {
    border: 1px solid var(--border-2);
    background-color: var(--white);
}

.topbar-search-wrapper select {
    max-width: 150px;
    height: 50px;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.topbar-search-wrapper select:focus {
    border: 1px solid #E5E5E5;
}

.topbar-search-wrapper select option {
    background-color: #E5E5E5;
}

.topbar-search-wrapper .search-icon {
    background-color: var(--theme);
    width: 48px;
    height: 49px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar-search-wrapper .search-icon i {
    color: var(--white);
}

@media (max-width: 1199px) {
    .header-dropdown-wrapper .bd-header__category-nav {
        display: none !important;
    }
}

.header-dropdown-wrapper .bd-header__category-nav .category__items {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    max-width: 300px;
    background-color: var(--white);
    border: 1px solid var(--border-2);
    border-radius: 0 0 8px 8px;
    top: 81px;
    padding: 0 30px;
}

.header-dropdown-wrapper .bd-header__category-nav .category__items-2 {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    max-width: 370px;
    background-color: var(--white);
    border: 1px solid #E5E5E5;
    border-radius: 0 0 8px 8px;
}

.header-dropdown-wrapper .bd-header__category-nav:not(items-open) .category__items {
    display: block;
}

.header-dropdown-wrapper .bd-header__category-nav:not(items-open) .category__items-2 {
    display: none;
}

.header-dropdown-wrapper .bd-category__click {
    height: 60px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    color: var(--black1);
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    gap: 15px;
    width: 300px;
    cursor: pointer;
}

.header-dropdown-wrapper .bd-category__click span {
    font-weight: 600;
}

.header-dropdown-wrapper .bd-category__click span i {
    margin-right: 10px;
}

.header-dropdown-wrapper .bd-category__click.style-2 {
    background-color: var(--theme);
}

.header-dropdown-wrapper .bd-category__click:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    right: 60px;
}

.header-dropdown-wrapper .bd-category__click.items-open::before {
    transform: rotate(180deg);
}

.header-dropdown-wrapper .category-item ul li {
    transition: 0.4s all ease;
}

.header-dropdown-wrapper .category-item ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-2);
}

.header-dropdown-wrapper .category-item ul li a {
    display: flex;
    color: var(--header);
    align-items: center;
    gap: 20px;
    padding: 24px 0;
    line-height: 1;
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1px;
}

.header-dropdown-wrapper .category-item ul li:hover {
    transform: translateX(10px);
}

.header-dropdown-wrapper .category-item ul li:hover a {
    color: var(--theme);
}

.sticky-wrapper.sticky .bd-header__category-nav {
    display: none;
}

/* Navigation categories - Joom style */
.nav-categories {
    background: #fff;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.nav-categories::-webkit-scrollbar {
    display: none;
}

.categories-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    min-height: 50px;
}

.category-item {
    position: relative;
}

.category-link {
    display: flex;
    align-items: center;
    padding: 15px 7px 2px;
    text-decoration: none;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}

.category-link:hover {
    color: #F84D42;
    background: #fef2f2;
    border-bottom-color: #F84D42;
}

.category-icon {
    margin-right: 8px;
    font-size: 16px;
}

/* Special styling for featured categories */
.category-item.featured .category-link {
    background: linear-gradient(135deg, #F84D42 0%, #ff6b6b 100%);
    color: white;
    border-radius: 6px;
    margin: 13px 7px 2px;
    padding: 2px 12px 2px;
}

.category-item.featured .category-link:hover {
    background: linear-gradient(135deg, #e63946 0%, #ff5252 100%);
    color: white;
}

.category-item.outlet .category-link {
    color: #dc2626;
    font-weight: 600;
}

.category-item.outlet .category-link:hover {
    background: #fef2f2;
    border-bottom-color: #dc2626;
}

/* Mobile styles */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #374151;
    cursor: pointer;
    padding: 8px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .header-top-content {
        flex-wrap: wrap;
        gap: 16px;
    }

    .search-container {
        order: 3;
        flex: 1 1 100%;
        margin: 0;
        max-width: none;
    }

    .header-actions {
        gap: 16px;
    }

    .action-item span {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .nav-categories {
        display: none;
    }

    .category-link {
        padding: 12px 16px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .categories-list {
        gap: 8px;
    }

    .category-link {
        padding: 10px 14px;
    }
}

/* Animation for scroll hint */
.nav-categories::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8), transparent);
    pointer-events: none;
}


/* 14.Footer */
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.footer-widgets-wrapper-1 {
    padding: 50px 0 60px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .footer-widgets-wrapper-1 {
        padding: 10px 0 90px;
    }
}

@media (max-width: 991px) {
    .footer-widgets-wrapper-1 {
        padding: 8px 0 70px;
    }
}

.footer-widgets-wrapper-1 .single-footer-widget-1 {
    margin-top: 30px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .widget-head {
    margin-bottom: 30px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .widget-head img {
    max-width: 165px;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper-1 .single-footer-widget-1 .widget-head {
        margin-bottom: 20px;
    }
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .widget-head h3 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content p {
    color: var(--title2);
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .social-icon {
    margin-top: 26px;
    gap: 10px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .social-icon {
        margin-top: 20px;
    }
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 13px 11px;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--title);
    transition: all 0.4s ease-in-out;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: var(--bg3);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 1px solid var(--border);
    opacity: 0.8;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .social-icon a:hover {
    background-color: var(--theme2);
    color: var(--header);
    border: 1px solid transparent;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .contact-info {
    margin-top: 20px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .contact-info li {
    display: flex;
    gap: 10px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .contact-info li .icon-1 {
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    display: inline-block;
    padding: 1px 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--border);
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .contact-info li .icon-1 i {
    color: var(--title2);
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .contact-info li .icon-1:hover {
    background-color: var(--theme);
    transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .contact-info li .icon-1:hover i {
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .contact-info li .contact-1 {
    margin-left: 17px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .contact-info li .contact-1 p {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .contact-info li .contact-1 p:hover {
    color: var(--theme);
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .contact-info li .contact-1 a {
    color: var(--title);
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.96px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .contact-info li .contact-1 a:hover {
    color: var(--theme);
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .contact-info li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .footer-input {
    position: relative;
    margin-top: 40px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .footer-input input {
    background: transparent;
    border: none;
    outline: none;
    padding: 18px 20px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .footer-input .newsletter-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 55px;
    line-height: 70px;
    border-radius: 4px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    bottom: 5px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .footer-content .footer-input .newsletter-btn i {
    font-size: 32px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .list-area li {
    transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .list-area li:not(:last-child) {
    margin-bottom: 6px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .list-area li a {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .list-area li a i {
    margin-right: 5px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .list-area li:hover {
    margin-left: 5px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .list-area li:hover a {
    color: var(--theme);
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .recent-post-area {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: -20px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .recent-post-area .thumb {
    width: 44px;
    height: 17px;
}

.footer-widgets-wrapper-1 .single-footer-widget-1 .recent-post-area .thumb img {
    margin-top: 30px;
}

.footer-bottom-1 {
    padding: 17px 0;
    position: relative;
    z-index: 9;
}

.footer-bottom-1 .footer-wrapper {
    border-top: 1px solid var(--border);
    padding: 24px 0px 20px 0px;
}

@media (max-width: 991px) {
    .footer-bottom-1 .footer-wrapper {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center !important;
        margin-top: 30px;
    }
}

.footer-bottom-1 .footer-wrapper p {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.4s ease-in-out;
}

.footer-bottom-1 .footer-wrapper p:hover {
    color: var(--theme);
    transition: all 0.4s ease-in-out;
}

.footer-bottom-1 .footer-wrapper .footer-menu {
    display: flex;
    align-items: center;
    gap: 23px;
}

@media (max-width: 500px) {
    .footer-bottom-1 .footer-wrapper .footer-menu {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}

.footer-bottom-1 .footer-wrapper .footer-menu li a {
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.4s ease-in-out;
}

.footer-bottom-1 .footer-wrapper .footer-menu li a:hover {
    color: var(--theme);
}

.footer-widgets-wrapper-2 {
    padding: 10px 0 120px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .footer-widgets-wrapper-2 {
        padding: 10px 0 90px;
    }
}

@media (max-width: 991px) {
    .footer-widgets-wrapper-2 {
        padding: 8px 0 70px;
    }
}

.footer-widgets-wrapper-2 .single-footer-widget-2 {
    margin-top: 30px;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .widget-head {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper-2 .single-footer-widget-2 .widget-head {
        margin-bottom: 20px;
    }
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .widget-head h3 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content p {
    color: var(--title2);
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .social-icon {
    margin-top: 26px;
    gap: 10px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .social-icon {
        margin-top: 20px;
    }
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 13px 11px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: var(--title);
    transition: all 0.4s ease-in-out;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: var(--bg3);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 1px solid var(--border);
    opacity: 0.8;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .social-icon a:hover {
    background-color: var(--theme3);
    color: var(--header);
    border: 1px solid transparent;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .contact-info {
    margin-top: 20px;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .contact-info li {
    display: flex;
    gap: 50px;
    margin-top: 33px;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .contact-info li .icon-1 {
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    display: inline-block;
    padding: 1px 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--border);
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .contact-info li .icon-1 i {
    color: var(--title2);
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .contact-info li .icon-1:hover {
    background-color: var(--theme);
    transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .contact-info li .icon-1:hover i {
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .contact-info li .contact-1 {
    margin-left: 17px;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .contact-info li .contact-1 p {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .contact-info li .contact-1 p:hover {
    color: var(--theme);
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .contact-info li .contact-1 a {
    color: var(--title);
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.96px;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .contact-info li .contact-1 a:hover {
    color: var(--theme);
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .footer-content .contact-info li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .list-area li {
    transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .list-area li:not(:last-child) {
    margin-bottom: 13px;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .list-area li a {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .list-area li a i {
    margin-right: 5px;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .list-area li:hover {
    margin-left: 5px;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .list-area li:hover a {
    color: var(--theme);
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .recent-post-area {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: -20px;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .recent-post-area .thumb {
    width: 44px;
    height: 17px;
}

.footer-widgets-wrapper-2 .single-footer-widget-2 .recent-post-area .thumb img {
    margin-top: 30px;
}

.footer-bottom-2 {
    padding: 17px 0;
    position: relative;
    z-index: 9;
}

.footer-bottom-2 .footer-wrapper {
    border-top: 1px solid var(--border);
    padding: 28px 0px 20px 0px;
}

@media (max-width: 991px) {
    .footer-bottom-2 .footer-wrapper {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center !important;
        margin-top: 30px;
    }
}

.footer-bottom-2 .footer-wrapper .content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-bottom-2 .footer-wrapper .content p {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.4s ease-in-out;
}

.footer-bottom-2 .footer-wrapper .content p:hover {
    color: var(--theme);
    transition: all 0.4s ease-in-out;
}

.footer-bottom-2 .footer-wrapper .content .footer-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-bottom-2 .footer-wrapper .content .footer-menu li a {
    color: var(--title);
    display: inline-block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.4s ease-in-out;
}

.footer-bottom-2 .footer-wrapper .content .footer-menu li a:hover {
    color: var(--theme);
}

.footer-bottom-2 .footer-wrapper .credit-card-logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-bottom-2 .footer-wrapper .credit-card-logo li {
    padding: 5px 7px;
    border-radius: 6px;
}

/* 16.Intro */
/*----------------------------------------------
    # Intro style here
----------------------------------------------*/
.intro-wrapper-1 {
    border-radius: 5px;
    background: var(--bg4);
    background-image: url('/assets/images/intro/introThumb1_1.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}


@media (max-width: 1024px) {
    .intro-wrapper-1 {
        background-size: 50%;
    }
}

@media (max-width: 767px) {
    .intro-wrapper-1 {
        background-size: 30%;
    }
}

.intro-wrapper-1 .intro-content {
    padding: 80px 0 80px 60px;
    max-width: 700px;
}

@media (max-width: 1024px) {
    .intro-wrapper-1 .intro-content {
        padding: 50px 0 50px 30px;
    }
}

@media (max-width: 767px) {
    .intro-wrapper-1 .intro-content {
        padding: 20px 0 20px 10px;
    }
}

.intro-wrapper-1 .intro-content h1 {
    position: relative;
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
    text-transform: capitalize;
    z-index: 8;
}

@media (max-width: 1024px) {
    .intro-wrapper-1 .intro-content h1 {
        font-size: 45px;
        line-height: 60px;
        z-index: 8;
    }
}

@media (max-width: 767px) {
    .intro-wrapper-1 .intro-content h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.intro-wrapper-1 .intro-content h3 {
    color: var(--theme);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-top: 15px;
    z-index: 9;
    position: relative;
}

@media (max-width: 1399px) {
    .intro-wrapper-1 .intro-content h3 {
        z-index: 8;
    }
}

@media (max-width: 1199px) {
    .intro-wrapper-1 .intro-content h3 {
        font-size: 20px;
    }
}

.intro-wrapper-1 .intro-content .intro-button {
    margin-top: 100px;
}

@media (max-width: 1199px) {
    .intro-wrapper-1 .intro-content .intro-button {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .intro-wrapper-1 .intro-content .intro-button {
        margin-top: 20px;
    }
}

/* 17.About*/
.about-wrapper-1 .about-image-items-1 .thumb {
    border-radius: 20px;
}

.about-wrapper-1 .about-image-items-1 .thumb img {
    width: 100%;
    height: 100%;
    height: 489px;
}

@media (max-width: 1199px) {
    .about-wrapper-1 .about-image-items-1 .thumb img {
        height: 70%;
        height: 450px;
    }
}

.about-wrapper-1 .about-content {
    padding: 50px 67px 60px 60px;
    border-radius: 18px;
    border: 2px solid var(--border-2);
}

@media (max-width: 1399px) {
    .about-wrapper-1 .about-content {
        padding: 50px 67px 40px 60px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-1 .about-content {
        padding: 30px;
    }
}

.about-wrapper-1 .about-content .section-title h4 {
    color: var(--theme);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.about-wrapper-1 .about-content .section-title h2 {
    margin-top: 10px;
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.4px;
}

@media (max-width: 575px) {
    .about-wrapper-1 .about-content .section-title h2 {
        font-size: 24px;
    }
}

.about-wrapper-1 .about-content .section-title p {
    margin-top: 24px;
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.about-wrapper-1 .about-content ul {
    margin-top: -30px;
}

@media (max-width: 575px) {
    .about-wrapper-1 .about-content ul {
        margin-top: 20px;
    }
}

.about-wrapper-1 .about-content ul li {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.about-wrapper-1 .about-content ul li:not(:last-child) {
    margin-bottom: 6px;
}

.about-wrapper-1 .about-content ul li i {
    color: var(--theme);
    margin-right: 10px;
}

.about-wrapper-1 .about-content .btn-wrapper {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.about-wrapper-1 .about-content .btn-wrapper .theme-btn {
    border-radius: 0px;
}

@media (max-width: 575px) {
    .about-wrapper-1 .about-content .btn-wrapper {
        flex-wrap: wrap;
    }
}

.about-wrapper-1 .about-content .btn-wrapper a {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .about-wrapper-1 .about-content .btn-wrapper a .theme-btn {
        padding: 20px 32px;
        margin: 44px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-1 .about-content .btn-wrapper a .theme-btn {
        padding: 18px 30px;
        font-size: 14px;
        margin: 30px;
        height: 60px;
    }
}

.about-wrapper-1 .contact-info li {
    display: flex;
    gap: 2px;
    align-items: center;
    margin-top: 36px;
}

@media (max-width: 767px) {
    .about-wrapper-1 .contact-info li {
        margin-top: 0;
    }
}

.about-wrapper-1 .contact-info li .icon-1 {
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    display: inline-block;
    padding: 1px 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--border);
    border-radius: 36px;
    transition: all 0.4s ease-in-out;
}

.about-wrapper-1 .contact-info li .icon-1 i {
    color: var(--theme);
}

.about-wrapper-1 .contact-info li .icon-1:hover {
    background-color: var(--theme);
    transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.about-wrapper-1 .contact-info li .icon-1:hover i {
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.about-wrapper-1 .contact-info li .contact-1 {
    margin-left: 17px;
}

.about-wrapper-1 .contact-info li .contact-1 p {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.about-wrapper-1 .contact-info li .contact-1 p:hover {
    color: var(--theme);
}

.about-wrapper-1 .contact-info li .contact-1 a {
    color: var(--title);
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.96px;
}

.about-wrapper-1 .contact-info li .contact-1 a:hover {
    color: var(--theme);
}

.about-wrapper-1 .contact-info li:not(:last-child) {
    margin-bottom: 20px;
}

/* 18.Best Deals  */
.best-deals-card-1 {
    position: relative;
    background-color: var(--gray1);
}

@media (max-width: 1199px) {
    .best-deals-card-1 {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .best-deals-card-1 {
        margin-top: 38px;
    }
}

.best-deals-card-1 .thumb {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.best-deals-card-1 .thumb img {
    max-width: 100%;
}

@media (max-width: 575px) {
    .best-deals-card-1 .thumb img {
        width: 200px;
    }
}

.best-deals-card-1 .content {
    position: relative;
    z-index: 5;
    padding: 168px 30px 30px;
    max-width: 270px;
}

.best-deals-card-1 .content h3 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

@media (max-width: 1399px) {
    .best-deals-card-1 .content h3 {
        font-size: 24px;
    }
}

.best-deals-card-1 .content .btn-wrapper {
    margin-top: 20px;
}

.best-deals-card-1 .content.style {
    position: relative;
    z-index: 5;
    padding: 168px 30px 30px;
    max-width: 400px;
}

.best-deals-card-1.style1 .thumb {
    position: absolute;
    top: 36px;
    z-index: 1;
}

@media (max-width: 500px) {
    .best-deals-card-1.style1 .thumb {
        top: 5px;
    }
}

.best-deals-card-1.style1 .thumb img {
    max-width: 100%;
}

.best-deals-card-1.style1 .content {
    position: relative;
    z-index: 5;
    padding: 168px 30px 30px;
    max-width: 300px;
}

.best-deals-card-2 {
    position: relative;
    background-color: var(--gray1);
}

.best-deals-card-2 .thumb {
    position: absolute;
    top: -14px;
    right: 0;
    z-index: 1;
}

@media (max-width: 575px) {
    .best-deals-card-2 .thumb {
        width: 200px;
    }
}

.best-deals-card-2 .thumb img {
    max-width: 100%;
}

.best-deals-card-2 .content {
    position: relative;
    z-index: 5;
    padding: 168px 30px 30px 30px;
    max-width: 270px;
}

.best-deals-card-2 .content h3 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

@media (max-width: 450px) {
    .best-deals-card-2 .content h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

.best-deals-card-2 .content .btn-wrapper {
    margin-top: 20px;
}

.best-deals-card-2 .content.style {
    position: relative;
    z-index: 5;
    padding: 168px 30px 30px;
    max-width: 400px;
}

.best-deals-card-2.style1 .thumb {
    position: absolute;
    top: 36px;
    z-index: 1;
}

.best-deals-card-2.style1 .thumb img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .best-deals-card-2.style1 .thumb {
        top: 0;
    }
}

.best-deals-card-2.style1 .content {
    position: relative;
    z-index: 5;
    padding: 168px 30px 30px;
    max-width: 300px;
}

.best-thumb-card {
    background-color: var(--gray1);
    height: 340px;
    position: relative;
}

.best-thumb-card .thumb {
    position: absolute;
    top: 50px;
    left: 30px;
}

/* 19.Brand */
.top-brands-wrapper .brand-logo {
    margin: 0 15px 30px 15px;
    padding: 26px 26px;
    border-radius: 5px;
    background-color: var(--gray1);
    box-shadow: 0px 0px 37px 0px rgba(248, 242, 242, 0.1);
}

.top-brands-wrapper .brand-logo img {
    width: 100%;
    height: 30px;
}

@media (max-width: 1199px) {
    .top-brands-wrapper .brand-logo img {
        width: 100%;
        height: 35px;
    }
}

@media (max-width: 767px) {
    .top-brands-wrapper .brand-logo img {
        width: 100%;
        height: 35px;
    }
}

/* 20.Feature */
.feature-box-items {
    padding: 40px 10px;
    position: relative;
}

.feature-box-items .icon {
    width: 45px;
    height: 45px;
    width: 100%;
    height: 100%;
}

.feature-box-items .content h3 {
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .feature-box-items .content h3 {
        font-size: 25px;
    }
}

@media (max-width: 470px) {
    .feature-box-items .content h3 {
        font-size: 20px;
    }
}

.feature-box-items .content P {
    color: var(--title2);
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}

/* 21.Product-Category */
.product-category-box-items-1 {
    text-align: center;
    box-shadow: var(--box-shadow2);
    border-radius: 5px;
    border: 1px solid var(--border);
    display: flex;
    padding: 20px 23px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.product-category-box-items-1 .product-category-thumb {
    overflow: hidden;
}

.product-category-box-items-1 .product-category-thumb img {
    max-width: 100%;
    transition: 0.4s all ease-in-out;
}

.product-category-box-items-1:hover .product-category-thumb img {
    transform: scale(1.1);
}

.product-category-box-items-1 .product-category-content h4 a {
    color: var(--title);
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px;
}

.top-category-box-items-2 {
    display: flex;
    gap: 5px;
    padding: 48px 32px;
    width: 190px;
    height: 190px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 999px;
    background: var(--bg4);
}

@media (max-width: 767px) {
    .top-category-box-items-2 {
        margin: 0 auto;
    }
}

.top-category-box-items-2 .top-category-thumb {
    align-items: center;
    overflow: hidden;
}

.top-category-box-items-2 .top-category-thumb img {
    transition: 0.4s all ease-in-out;
    max-width: 100%;
}

.top-category-box-items-2:hover .top-category-thumb img {
    transform: scale(1.1);
}

.top-category-box-items-2 .top-category-content h4 {
    color: var(--title);
    align-items: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

/* 22.Featured-Product */
.featured-products-box-card-1 {
    padding: 30px 0px 20px 0;
    border-radius: 5px;
    background: var(--gray1);
    justify-content: space-between;
    box-shadow: 0px 44px 12px 0px rgba(0, 0, 0, 0), 0px 28px 11px 0px rgba(0, 0, 0, 0.01), 0px 16px 10px 0px rgba(0, 0, 0, 0.05), 0px 7px 7px 0px rgba(0, 0, 0, 0.09), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .featured-products-box-card-1 {
        margin-top: 27px;
    }
}

.featured-products-box-card-1 .thumb {
    width: 220px;
    height: 150px;
    overflow: hidden;
}

.featured-products-box-card-1 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s linear;
}

.featured-products-box-card-1 .content {
    margin-top: -10px;
    padding: 20px 20px 0 20px;
}

.featured-products-box-card-1 .content .star-wrapper {
    color: var(--orange);
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.featured-products-box-card-1 .content .star-wrapper span {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 5px;
}

.featured-products-box-card-1 .content h4 {
    margin-top: 11px;
}

.featured-products-box-card-1 .content h4 a {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-products-box-card-1 .content h4 a:hover {
    color: var(--theme);
}

.featured-products-box-card-1 .content .price {
    margin-top: 15px;
}

.featured-products-box-card-1 .content .price .original-price {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: strikethrough;
}

.featured-products-box-card-1 .content .price .offer-price {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-left: 10px;
}

.featured-products-box-card-1 .content .btn-wrapper {
    width: 100%;
    margin-top: 30px;
}

.featured-products-box-card-1 .content .btn-wrapper .theme-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-products-box-card-1 .content .btn-wrapper .theme-btn img {
    margin-right: 14px;
}

.featured-products-box-card-1:hover .thumb img {
    transform: scale(1.1);
}

/* 23.Offer */
.offer-section-wrapper {
    position: relative;
    margin-top: 10px;
}

.offer-section-wrapper .offer-section-info-1 {
    padding: 60px 10px 10px 60px;
}

@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-1 {
        padding: 100px 10px 60px 60px;
    }
}

@media (max-width: 575px) {
    .offer-section-wrapper .offer-section-info-1 {
        padding: 30px 10px 30px 20px;
    }
}

@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-1 .section-title h2 {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-1 .section-title p {
        font-size: 10px;
    }
}

.offer-section-wrapper .offer-section-info-1 .search-widget form {
    width: 100%;
    position: relative;
}

@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-1 .search-widget form {
        display: none;
    }
}

.offer-section-wrapper .offer-section-info-1 .search-widget form input {
    background-color: var(--white);
    font-size: 14px;
    padding: 20px;
    width: 410px;
    height: 60px;
    font-style: normal;
    font-weight: 400;
    color: var(--title2);
    border-radius: 5px;
    border: 1px solid var(--200, #E2E2E2);
}

.offer-section-wrapper .offer-section-info-1 .search-widget form button {
    position: absolute;
    right: -7px;
    top: 0;
    width: 134px;
    height: 59px;
    font-size: 18px;
    padding: 15px 30px;
    background-color: var(--title);
    color: var(--white);
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    justify-content: center;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .offer-section-wrapper .offer-section-info-1 .search-widget form button {
        right: -26px;
    }
}

.offer-section-wrapper .offer-section-info-1 .search-widget form button:hover {
    background-color: var(--orange);
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.offer-section-wrapper .offer-section-info-2 .thumb {
    margin-right: -150px;
    z-index: 1;
}

@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-2 .thumb {
        top: -100px;
        right: 15px;
        z-index: 9;
    }

    .offer-section-wrapper .offer-section-info-2 .thumb img {
        width: 316px;
        height: 266px;
    }
}

.offer-section-wrapper .offer-section-info-2 .thumb img {
    width: 416px;
    height: 366px;
}

.offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-1 {
    position: absolute;
    top: 55%;
    right: 30%;
}

@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-1 {
        display: none;
    }
}

.offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-1 img {
    width: 100%;
    height: 100%;
}

.offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-2 {
    position: absolute;
    top: -2%;
    right: 28%;
}

@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-2 {
        display: none;
    }
}

.offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-2 img {
    width: 100%;
    height: 100%;
}

.offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-3 {
    position: absolute;
    top: 29%;
    right: 2%;
}

@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-3 {
        display: none;
    }
}

.offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-3 img {
    width: 100%;
    height: 100%;
}

.offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-4 {
    position: absolute;
    top: -20%;
    right: 4%;
}

@media (max-width: 991px) {
    .offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-4 {
        display: none;
    }
}

.offer-section-wrapper .offer-section-info-2 .offer-varieties-icon .icon-4 img {
    width: 100%;
    height: 100%;
}

.offer-wrapper-2 {
    background-color: var(--theme);
    position: relative;
}

.offer-wrapper-2 .offer-content {
    padding: 92px 0px 92px 60px;
}

@media (max-width: 991px) {
    .offer-wrapper-2 .offer-content {
        padding: 50px 0px 50px 60px;
    }
}

@media (max-width: 767px) {
    .offer-wrapper-2 .offer-content {
        padding: 50px 0px 50px 60px;
    }
}

@media (max-width: 500px) {
    .offer-wrapper-2 .offer-content {
        padding: 40px 0px 40px 30px;
    }
}

.offer-wrapper-2 .offer-content h1 {
    color: var(--white);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

@media (max-width: 1199px) {
    .offer-wrapper-2 .offer-content h1 {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .offer-wrapper-2 .offer-content h1 {
        font-size: 12px;
    }
}

.offer-wrapper-2 .offer-content h2 {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .offer-wrapper-2 .offer-content h2 {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .offer-wrapper-2 .offer-content h2 {
        margin-top: 0px;
    }
}

.offer-wrapper-2 .offer-content h2 a {
    color: var(--white);
    font-family: "Nunito", sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .offer-wrapper-2 .offer-content h2 a {
        font-size: 45px;
        line-height: 55px;
    }
}

@media (max-width: 991px) {
    .offer-wrapper-2 .offer-content h2 a {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 767px) {
    .offer-wrapper-2 .offer-content h2 a {
        font-size: 28px;
        line-height: 32px;
    }
}

.offer-wrapper-2 .offer-content .btn-wrapper {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .offer-wrapper-2 .offer-content .btn-wrapper {
        margin-top: 10px;
    }
}

.offer-wrapper-2 .offer-content .btn-wrapper .theme-btn {
    background-color: var(--white);
    color: var(--title);
    border-radius: 0;
}

.offer-wrapper-2 .offer-content .btn-wrapper .theme-btn:hover {
    color: var(--white);
}

.offer-wrapper-2 .offer-thumb .thumb-1 {
    position: absolute;
    bottom: 0px;
    right: 18%;
    z-index: 9;
}

@media (max-width: 991px) {
    .offer-wrapper-2 .offer-thumb .thumb-1 {
        display: none;
    }
}

.offer-wrapper-2 .offer-thumb .thumb-1 img {
    width: 100%;
    height: 100%;
}

.offer-wrapper-2 .offer-thumb .thumb-2 {
    position: absolute;
    bottom: 0px;
    right: 22%;
    z-index: 1;
}

@media (max-width: 991px) {
    .offer-wrapper-2 .offer-thumb .thumb-2 {
        display: none;
    }
}

.offer-wrapper-2 .offer-thumb .thumb-2 img {
    width: 100%;
    height: 100%;
}

.offer-wrapper-2 .offer-thumb .thumb-3 {
    position: absolute;
    bottom: 0px;
    right: 3%;
    z-index: 9;
}

@media (max-width: 991px) {
    .offer-wrapper-2 .offer-thumb .thumb-3 {
        display: none;
    }
}

.offer-wrapper-2 .offer-thumb .thumb-3 img {
    width: 100%;
    height: 100%;
}

.offer-wrapper-2 .offer-thumb .thumb-4 {
    position: absolute;
    top: 14%;
    right: 34%;
}

@media (max-width: 991px) {
    .offer-wrapper-2 .offer-thumb .thumb-4 {
        display: none;
    }
}

.offer-wrapper-2 .offer-thumb .thumb-4 img {
    width: 100%;
    height: 100%;
}

.offer-wrapper-2 .offer-thumb .thumb-5 {
    position: absolute;
    top: 16%;
    right: 6%;
    z-index: 1;
}

@media (max-width: 991px) {
    .offer-wrapper-2 .offer-thumb .thumb-5 {
        display: none;
    }
}

.offer-wrapper-2 .offer-thumb .thumb-5 img {
    width: 100%;
    height: 100%;
}

.offer-wrapper-3 {
    background-color: var(--bg2);
    position: relative;
}

.offer-wrapper-3 .offer-thumb .thumb-1 {
    position: absolute;
    bottom: 0px;
    left: 10%;
    z-index: 9;
}

@media (max-width: 991px) {
    .offer-wrapper-3 .offer-thumb .thumb-1 {
        display: none;
    }
}

.offer-wrapper-3 .offer-thumb .thumb-1 img {
    width: 100%;
    height: 100%;
}

.offer-wrapper-3 .offer-thumb .thumb-2 {
    position: absolute;
    bottom: 0px;
    left: 1%;
    z-index: 1;
}

@media (max-width: 991px) {
    .offer-wrapper-3 .offer-thumb .thumb-2 {
        display: none;
    }
}

.offer-wrapper-3 .offer-thumb .thumb-2 img {
    width: 100%;
    height: 100%;
}

.offer-wrapper-3 .offer-thumb .thumb-3 {
    position: absolute;
    top: 16%;
    left: 3%;
    z-index: 1;
}

@media (max-width: 991px) {
    .offer-wrapper-3 .offer-thumb .thumb-3 {
        display: none;
    }
}

.offer-wrapper-3 .offer-thumb .thumb-3 img {
    width: 100%;
    height: 100%;
}

.offer-wrapper-3 .offer-thumb .thumb-4 {
    position: absolute;
    top: 46%;
    left: 22%;
    z-index: 1;
}

@media (max-width: 991px) {
    .offer-wrapper-3 .offer-thumb .thumb-4 {
        display: none;
    }
}

.offer-wrapper-3 .offer-thumb .thumb-4 img {
    width: 100%;
    height: 100%;
}

.offer-wrapper-3 .offer-content {
    padding: 80px 80px 80px 0px;
}

@media (max-width: 991px) {
    .offer-wrapper-3 .offer-content {
        padding: 80px 80px 80px 50px;
    }
}

.offer-wrapper-3 .offer-content h1 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.offer-wrapper-3 .offer-content h2 {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .offer-wrapper-3 .offer-content h2 {
        margin-top: -20px;
    }
}

@media (max-width: 500px) {
    .offer-wrapper-3 .offer-content h2 {
        margin-top: 20px;
    }
}

.offer-wrapper-3 .offer-content h2 a {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .offer-wrapper-3 .offer-content h2 a {
        font-size: 40px;
        line-height: 55px;
    }
}

@media (max-width: 991px) {
    .offer-wrapper-3 .offer-content h2 a {
        font-size: 30px;
        line-height: 40px;
    }
}

.offer-wrapper-3 .offer-content .btn-wrapper {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .offer-wrapper-3 .offer-content .btn-wrapper {
        margin-top: 20px;
    }
}

/* 24.Cta */
.cta-section {
    position: relative;
}

.cta-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg3);
    z-index: -1;
    top: 50%;
}

.cta-wrapper {
    border-radius: 5px;
    background: var(--white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}

.cta-wrapper .mask-shape {
    position: absolute;
    top: 55%;
    left: 9%;
}

@media (max-width: 991px) {
    .cta-wrapper .mask-shape {
        display: none;
    }
}

.cta-wrapper .circle-shape {
    position: absolute;
    top: 30%;
    right: 5%;
}

@media (max-width: 991px) {
    .cta-wrapper .circle-shape {
        display: none;
    }
}

.cta-wrapper .cta-items {
    padding: 60px 0px;
    justify-content: center;
}

@media (max-width: 991px) {
    .cta-wrapper .cta-items {
        padding: 50px 0px;
    }
}

@media (max-width: 767px) {
    .cta-wrapper .cta-items {
        padding: 40px 20px;
    }
}

.cta-wrapper .cta-items .contact h3 {
    font-style: normal;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

@media (max-width: 991px) {
    .cta-wrapper .cta-items .contact h3 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .cta-wrapper .cta-items .contact h3 {
        font-size: 23px;
    }
}

.cta-wrapper .cta-items .contact P {
    color: var(--title2);
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.8;
    line-height: 142.857%;
    margin-top: 26px;
}

@media (max-width: 991px) {
    .cta-wrapper .cta-items .contact P {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .cta-wrapper .cta-items .contact P {
        font-size: 12px;
    }
}

.cta-wrapper .cta-items .search-widget {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .cta-wrapper .cta-items .search-widget {
        display: none;
    }
}

.cta-wrapper .cta-items .search-widget form {
    width: 100%;
    position: relative;
    justify-content: center;
    margin: 0 auto;
}

.cta-wrapper .cta-items .search-widget form input {
    background-color: var(--white);
    font-size: 14px;
    padding: 20px;
    width: 410px;
    height: 60px;
    margin-left: -99px;
    font-style: normal;
    font-weight: 400;
    color: var(--title2);
    border-radius: 5px;
    border: 1px solid var(--200, #E2E2E2);
}

.cta-wrapper .cta-items .search-widget form button {
    position: absolute;
    right: 26%;
    top: 0;
    width: 130px;
    height: 60px;
    font-size: 18px;
    padding: 15px 30px;
    background-color: var(--theme3);
    color: var(--title);
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    justify-content: center;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

.cta-wrapper .cta-items .search-widget form button:hover {
    background-color: var(--orange);
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.cta-section-2 {
    position: relative;
}

.cta-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg5);
    z-index: -1;
    top: 50%;
}

.cta-wrapper-2 {
    border-radius: 5px;
    background: var(--white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}

.cta-wrapper-2 .cta-items-content {
    padding: 71px 40px 79px 69px;
    justify-content: center;
}

.cta-wrapper-2 .cta-items-content .subscribe-items {
    max-width: 400px;
    text-align: center;
    position: relative;
    margin-top: -25px;
}

@media (max-width: 767px) {
    .cta-wrapper-2 .cta-items-content .subscribe-items {
        display: none;
    }
}

.cta-wrapper-2 .cta-items-content .subscribe-items .form-clt input {
    width: 456px;
    height: 68px;
    background-color: transparent;
    outline: none;
    padding: 19px 20px;
    color: var(--white);
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid var(--title2);
    color: var(--title2);
}

@media (max-width: 767px) {
    .cta-wrapper-2 .cta-items-content .subscribe-items .form-clt input {
        width: 356px;
        height: 28px;
    }
}

.cta-wrapper-2 .cta-items-content .subscribe-items .theme-btn {
    position: absolute;
    left: 75%;
    bottom: 8px;
    width: 141px;
    height: 50px;
    padding: 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cta-wrapper-2 .cta-items-content .subscribe-items span {
    color: var(--white);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.cta-wrapper-2 .cta-items-thumb {
    position: absolute;
    right: -1%;
    bottom: 0px;
}

@media (max-width: 1199px) {
    .cta-wrapper-2 .cta-items-thumb {
        right: -10%;
    }
}

@media (max-width: 991px) {
    .cta-wrapper-2 .cta-items-thumb {
        display: none;
    }
}

.cta-wrapper-2 .cta-items-thumb img {
    width: 100%;
    height: 100%;
}

/* 25.flash deals */
.flash-deals-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    justify-items: center;
    position: relative;
}

.flash-deals-wrapper.six-row {
    grid-template-columns: repeat(6, minmax(150px, 1fr));
}

@media (max-width: 1200px) {
    .flash-deals-wrapper.six-row.wrap {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

.flash-deals-wrapper.five-row {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
}

@media (max-width: 1200px) {
    .flash-deals-wrapper.five-row.wrap {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

.flash-deals-wrapper .flash-deals-card-1 {
    padding: 15px;
    border-radius: 20px;
    background: var(--gray1);
    width: 100%;
}

.flash-deals-wrapper .flash-deals-card-1 .thumb {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 10%;
}

.flash-deals-wrapper .flash-deals-card-1 .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.flash-deals-wrapper .flash-deals-card-1 .content {
    margin-top: 20px;
}

.flash-deals-wrapper .flash-deals-card-1 .content .offer {
    color: var(--white);
    background-color: var(--orange);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 9px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 222.222%;
    text-transform: uppercase;
    width: 42px;
    height: 20px;
    padding: 0px 10px;
}

.flash-deals-wrapper .flash-deals-card-1 .content h4 {
    margin-top: 9px;
}

.flash-deals-wrapper .flash-deals-card-1 .content h4 a {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flash-deals-wrapper .flash-deals-card-1 .content h4 a:hover {
    color: var(--theme);
}

@media (max-width: 1199px) {
    .flash-deals-wrapper .flash-deals-card-1 .content h4 a br {
        display: none;
    }
}

.flash-deals-wrapper .flash-deals-card-1 .content .price {
    margin-top: 8px;
}

.flash-deals-wrapper .flash-deals-card-1 .content .price .offer-price {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 600;
}

.flash-deals-wrapper .flash-deals-card-1 .content .price .original-price {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: strikethrough;
    margin-left: 10px;
    margin-top: 50px;
}

.flash-deals-wrapper .flash-deals-card-1:hover .thumb img {
    transform: scale(1.1);
}

/* 26.new arrival */
.new-arrival-items-info-1 {
    margin-bottom: 30px;
    transition: 0.4s all ease-in-out;
}

@media (max-width: 767px) {
    .new-arrival-items-info-1 {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .new-arrival-items-info-1 {
        margin-top: 30px;
    }
}

.new-arrival-items-info-1 .new-arrival-thumb {
    position: relative;
    display: flex;
    padding: 1px 46px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: var(--bg4);
}

.new-arrival-items-info-1 .new-arrival-thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(359.9deg, #00060c 0.09%, rgba(22, 36, 62, 0) 99.91%);
    opacity: 0.6;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: 1;
}

.new-arrival-items-info-1:hover {
    transform: translateY(-4px);
}

.new-arrival-items-info-1:hover .new-arrival-thumb::before {
    transform: scale(1, 1);
    transform-origin: top center;
}

.new-arrival-items-info-1:hover .new-arrival-thumb .icon {
    opacity: 1;
}

.new-arrival-items-info-1 .new-arrival-content p {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}

.new-arrival-items-info-1 .new-arrival-content h5 {
    margin-top: 10px;
}

.new-arrival-items-info-1 .new-arrival-content h5 a {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.new-arrival-items-info-1 .new-arrival-content h5 a:hover {
    color: var(--theme);
}

.new-arrival-items-info-1 .new-arrival-content .price {
    margin-top: 10px;
}

.new-arrival-items-info-1 .new-arrival-content .price .offer-price {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: strikethrough;
    margin-right: 5px;
}

.new-arrival-items-info-1 .new-arrival-content .price .original-price {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: strikethrough;
}

.new-arrival-items-info-1 .new-arrival-content .offer {
    color: var(--white);
    background-color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 9px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 222.222%;
    text-transform: uppercase;
    width: 42px;
    height: 22px;
    padding: 0px 10px;
    margin-top: 8px;
}

/* 27.Product listing */
.Product-Listing-wrapper .main-sidebar-style-1 {
    padding: 30px 27px;
    background: var(--white);
    border-radius: 5px;
    border: 2px solid var(--border-2);
}

.Product-Listing-wrapper .main-sidebar-style-1 p {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.Product-Listing-wrapper .search-result-left p {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .wid-title {
    margin-top: 15px;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .wid-title h5 {
    color: var(--black1);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories {
    margin-top: -8px;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories ul li a .text {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-right: 116px;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories ul li a .text-2 {
    border-radius: 5px;
    background: var(--bg5);
    width: 24px;
    height: 24px;
    margin: 4px 0;
    flex-shrink: 0;
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories ul li a .text-3 {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    margin: 4px 0;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories ul li a .text-4 {
    margin-top: 20px;
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories ul li a .text-4.style {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    width: 51px;
    height: 30px;
    padding: 10px 5px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    border: 1px solid var(--border-2);
    background: var(--white);
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories ul li:hover a .text {
    margin-left: 20px;
    color: var(--theme);
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories ul li:hover a .text-2 {
    margin-left: 20px;
    color: var(--title);
    background-color: var(--theme);
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories ul li:hover a .text-3 {
    color: var(--theme);
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories .price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories .price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    text-align: center;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories input[type=number]::-webkit-outer-spin-button,
.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: var(--black1);
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories .range-input {
    position: relative;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories input[type=range]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--black1);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.Product-Listing-wrapper .main-sidebar-style-1 .single-sidebar-widget .widget-categories input[type=range]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.Product-Listing-wrapper .Product-Listing-card-1 {
    padding: 25px 20px;
    border-radius: 5px;
    background: var(--bg4);
}

@media (max-width: 1399px) {
    .Product-Listing-wrapper .Product-Listing-card-1 {
        padding: 30px 0;
    }
}

.Product-Listing-wrapper .Product-Listing-card-1 .thumb {
    overflow: hidden;
}

.Product-Listing-wrapper .Product-Listing-card-1 .thumb img {
    width: 175px;
    height: 175px;
    transition: all 0.3s;
}

@media (max-width: 1399px) {
    .Product-Listing-wrapper .Product-Listing-card-1 .content {
        padding: 10px 32px;
    }
}

.Product-Listing-wrapper .Product-Listing-card-1 .content .offer {
    display: flex;
    padding: 0px 5px;
    justify-content: left;
    align-items: center;
    gap: 10px;
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    background-color: var(--border-2);
    width: 60px;
    height: 25px;
    transition: all 0.4s ease-in-out;
}

.Product-Listing-wrapper .Product-Listing-card-1 .content .offer:hover {
    background-color: var(--orange);
    color: var(--title);
}

.Product-Listing-wrapper .Product-Listing-card-1 .content h4 {
    margin-top: 7px;
}

.Product-Listing-wrapper .Product-Listing-card-1 .content h4 a {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Product-Listing-wrapper .Product-Listing-card-1 .content h4 a:hover {
    color: var(--theme);
}

.Product-Listing-wrapper .Product-Listing-card-1 .content .price {
    margin-top: 7px;
}

.Product-Listing-wrapper .Product-Listing-card-1 .content .price .offer-price {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.Product-Listing-wrapper .Product-Listing-card-1 .content .price .original-price {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: strikethrough;
    margin-left: 10px;
    margin-top: 50px;
}

.Product-Listing-wrapper .Product-Listing-card-1:hover .thumb img {
    transform: scale(1.1);
}

.pagination .page-index-input {
    max-width: 32px;
    padding: 0 5px 0 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-weight: bold;
    text-align: end;
}

/* 28.product details */
.product-details-wrapper .product-details-items-1 .top-product-tab-wrapper .nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details-wrapper .product-details-items-1 .top-product-tab-wrapper .nav-link {
    margin-right: 10px;
    border: 1px solid var(--border-2);
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 450px) {
    .product-details-wrapper .product-details-items-1 .top-product-tab-wrapper .nav-link {
        margin-bottom: 10px;
    }
}

.product-details-wrapper .product-details-items-1 .top-product-tab-wrapper .nav-link img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.product-details-wrapper .product-details-items-1 .top-product-tab-wrapper .nav-pills .nav-link.active,
.product-details-wrapper .product-details-items-1 .top-product-tab-wrapper .nav-pills .show > .nav-link {
    background-color: transparent;
}

.product-details-wrapper .product-details-items-1 .top-product-tab-wrapper .tab-content {
    margin-bottom: 30px;
}

.product-details-wrapper .product-details-items-1 .top-product-tab-wrapper .tab-content .thumb {
    background-color: var(--bg4);
    padding: 50px 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details-wrapper .product-details-items-1 .top-product-tab-wrapper .tab-content .thumb img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.product-details-wrapper .product-details-items-1 .product-details-content {
    padding: 40px 8px 40px 30px;
    border-radius: 5px;
    border: 1px solid var(--border-2);
}

@media (max-width: 320px) {
    .product-details-wrapper .product-details-items-1 .product-details-content {
        padding: 10px 8px 10px 5px;
    }
}

.product-details-wrapper .product-details-items-1 .product-details-content .product-content h3 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

@media (max-width: 767px) {
    .product-details-wrapper .product-details-items-1 .product-details-content .product-content h3 {
        font-size: 22px;
        line-height: 30px;
    }
}

.product-details-wrapper .product-details-items-1 .product-details-content .product-content p {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
}

.product-details-wrapper .product-details-items-1 .product-details-content .product-content .content-star {
    color: var(--title);
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .product-details-wrapper .product-details-items-1 .product-details-content .product-content .content-star {
        font-size: 18px;
    }
}

.product-details-wrapper .product-details-items-1 .product-details-content .product-content .content-star i {
    font-size: 20px;
}

.product-details-wrapper .product-details-items-1 .product-details-content .product-content .content-star span {
    color: var(--black1);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}

.product-details-wrapper .product-details-items-1 .product-details-content .product-content .price {
    margin-top: 35px;
}

.product-details-wrapper .product-details-items-1 .product-details-content .product-content .price .original-price {
    color: rgba(103, 109, 119, 0.28);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.4px;
    text-decoration-line: strikethrough;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .product-details-wrapper .product-details-items-1 .product-details-content .product-content .price .original-price {
        font-size: 28px;
        line-height: 30px;
    }
}

.product-details-wrapper .product-details-items-1 .product-details-content .product-content .price .discount-price {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.4px;
}

@media (max-width: 767px) {
    .product-details-wrapper .product-details-items-1 .product-details-content .product-content .price .discount-price {
        font-size: 28px;
        list-style: 30px;
    }
}

.product-details-wrapper .product-details-items-1 .product-details-content .product-content h4 {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 20px;
}

.product-details-wrapper .product-details-items-1 .plus-minus-input {
    justify-content: left;
    margin-left: 0;
    margin-top: 40px;
}

.product-details-wrapper .product-details-items-1 .plus-minus-input .form-control {
    text-align: center;
}

.product-details-wrapper .product-details-items-1 .product-button {
    margin-top: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
}

.product-details-wrapper .product-details-items-2 {
    padding: 49px 54px 111px 60px;
    border-radius: 5px;
    border: 1px solid var(--border-2);
    margin-top: 30px;
}

@media (max-width: 767px) {
    .product-details-wrapper .product-details-items-2 {
        padding: 40px 30px;
    }
}

@media (max-width: 320px) {
    .product-details-wrapper .product-details-items-2 {
        padding: 10px 20px 30px 20px;
    }
}

.product-details-wrapper .product-details-items-2 .reviews-tab-wrapper .nav-link {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

.product-details-wrapper .product-details-items-2 .reviews-tab-wrapper .nav-pills .nav-link.active,
.product-details-wrapper .product-details-items-2 .reviews-tab-wrapper .nav-pills .show > .nav-link {
    color: var(--theme);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    background-color: transparent;
}

.product-details-wrapper .product-details-items-2 .reviews-tab-wrapper .tab-content {
    margin-top: 30px;
}

.product-details-wrapper .product-details-items-2 .reviews-tab-wrapper .tab-content .theme-btn {
    padding: 20px 20px;
}

.product-details-wrapper .product-details-items-2 .review-wrapper h2 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 20px;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .rating-overview {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .product-details-wrapper .product-details-items-2 .review-wrapper .rating-overview {
        font-size: 20px;
    }
}

.product-details-wrapper .product-details-items-2 .review-wrapper .rating-overview ul {
    display: flex;
    align-items: center;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .rating-overview ul .fa-solid {
    color: #ddd;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .rating-overview i {
    color: var(--black1);
    margin-left: 5px;
    font-size: 23px;
}

@media (max-width: 767px) {
    .product-details-wrapper .product-details-items-2 .review-wrapper .rating-overview i {
        font-size: 18px;
    }
}

.product-details-wrapper .product-details-items-2 .review-wrapper .stars-chart .rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 14px;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .stars-chart .rating-bar .stars {
    flex: 0 0 100px;
    display: flex;
    justify-content: flex-start;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .stars-chart .rating-bar .stars i {
    color: var(--black1);
    margin-right: 3px;
    font-size: 23px;
}

@media (max-width: 767px) {
    .product-details-wrapper .product-details-items-2 .review-wrapper .stars-chart .rating-bar .stars i {
        font-size: 18px;
    }
}

.product-details-wrapper .product-details-items-2 .review-wrapper .stars-chart .rating-bar .stars .fa-solid {
    color: #ddd;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .stars-chart .rating-bar progress {
    flex: 1;
    appearance: none;
    height: 10px;
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .stars-chart .rating-bar progress::-webkit-progress-bar {
    background: #ddd;
    border-radius: 5px;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .stars-chart .rating-bar progress::-webkit-progress-value {
    background: var(--black1);
    border-radius: 5px;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .stars-chart .rating-bar progress::-moz-progress-bar {
    background: var(--black1);
    border-radius: 5px;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .add-review {
    padding: 40px 80px;
    border-radius: 8px;
    border: 1px solid var(--border-2);
}

@media (max-width: 767px) {
    .product-details-wrapper .product-details-items-2 .review-wrapper .add-review {
        padding: 10px 20px;
    }
}

.product-details-wrapper .product-details-items-2 .review-wrapper .add-review form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .add-review form input,
.product-details-wrapper .product-details-items-2 .review-wrapper .add-review form textarea {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .add-review form .rating-input {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .add-review form .rating-input input {
    height: 30px;
    width: 80%;
    background-color: var(--bg4);
    border: none;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .add-review form .rating-input textarea {
    height: 55px;
    width: 80%;
    background-color: var(--bg4);
    border: none;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .add-review form .rating-input span {
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .add-review form .rating-input ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .add-review form .rating-input ul li i {
    font-size: 20px;
    color: var(--title);
    cursor: pointer;
    font-size: 23px;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .add-review form .rating-input ul li .fa-solid {
    color: #ddd;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .user-reviews .review {
    padding-top: 30px;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .user-reviews .review .ratings {
    display: flex;
    align-items: center;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .user-reviews .review .ratings li {
    font-size: 23px;
    padding-right: 5px;
    color: var(--black1);
}

@media (max-width: 767px) {
    .product-details-wrapper .product-details-items-2 .review-wrapper .user-reviews .review .ratings li {
        font-size: 18px;
    }
}

.product-details-wrapper .product-details-items-2 .review-wrapper .user-reviews .review p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-top: 15px;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .user-reviews .review h4 {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    padding-top: 15px;
}

.product-details-wrapper .product-details-items-2 .review-wrapper .user-reviews .review small {
    font-size: 14px;
    color: var(--title2);
    font-weight: 500;
    padding-left: 15px;
}

.product-details-wrapper .product-details-left .sidebar {
    width: 300px;
    background-color: var(--bg4);
    border: 1px solid var(--border-2);
    border-radius: 5px;
    padding: 40px;
}

.product-details-wrapper .product-details-left .sidebar .menu-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-2);
}

.product-details-wrapper .product-details-left .sidebar .menu-header h3 {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    padding-left: 10px;
}

.product-details-wrapper .product-details-left .sidebar .menu-header .menu-toggle {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.product-details-wrapper .product-details-left .sidebar .menu {
    list-style: none;
    padding: 0;
}

.product-details-wrapper .product-details-left .sidebar .menu .menu-item {
    border-bottom: 1px solid var(--border-2);
}

.product-details-wrapper .product-details-left .sidebar .menu .menu-item:last-child {
    border-bottom: 0;
}

.product-details-wrapper .product-details-left .sidebar .menu .menu-item .menu-btn {
    width: 100%;
    text-align: left;
    padding: 15px 0;
    background: none;
    border: none;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.product-details-wrapper .product-details-left .sidebar .menu .menu-item .menu-btn img {
    padding-right: 10px;
    padding-bottom: 5px;
}

.product-details-wrapper .product-details-left .sidebar .menu .menu-item .submenu {
    display: none;
    padding-left: 20px;
    list-style: none;
    transition: max-height 0.3s ease;
}

.product-details-wrapper .product-details-left .sidebar .menu .menu-item .submenu li {
    padding: 5px 0;
    font-size: 14px;
    transition: 0.4s all ease-in-out;
}

.product-details-wrapper .product-details-left .sidebar .menu .menu-item .submenu li:hover {
    transform: translateX(10px);
}

.product-details-wrapper .product-details-left .sidebar .menu .menu-item .submenu li:hover a {
    color: var(--theme);
}

.product-details-wrapper .product-details-left .sidebar .menu .menu-item.expanded .submenu {
    display: block;
}

.product-details-wrapper .product-details-left .project-details-thumb-wrapper {
    margin: 60px 0;
}

.product-details-wrapper .product-details-left .project-details-thumb-wrapper .thumb {
    border-radius: 8px;
}

.product-details-wrapper .product-details-left .project-details-thumb-wrapper .thumb img {
    width: 100%;
}

.top-flex-ratting ul {
    display: flex;
    align-items: center;
}

.flex-ratting {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.flex-ratting ul {
    display: flex;
}

.product-details-wrapper .seller-info {
    font-size: 14px;
    line-height: 1.4;
    margin: 8px 0;
}

.product-details-wrapper .seller-info .text-muted {
    color: var(--title2);
    margin-right: 6px;
}

.product-details-wrapper .seller-name {
    color: var(--title);
    font-weight: 600;
    transition: color 0.3s ease;
}

.info-card {
    background: var(--white);
    border: 1px solid var(--border-2);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
}

.info-card-header {
    background: var(--bg4);
    padding: 20px 25px;
    border-bottom: 1px solid var(--border-2);
}

.info-card-header h6 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-card-header i {
    color: var(--theme);
    font-size: 16px;
}

.info-card-body {
    padding: 25px;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
}

.info-table td {
    padding: 12px 0;
    border-bottom: 1px solid var(--border-2);
}

.info-table tr:last-child td {
    border-bottom: none;
}

.info-table tr:first-child td {
    width: 40%;
    color: var(--title);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.info-table tr:last-child td {
    color: var(--title2);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.full-width-card {
    grid-column: 1 / -1;
}

.description-text {
    color: var(--title2);
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.images-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.image-item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background: var(--bg4);
    aspect-ratio: 1;
    transition: all 0.3s ease;
}

.image-item:hover {
    transform: scale(1.02);
    box-shadow: var(--box-shadow);
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s ease;
}

.image-item:hover img {
    transform: scale(1.1);
}

/*.image-overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: rgba(248, 77, 66, 0.1);*/
/*    opacity: 0;*/
/*    transition: all 0.3s ease;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    pointer-events: none;*/
/*}*/

/*.image-item:hover .image-overlay {*/
/*    opacity: 1;*/
/*}*/

/*.image-overlay i {*/
/*    color: var(--white);*/
/*    font-size: 24px;*/
/*    background: var(--theme);*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/* Responsive Design */
@media (max-width: 768px) {
    .product-details-header {
        padding: 20px;
    }

    .product-details-header h2 {
        font-size: 28px;
    }

    .info-card-header {
        padding: 15px 20px;
    }

    .info-card-header h6 {
        font-size: 16px;
    }

    .info-card-body {
        padding: 20px;
    }

    .images-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .images-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .info-table td {
        padding: 8px 0;
        font-size: 13px;
    }
}


/* 29.Instagram Slider */
.follow-instagram-section .section-title p {
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.follow-instagram-section .instagram-wrapper .instagram-items .instagram-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.follow-instagram-section .instagram-wrapper .instagram-items .instagram-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
    transition: 0.4s all ease-in-out;
}

.follow-instagram-section .instagram-wrapper .instagram-items .instagram-thumb:hover img {
    transform: scale(1.1);
}

.follow-instagram-section .instagram-wrapper .instagram-items .instagram-content {
    margin-bottom: 65px;
}

.follow-instagram-section .instagram-wrapper .instagram-items .instagram-content .fashion {
    margin-right: 5px;
    position: absolute;
    border-radius: 5px;
    opacity: 0.8;
    background: var(--white);
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    bottom: 90px;
    left: 25px;
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.follow-instagram-section .instagram-wrapper .instagram-items .instagram-content .menwear {
    position: absolute;
    border-radius: 5px;
    opacity: 0.8;
    background: var(--white);
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    bottom: 90px;
    right: 80px;
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* 30.widget */
/* 31.blog page */
.blog-wrapper .blog-card-items {
    background: var(--white);
    border-radius: 5px;
    border: 1px solid var(--border-2);
    margin-bottom: 60px;
}

.blog-wrapper .blog-card-items .blog-thumb {
    position: relative;
}

.blog-wrapper .blog-card-items .blog-thumb img {
    width: 100%;
    height: 100%;
    transition: 0.4s all ease-in-out;
}

.blog-wrapper .blog-card-items .blog-thumb .post-date {
    border-radius: 5px;
    background: var(--orange);
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: -30px;
    left: 40px;
}

@media (max-width: 991px) {
    .blog-wrapper .blog-card-items .blog-thumb .post-date {
        padding: 7px;
    }
}

.blog-wrapper .blog-card-items .blog-thumb .post-date h3 {
    color: var(--white);
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

@media (max-width: 991px) {
    .blog-wrapper .blog-card-items .blog-thumb .post-date h3 {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .blog-wrapper .blog-card-items .blog-thumb .post-date h3 {
        font-size: 16px;
    }
}

.blog-wrapper .blog-card-items .blog-content {
    padding: 57px 40px 33px 40px;
}

@media (max-width: 1199px) {
    .blog-wrapper .blog-card-items .blog-content {
        padding: 50px 20px 30px 20px;
    }
}

.blog-wrapper .blog-card-items .blog-content ul {
    display: flex;
    align-items: center;
    gap: 29px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .blog-wrapper .blog-card-items .blog-content ul {
        gap: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .blog-wrapper .blog-card-items .blog-content ul {
        flex-wrap: wrap;
    }
}

.blog-wrapper .blog-card-items .blog-content ul li {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 500px) {
    .blog-wrapper .blog-card-items .blog-content ul li {
        font-size: 12px;
    }
}

.blog-wrapper .blog-card-items .blog-content ul li i {
    color: var(--title);
    margin-right: 8px;
}

.blog-wrapper .blog-card-items .blog-content h3 a {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    text-transform: capitalize;
    margin-top: -10px;
}

@media (max-width: 1199px) {
    .blog-wrapper .blog-card-items .blog-content h3 a {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 16px;
    }
}

@media (max-width: 500px) {
    .blog-wrapper .blog-card-items .blog-content h3 a {
        font-size: 22px;
        line-height: 30px;
    }
}

.blog-wrapper .blog-card-items .blog-content h3 a:hover {
    color: var(--theme);
}

.blog-wrapper .blog-card-items .blog-content P {
    color: var(--title2);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.blog-wrapper .blog-card-items .blog-content .blog-button {
    margin-top: 25px;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget {
    padding: 23px 30px 30px 30px;
    background: var(--white);
    border-radius: 5px;
    border: 1px solid var(--border-2);
    margin-bottom: 30px;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .wid-title h3 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .search-widget form {
    width: 100%;
    position: relative;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .search-widget form input {
    background-color: var(--gray1);
    padding: 20px;
    width: 100%;
    border: none;
    color: var(--text);
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .search-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    background-color: var(--theme);
    color: var(--white);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .search-widget form button:hover {
    background-color: var(--header);
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .blog-widget-categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: var(--white);
    font-weight: 500;
    border-radius: 5px;
    background: var(--gray1);
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .blog-widget-categories ul li a {
    color: var(--header);
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .blog-widget-categories ul li span {
    transition: all 0.4s ease-in-out;
    color: var(--header);
    color: var(--title);
    text-align: right;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .blog-widget-categories ul li:not(:last-child) {
    margin-bottom: 12px;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .blog-widget-categories ul li:hover {
    background-color: var(--theme);
    color: var(--white);
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .blog-widget-categories ul li:hover a {
    color: var(--white);
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .blog-widget-categories ul li:hover span {
    color: var(--white);
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .recent-post-area .recent-items {
    padding: 20px 0px 21px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 5px;
    background: var(--gray1);
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
    margin-bottom: 20px;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
    color: var(--title);
    margin-right: 5px;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    padding-top: 20px;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
    color: var(--theme);
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .tagcloud a {
    display: inline-block;
    padding: 10px 9px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    background: var(--white);
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
    border: 1px solid var(--border-2);
    background: var(--bg4);
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .tagcloud a:last-child {
    margin-right: 0;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .tagcloud a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .social-icon {
    margin-top: 26px;
    gap: 15px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .social-icon {
        margin-top: 20px;
    }
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 13px 11px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: var(--title);
    transition: all 0.4s ease-in-out;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: var(--white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 1px solid var(--border-2);
    opacity: 0.8;
    transition: all 0.4s ease-in-out;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .social-icon a i {
    color: var(--title);
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .social-icon a:hover {
    background-color: var(--theme);
    color: var(--header);
    border: 1px solid transparent;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .social-icon a:hover i {
    color: var(--white);
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .button-input {
    position: relative;
    margin-top: 10px;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .button-input h5 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .button-input input {
    background: transparent;
    border: none;
    outline: none;
    padding: 10px 20px;
    width: 85%;
    border-radius: 5px;
    border: 1px solid var(--border-2);
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .button-input .newsletter-btn {
    position: absolute;
    top: 59px;
    right: 50px;
    width: 50px;
    height: 47px;
    line-height: 50px;
    border-radius: 8px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 0px 5px 5px 0px;
}

.blog-wrapper .main-sidebar-style-2 .single-sidebar-widget .button-input .newsletter-btn i {
    font-size: 14px;
}

/* 32.Blog details page */
.blog-details-wrapper .blog-details-items .single-blog-post {
    background: var(--white);
    margin-bottom: 60px;
}

.blog-details-wrapper .blog-details-items .single-blog-post .blog-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.blog-details-wrapper .blog-details-items .single-blog-post .blog-thumb img {
    width: 100%;
    height: 100%;
    transition: 0.4s all ease-in-out;
}

.blog-details-wrapper .blog-details-items .single-blog-post .blog-thumb:hover img {
    transform: scale(1.1);
}

.blog-details-wrapper .blog-details-items .single-blog-post .blog-content {
    padding: 30px 0px;
}

.blog-details-wrapper .blog-details-items .single-blog-post .blog-content ul {
    display: flex;
    align-items: center;
    gap: 29px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .blog-details-wrapper .blog-details-items .single-blog-post .blog-content ul {
        gap: 20px;
    }
}

@media (max-width: 500px) {
    .blog-details-wrapper .blog-details-items .single-blog-post .blog-content ul {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.blog-details-wrapper .blog-details-items .single-blog-post .blog-content ul li {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 470px) {
    .blog-details-wrapper .blog-details-items .single-blog-post .blog-content ul li {
        font-size: 12px;
    }
}

.blog-details-wrapper .blog-details-items .single-blog-post .blog-content ul li i {
    color: var(--theme);
    margin-right: 8px;
}

.blog-details-wrapper .blog-details-items .single-blog-post .blog-content h3 a {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    text-transform: capitalize;
    margin-top: -10px;
}

@media (max-width: 1399px) {
    .blog-details-wrapper .blog-details-items .single-blog-post .blog-content h3 a {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 1199px) {
    .blog-details-wrapper .blog-details-items .single-blog-post .blog-content h3 a {
        font-size: 38px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .blog-details-wrapper .blog-details-items .single-blog-post .blog-content h3 a {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 500px) {
    .blog-details-wrapper .blog-details-items .single-blog-post .blog-content h3 a {
        font-size: 20px;
        line-height: 30px;
    }
}

.blog-details-wrapper .blog-details-items .single-blog-post .blog-content h3 a:hover {
    color: var(--theme);
}

.blog-details-wrapper .blog-details-items .single-blog-post .blog-content P {
    color: var(--title2);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.blog-details-wrapper .blog-details-items .single-blog-post .details-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.blog-details-wrapper .blog-details-items .single-blog-post .details-image img {
    width: 100%;
    transition: 0.4s all ease-in-out;
}

.blog-details-wrapper .blog-details-items .single-blog-post .details-image:hover img {
    transform: scale(1.1);
}

.blog-details-wrapper .blog-details-items .single-blog-post .hilight-text {
    margin: 30px 0px 20px 0px;
    border-radius: 5px;
    background: var(--gray1);
    display: flex;
    gap: 10px;
}

@media (max-width: 575px) {
    .blog-details-wrapper .blog-details-items .single-blog-post .hilight-text {
        flex-wrap: wrap;
    }
}

.blog-details-wrapper .blog-details-items .single-blog-post .hilight-text .content {
    padding: 20px 40px 40px 40px;
}

@media (max-width: 575px) {
    .blog-details-wrapper .blog-details-items .single-blog-post .hilight-text .content {
        padding: 20px;
    }
}

.blog-details-wrapper .blog-details-items .single-blog-post .hilight-text .content h4 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}

.blog-details-wrapper .blog-details-items .single-blog-post .hilight-text .content p {
    color: var(--title2);
    font-family: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.blog-details-wrapper .blog-details-items .single-blog-post .hilight-text .icon {
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: var(--theme);
    font-family: "Font Awesome 6 Pro";
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-right: 10px;
    padding: 30px 40px 0px 0px;
}

.blog-details-wrapper .blog-details-items .single-blog-post .hilight-text .icon i {
    color: var(--theme);
}

@media (max-width: 575px) {
    .blog-details-wrapper .blog-details-items .single-blog-post .hilight-text .icon {
        display: none;
    }
}

.blog-details-wrapper .blog-details-items .single-blog-post p {
    color: var(--title2);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.blog-details-wrapper .blog-details-items .single-blog-post .post-content {
    margin-top: 20px;
}

.blog-details-wrapper .blog-details-items .single-blog-post .post-content h3 {
    color: var(--title);
    font-family: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.blog-details-wrapper .blog-details-items .single-blog-post .post-content p {
    color: var(--title2);
    font-family: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
}

.blog-details-wrapper .blog-details-items .tag-share-wrap {
    border-top: 1px solid var(--border);
    padding: 30px 0;
}

.blog-details-wrapper .blog-details-items .tag-share-wrap .tagcloud span {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.blog-details-wrapper .blog-details-items .tag-share-wrap .tagcloud a {
    display: inline-block;
    border-radius: 5px;
    background: var(--bg4);
    padding: 8px 10px;
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .blog-details-wrapper .blog-details-items .tag-share-wrap .tagcloud a {
        padding: 8px 8px;
    }
}

@media (max-width: 575px) {
    .blog-details-wrapper .blog-details-items .tag-share-wrap .tagcloud a {
        margin-bottom: 5px;
    }
}

.blog-details-wrapper .blog-details-items .tag-share-wrap .tagcloud a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.blog-details-wrapper .blog-details-items .tag-share-wrap .social-icon {
    gap: 15px;
    position: relative;
    z-index: 9;
    display: flex;
}

@media (max-width: 575px) {
    .blog-details-wrapper .blog-details-items .tag-share-wrap .social-icon {
        margin-top: 20px;
    }
}

.blog-details-wrapper .blog-details-items .tag-share-wrap .social-icon a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 6px 6px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: var(--title);
    transition: all 0.4s ease-in-out;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: var(--bg4);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 1px solid var(--border);
    opacity: 0.8;
}

.blog-details-wrapper .blog-details-items .tag-share-wrap .social-icon a:hover {
    background-color: var(--theme);
    color: var(--header);
    border: 1px solid transparent;
}

.blog-details-wrapper .blog-details-items .arry-blog-button {
    padding: 30px 30px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    border: 1px solid var(--border-2);
}

@media (max-width: 1199px) {
    .blog-details-wrapper .blog-details-items .arry-blog-button {
        padding: 10px 10px;
    }
}

.blog-details-wrapper .blog-details-items .arry-blog-button .arry-prev {
    color: var(--title);
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid var(--theme);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .blog-details-wrapper .blog-details-items .arry-blog-button .arry-prev {
        padding: 10px 10px;
    }
}

.blog-details-wrapper .blog-details-items .arry-blog-button .arry-prev i {
    font-size: 20px;
}

.blog-details-wrapper .blog-details-items .arry-blog-button .arry-prev:hover {
    background-color: var(--theme);
    transition: all 0.4s ease-in-out;
    color: var(--white);
}

.blog-details-wrapper .blog-details-items .arry-blog-button .pre {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
    margin-right: 350px;
    position: relative;
}

@media (max-width: 1399px) {
    .blog-details-wrapper .blog-details-items .arry-blog-button .pre {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .blog-details-wrapper .blog-details-items .arry-blog-button .pre {
        display: none;
    }
}

.blog-details-wrapper .blog-details-items .arry-blog-button .pre::after {
    position: absolute;
    right: -200px;
    top: 0;
    height: 50px;
    width: 1px;
    content: "";
    background-color: var(--theme);
}

.blog-details-wrapper .blog-details-items .arry-blog-button .next {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
    margin-left: 10px;
}

@media (max-width: 1399px) {
    .blog-details-wrapper .blog-details-items .arry-blog-button .next {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .blog-details-wrapper .blog-details-items .arry-blog-button .next {
        display: none;
    }
}

.blog-details-wrapper .blog-details-items .arry-blog-button .arry-next {
    color: var(--title);
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid var(--theme);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .blog-details-wrapper .blog-details-items .arry-blog-button .arry-next {
        padding: 10px 10px;
    }
}

.blog-details-wrapper .blog-details-items .arry-blog-button .arry-next:hover {
    background-color: var(--theme);
    transition: all 0.4s ease-in-out;
    color: var(--white);
}

.blog-details-wrapper .blog-details-items .arry-blog-button .arry-next i {
    font-size: 20px;
}

.blog-details-wrapper .blog-details-items .comment-form-wrap h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .blog-details-wrapper .blog-details-items .comment-form-wrap h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.blog-details-wrapper .blog-details-items .comment-form-wrap .form-clt input,
.blog-details-wrapper .blog-details-items .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    border: 1px solid var(--border);
    padding: 16px 20px;
    font-weight: 500;
}

.blog-details-wrapper .blog-details-items .comment-form-wrap .form-clt input::placeholder,
.blog-details-wrapper .blog-details-items .comment-form-wrap .form-clt textarea::placeholder {
    color: var(--text);
}

.blog-details-wrapper .blog-details-items .comment-form-wrap .form-clt textarea {
    padding-bottom: 100px;
}

.blog-details-wrapper .blog-details-items .comment-form-wrap .theme-btn {
    height: 60px;
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget {
    padding: 23px 30px 30px 30px;
    background: var(--white);
    border-radius: 5px;
    border: 1px solid var(--border-2);
    margin-bottom: 30px;
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .wid-title h3 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

@media (max-width: 1199px) {
    .blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .wid-title h3 {
        font-size: 26px;
    }
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .search-widget form {
    width: 100%;
    position: relative;
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .search-widget form input {
    background-color: var(--gray1);
    padding: 20px;
    width: 100%;
    border: none;
    color: var(--text);
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 5px;
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .search-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    color: var(--theme);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .search-widget form button:hover {
    background-color: var(--header);
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .blog-widget-categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: var(--white);
    font-weight: 500;
    border-radius: 5px;
    background: var(--gray1);
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .blog-widget-categories ul li a {
    color: var(--header);
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 1199px) {
    .blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .blog-widget-categories ul li a {
        font-size: 13px;
    }
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .blog-widget-categories ul li span {
    transition: all 0.4s ease-in-out;
    color: var(--header);
    color: var(--title);
    text-align: right;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 1199px) {
    .blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .blog-widget-categories ul li span {
        font-size: 13px;
    }
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .blog-widget-categories ul li:not(:last-child) {
    margin-bottom: 12px;
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .blog-widget-categories ul li:hover {
    background-color: var(--theme);
    color: var(--white);
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .blog-widget-categories ul li:hover a {
    color: var(--white);
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .blog-widget-categories ul li:hover span {
    color: var(--white);
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .recent-post-area .recent-items {
    padding: 20px 0px 21px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 5px;
    background: var(--gray1);
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
    margin-bottom: 20px;
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 1199px) {
    .blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
        font-size: 13px;
    }
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
    color: var(--title);
    margin-right: 5px;
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
        font-size: 16px;
    }
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
    color: var(--theme);
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .tagcloud a {
    display: inline-block;
    padding: 10px 9px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    background: var(--white);
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
    border: 1px solid var(--border-2);
    background: var(--bg4);
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .tagcloud a:last-child {
    margin-right: 0;
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .tagcloud a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .social-icon {
    margin-top: 26px;
    gap: 15px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .social-icon {
        margin-top: 20px;
    }
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 13px 11px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: var(--title);
    transition: all 0.4s ease-in-out;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: var(--white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 1px solid var(--border-2);
    opacity: 0.8;
    transition: all 0.4s ease-in-out;
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .social-icon a i {
    color: var(--title);
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .social-icon a:hover {
    background-color: var(--theme);
    color: var(--header);
    border: 1px solid transparent;
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .social-icon a:hover i {
    color: var(--white);
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .button-input {
    position: relative;
    margin-top: 10px;
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .button-input h5 {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .button-input input {
    background: transparent;
    border: none;
    outline: none;
    padding: 10px 20px;
    width: 85%;
    border-radius: 5px;
    border: 1px solid var(--border-2);
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .button-input .newsletter-btn {
    position: absolute;
    top: 59px;
    right: 50px;
    width: 50px;
    height: 47px;
    line-height: 50px;
    border-radius: 8px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 0px 5px 5px 0px;
}

@media (max-width: 1199px) {
    .blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .button-input .newsletter-btn {
        top: 59px;
        right: 35px;
    }
}

.blog-details-wrapper .main-sidebar-style-3 .single-sidebar-widget .button-input .newsletter-btn i {
    font-size: 14px;
}

/* 04.Buttons */
/* 33.Buttons */
/*----------------------------------------------
    # Buttons style here
----------------------------------------------*/
.theme-btn {
    background-color: var(--title);
    color: var(--white);
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 13px 30px;
    border-radius: 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .theme-btn {
        height: 48px;
    }
}

.theme-btn::before {
    content: "";
    background-color: var(--orange);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
    border-radius: 0px;
}

.theme-btn::after {
    content: "";
    background-color: var(--orange);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
    border-radius: 0px;
}

.theme-btn.style2 {
    background-color: var(--title);
    color: var(--white);
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 13px 30px;
    border-radius: 0;
    border-radius: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.theme-btn.style2::before {
    content: "";
    background-color: var(--orange);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn.style2::after {
    content: "";
    background-color: var(--orange);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn.style3 {
    background-color: transparent;
    color: var(--title);
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 0;
    border: 1px solid var(--theme);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.theme-btn.style3::before {
    content: "";
    background-color: var(--orange);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn.style3::after {
    content: "";
    background-color: var(--orange);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn.style4 {
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid var(--theme);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
    height: 50px;
    display: inline-flex;
    align-self: center;
    justify-content: baseline;
}

@media (max-width: 575px) {
    .theme-btn.style4 {
        height: 48px;
    }
}

.theme-btn.style4::before {
    content: "";
    background-color: var(--title);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn.style4::after {
    content: "";
    background-color: var(--title);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn.style5 {
    background-color: var(--bg4);
    color: var(--title);
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.theme-btn.style5::before {
    content: "";
    background-color: var(--title);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn.style5::after {
    content: "";
    background-color: var(--title);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn i {
    margin-left: 10px;
}

.theme-btn:hover {
    color: var(--white);
    background-color: var(--title);
}

.theme-btn:hover::before, .theme-btn:hover::after {
    width: 100%;
}

.theme-btn.hover-white::before, .theme-btn.hover-white::after {
    background-color: var(--white);
}

.theme-btn.hover-white:hover {
    color: var(--header);
}

.theme-btn.bg-white {
    background-color: var(--white);
    color: var(--header);
}

.theme-btn.bg-white:hover {
    color: var(--white);
}

.theme-btn.border-white {
    border: 1px solid var(--white);
    background-color: transparent;
    padding: 22px 40px;
}

@media (max-width: 767px) {
    .theme-btn.border-white {
        padding: 18px 32px;
    }
}

@media (max-width: 575px) {
    .theme-btn.border-white {
        padding: 16px 30px;
    }
}

.theme-btn.border-white::before, .theme-btn.border-white::after {
    background-color: var(--white);
}

.theme-btn.border-white:hover {
    color: var(--header) !important;
}

@media (max-width: 767px) {
    .theme-btn {
        padding: 20px 32px;
    }
}

@media (max-width: 575px) {
    .theme-btn {
        padding: 10px 30px;
        font-size: 14px;
    }
}

.btn-icon {
    background: none;
    border: 1px solid #e5e7eb;
    width: 32px;
    height: 32px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.btn-icon.approve {
    color: #059669;
    border-color: #d1fae5;
}

.btn-icon.approve:hover {
    background-color: #ecfdf5;
    border-color: #a7f3d0;
}

.btn-icon.reject {
    color: #dc2626;
    border-color: #fecaca;
}

.btn-icon.reject:hover {
    background-color: #fef2f2;
    border-color: #fca5a5;
}

/* 34.Error */
.error-wrapper {
    text-align: center;
}

.error-wrapper .thumb {
    max-width: 758px;
    margin: 0 auto;
}

.error-wrapper .thumb img {
    max-width: 100%;
}

.error-wrapper .thumb:hover img {
    transform: scale(1);
}

.error-wrapper .btn-wrapper {
    margin-top: 79px;
}

@media (max-width: 767px) {
    .error-wrapper .btn-wrapper {
        margin-top: 60px;
    }
}

/* 35.Wishlist */
.wishlist-wrapper {
    text-align: center;
    max-width: 709px;
    margin: 0 auto;
    border: 1px solid var(--border-2);
    padding: 43px 0 43px 0;
}

.wishlist-wrapper .thumb {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .wishlist-wrapper .thumb {
        margin-bottom: 20px;
    }
}

.wishlist-wrapper .thumb img {
    width: 90px;
    height: 90px;
}

.wishlist-wrapper h3 {
    color: var(--title);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Nunito", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .wishlist-wrapper h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 20px;
    }
}

/* 36.Privacy Policy */
.privacy-policy-content {
    padding-bottom: 30px;
}

.privacy-policy-content:last-child {
    padding-bottom: 0;
}

.privacy-policy-content h3 {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 10px;
}

@media (max-width: 500px) {
    .privacy-policy-content h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

.privacy-policy-content p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* 37.terms service */
.terms-service-wrapper .terms-service-title {
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .terms-service-wrapper .terms-service-title {
        padding-bottom: 30px;
    }
}

.terms-service-wrapper .terms-service-title h2 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px; /* 147.727% */
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .terms-service-wrapper .terms-service-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

.terms-service-wrapper .terms-service-title p {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.terms-service-wrapper .terms-service-list-wrapper {
    padding-bottom: 10px;
}

.terms-service-wrapper .terms-service-list-wrapper:last-child {
    padding-bottom: 0;
}

.terms-service-wrapper .terms-service-list-wrapper h3 {
    color: var(var(--title));
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 27px;
}

@media (max-width: 767px) {
    .terms-service-wrapper .terms-service-list-wrapper h3 {
        font-size: 22px;
    }
}

.terms-service-wrapper .terms-service-list-wrapper ul li {
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 20px;
}

.terms-service-wrapper .terms-service-list-wrapper ul li span {
    margin-right: 10px;
}

/* 38.shipping info */
.shipping-infometion-wrapper .shipping-overview {
    padding-bottom: 18px;
}

.shipping-infometion-wrapper .shipping-overview h3 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    text-transform: capitalize;
    padding-bottom: 26px;
}

@media (max-width: 500px) {
    .shipping-infometion-wrapper .shipping-overview h3 {
        font-size: 30px;
        line-height: 38px;
        padding-bottom: 16px;
    }
}

.shipping-infometion-wrapper .shipping-overview p {
    color: var(--title2);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 25px;
}

.shipping-infometion-wrapper .shipping-overview .overview-list li {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
}

.shipping-infometion-wrapper .shipping-overview .overview-list li span {
    height: 20px;
    width: 20px;
    margin-right: 20px;
}

.shipping-infometion-wrapper .shipping-overview .overview-list li span img {
    max-width: 100%;
}

.shipping-infometion-wrapper .shipping-content {
    padding-bottom: 30px;
}

.shipping-infometion-wrapper .shipping-content:last-child {
    padding-bottom: 0;
}

.shipping-infometion-wrapper .shipping-content h4 {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 10px;
}

@media (max-width: 500px) {
    .shipping-infometion-wrapper .shipping-content h4 {
        font-size: 20px;
        line-height: 28px;
    }
}

.shipping-infometion-wrapper .shipping-content p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.shipping-infometion-wrapper .shipping-rewards-list-wrapper {
    padding-bottom: 10px;
}

.shipping-infometion-wrapper .shipping-rewards-list-wrapper ul li {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
}

.shipping-infometion-wrapper .shipping-rewards-list-wrapper ul li span {
    padding-right: 20px;
}

/* 39.return exchange */
.return-exchange-wrapper .return-exchange-overview {
    padding-bottom: 18px;
}

.return-exchange-wrapper .return-exchange-overview h3 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    text-transform: capitalize;
    padding-bottom: 16px;
}

@media (max-width: 500px) {
    .return-exchange-wrapper .return-exchange-overview h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
    }
}

.return-exchange-wrapper .return-exchange-overview p {
    color: var(--title2);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 25px;
}

.return-exchange-wrapper .return-exchange-overview .overview-list li {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
}

.return-exchange-wrapper .return-exchange-overview .overview-list li span {
    height: 20px;
    width: 20px;
    margin-right: 20px;
}

.return-exchange-wrapper .return-exchange-overview .overview-list li span img {
    max-width: 100%;
}

.return-exchange-wrapper .return-exchange-content {
    padding-bottom: 30px;
}

.return-exchange-wrapper .return-exchange-content:last-child {
    padding-bottom: 0;
}

.return-exchange-wrapper .return-exchange-content h4 {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 10px;
}

@media (max-width: 500px) {
    .return-exchange-wrapper .return-exchange-content h4 {
        font-size: 20px;
        line-height: 28px;
    }
}

.return-exchange-wrapper .return-exchange-content p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.return-exchange-wrapper .return-exchange-rewards-list-wrapper {
    padding-bottom: 10px;
}

.return-exchange-wrapper .return-exchange-rewards-list-wrapper ul li {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
}

.return-exchange-wrapper .return-exchange-rewards-list-wrapper ul li span {
    padding-right: 20px;
}

/* 41.form */
.form-control:focus {
    color: var(--bs-body-color);
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.form-control input[type=file]::file-selector-button {
    color: var(--bs-body-color);
    background-color: transparent;
    border: none;
    border-right: 1px solid var(--border);
    cursor: pointer;
}

.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.input-item {
    margin-bottom: 28px;
}

.input-item label {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.input-item .form-control, .input-item .form-select {
    border-radius: 5px;
    border: none;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: var(--bg4);
}

.input-item .form-control::placeholder, .input-item .form-select::placeholder {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.input-item.input-style2 .form-control, .input-item.input-style2 .form-select {
    border: 1px solid var(--border-2);
    background-color: var(--white);
}

/* Base upload area styling */
.input-file {
    position: relative;
    border: 2px dashed var(--border-2);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    background: var(--bg4);
}

.input-file:hover {
    border-color: #4e73df;
    background: var(--bg3);
}

/* Upload label styling */
.upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    color: var(--theme);
    font-weight: 600;
}

.upload-label small {
    color: var(--title2);
    font-weight: normal;
    font-size: 0.8em;
}

.upload-icon {
    display: block;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%234e73df" viewBox="0 0 24 24"><path d="M19 13a1 1 0 0 0-1 1v.38l-1.48-1.48a2.79 2.79 0 0 0-3.93 0l-.7.7-2.48-2.48a2.85 2.85 0 0 0-3.93 0L4 12.6V7a1 1 0 0 1 1-1h7a1 1 0 1 0 0-2H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-5a1 1 0 0 0-1-1zM5 20a1 1 0 0 1-1-1v-3.57l2.9-2.9a.79.79 0 0 1 1.09 0l3.17 3.17 4.29 4.3zm13-1a1 1 0 0 1-.18.53L13.31 15l.7-.7a.77.77 0 0 1 1.1 0L18 17.22zm4.71-8.71a1 1 0 0 0-1.42 0l-3 3a1 1 0 0 0 1.42 1.42l3-3a1 1 0 0 0 0-1.42z"/></svg>') no-repeat center;
}

/* Image preview grid */
.image-previews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.preview-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    aspect-ratio: 1/1;
}

.preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    background: var(--theme);
    color: var(--white);
    font-family: initial;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s;
}

.preview-card:hover .remove-btn {
    opacity: 1;
}

/* Hide the default file input */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* 42.order history */
.order-history-wrapper .order-history-title {
    padding-bottom: 44px;
}

.order-history-wrapper .order-history-title h2 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .order-history-wrapper .order-history-title h2 {
        font-size: 26px;
        line-height: 28px;
    }
}

.order-history-wrapper .order-history-title p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.order-history-wrapper .order-history-input-wrapper .input-textarea {
    padding-bottom: 40px;
}

.order-history-wrapper .order-history-input-wrapper .input-textarea .form-control {
    border-radius: 5px;
    background: var(--bg4);
    border: none;
    height: 180px;
}

.order-history-wrapper .order-history-input-wrapper .input-textarea .form-control::placeholder {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* 43.payment */
.payment-methods-wrapper .payment-methods-content h3 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
    padding-bottom: 30px;
}

@media (max-width: 500px) {
    .payment-methods-wrapper .payment-methods-content h3 {
        font-size: 32px;
        line-height: 42px;
        padding-bottom: 20px;
    }
}

.payment-methods-wrapper .payment-methods-content p {
    padding-bottom: 20px;
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.payment-methods-wrapper .payment-methods-content .payment-list-wrapper ul li {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 18px;
}

.payment-methods-wrapper .payment-methods-content .payment-list-wrapper ul li span {
    padding-right: 20px;
}

.payment-methods-wrapper .payment-methods-content .payment-content {
    padding-top: 10px;
}

.payment-methods-wrapper .payment-methods-content .payment-content h4 {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 20px;
}

.payment-methods-wrapper .payment-methods-content .payment-card-wrapper {
    padding-top: 10px;
}

.payment-methods-wrapper .payment-methods-content .payment-card-wrapper h4 {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.payment-methods-wrapper .payment-methods-content .payment-card-wrapper .payment-card-list {
    display: flex;
    gap: 10px;
    padding-top: 30px;
}

/* 44.address */
.address-wrapper .address-title {
    padding-bottom: 32px;
}

.address-wrapper .address-title h3 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
}

@media (max-width: 470px) {
    .address-wrapper .address-title h3 {
        font-size: 30px;
        line-height: 42px;
    }
}

.address-wrapper .address-title p {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}

.address-wrapper .address-title p span {
    padding-right: 20px;
}

.address-wrapper .address-form-wrapper .btn-wrapper {
    margin-top: 10px;
}

.address-wrapper .address-form-wrapper .btn-wrapper .theme-btn {
    width: 315px;
    text-align: center;
    padding: 20px 0;
    border-radius: 5px;
}

@media (max-width: 470px) {
    .address-wrapper .address-form-wrapper .btn-wrapper .theme-btn {
        width: 200px;
    }
}

/* 45.order confirmation */
.order-confirmation-wrapper .order-title {
    text-align: center;
    padding-bottom: 50px;
}

.order-confirmation-wrapper .order-title h2 {
    color: var(--title);
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .order-confirmation-wrapper .order-title h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

.order-confirmation-wrapper .order-title p {
    color: var(--title);
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .order-confirmation-wrapper .order-title p {
        font-size: 14px;
    }
}

.order-confirmation-wrapper .order-content-wrapper {
    background-color: var(--bg4);
    padding: 60px;
    position: relative;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .order-confirmation-wrapper .order-content-wrapper {
        padding: 30px;
    }
}

.order-confirmation-wrapper .order-content-wrapper .order-info {
    display: flex;
    gap: 13px;
}

@media (max-width: 470px) {
    .order-confirmation-wrapper .order-content-wrapper .order-info {
        flex-wrap: wrap;
    }
}

.order-confirmation-wrapper .order-content-wrapper .order-info span {
    display: block;
}

.order-confirmation-wrapper .order-content-wrapper .order-info .label {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .order-confirmation-wrapper .order-content-wrapper .order-info .label {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .order-confirmation-wrapper .order-content-wrapper .order-info .label {
        font-size: 16px;
        line-height: 28px;
    }
}

.order-confirmation-wrapper .order-content-wrapper .order-info .value {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 20px;
}

.order-confirmation-wrapper .order-content-wrapper .order-info .value .highlight {
    color: var(--theme);
}

@media (max-width: 991px) {
    .order-confirmation-wrapper .order-content-wrapper .order-info .value {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .order-confirmation-wrapper .order-content-wrapper .order-info .value {
        font-size: 16px;
        line-height: 28px;
    }
}

.order-confirmation-wrapper .order-content-wrapper .shape {
    position: absolute;
    right: 47px;
    bottom: 23px;
}

@media (max-width: 767px) {
    .order-confirmation-wrapper .order-content-wrapper .shape {
        display: none;
    }
}

/* Products Section */
.order-products-section {
    position: relative;
    border-radius: 5px;
    margin-top: 30px;
}

.order-products-section .products-header {
    background: var(--bg4);
    padding: 25px 30px;
    border-bottom: 1px solid var(--border-2);
}

.order-products-section .products-header h3 {
    color: var(--title);
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-products-section .products-header .icon {
    color: var(--theme);
    font-size: 20px;
}

/* Seller Groups */
.order-products-section .seller-group {
    border-bottom: 1px solid var(--border-2);
}

.order-products-section .seller-group:last-child {
    border-bottom: none;
}

.order-products-section .seller-info {
    background-color: #f1f5f878;
    padding: 20px 30px;
    border-bottom: 1px solid var(--border-2);
}

.order-products-section .seller-info h4 {
    color: var(--title);
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-products-section .seller-icon {
    color: var(--theme);
    font-size: 16px;
}

/* Product Items */
.order-products-section .product-item {
    padding: 25px 30px;
    border-bottom: 1px solid var(--border-2);
    display: grid;
    grid-template-columns: 100px 1fr auto auto;
    gap: 20px;
    align-items: center;
}

.order-products-section .product-item:last-child {
    border-bottom: none;
}

@media (max-width: 767px) {
    .order-products-section .product-item {
        grid-template-columns: 80px 1fr;
        gap: 15px;
        padding: 20px;
    }
}

.order-products-section .product-image {
    border-radius: 8px;
    overflow: hidden;
    background: var(--bg4);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
}

.order-products-section .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-products-section .product-image .placeholder {
    color: var(--title2);
    font-size: 24px;
}

.order-products-section .product-details {
    flex: 1;
}

.order-products-section .product-details h5 {
    color: var(--title);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 8px 0;
}

.order-products-section .product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    color: var(--title2);
    font-size: 14px;
}

.order-products-section .meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 767px) {
    .order-products-section .product-details {
        grid-column: 1 / -1;
    }

    .order-products-section .product-meta {
        margin-top: 10px;
    }
}

.order-products-section .product-quantity {
    text-align: center;
    color: var(--title);
    font-weight: 600;
}

.order-products-section .quantity-label {
    font-size: 12px;
    color: var(--title2);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.order-products-section .quantity-value {
    font-size: 16px;
    color: var(--title);
}

.order-products-section .product-price {
    text-align: right;
    color: var(--title);
    font-weight: 600;
}

.order-products-section .price-label {
    font-size: 12px;
    color: var(--title2);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.order-products-section .price-value {
    font-size: 18px;
    color: var(--theme);
}

.order-products-section .mobile-price-qty {
    display: none;
}

@media (max-width: 767px) {
    .order-products-section .product-quantity,
    .order-products-section .product-price {
        display: none;
    }

    .order-products-section .mobile-price-qty {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid var(--border-2);
    }

    .order-products-section .mobile-price-qty .mobile-label {
        font-size: 12px;
        color: var(--title2);
        text-transform: uppercase;
    }

    .order-products-section .mobile-price-qty .mobile-value {
        font-weight: 600;
        color: var(--title);
    }
}

@media (max-width: 575px) {
    .order-products-section .products-header,
    .order-products-section .seller-info,
    .order-products-section .product-item {
        padding: 15px 20px;
    }
}

/* 46.checkout */
.checkout-wrapper .checkout-title {
    background-color: var(--bg4);
    text-align: center;
    margin-bottom: 30px;
    padding: 18px 0;
    border-radius: 5px;
}

.checkout-wrapper .checkout-title h3 {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

@media (max-width: 470px) {
    .checkout-wrapper .checkout-title h3 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 991px) {
    .checkout-wrapper .checkout-btn-wrapper {
        margin-bottom: 30px;
    }
}

.checkout-wrapper .checkout-btn-wrapper .forget-password {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.checkout-wrapper .checkout-btn-wrapper .btn-wrapper {
    margin-bottom: 16px;
}

.checkout-wrapper .Product-Listing-card-1 .thumb img {
    width: 60px;
    height: auto;
}

.checkout-wrapper .total-text {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

/* 47.site-map */
.site-map-wrapper .site-map-left-box .our-store-wrapper {
    padding: 20px 30px 24px 30px;
    border: 1px solid var(--border-2);
    border-radius: 5px;
}

.site-map-wrapper .site-map-left-box .our-store-wrapper .title {
    background-color: var(--bg4);
    padding: 28px 0;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
}

.site-map-wrapper .site-map-left-box .our-store-wrapper .title h3 {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

.site-map-wrapper .site-map-left-box .our-store-wrapper p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.site-map-wrapper .site-map-left-box .our-store-wrapper .operation-schedule-wrapper {
    padding-top: 38px;
}

.site-map-wrapper .site-map-left-box .our-store-wrapper .operation-schedule-wrapper h4 {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

.site-map-wrapper .site-map-left-box .our-store-wrapper .operation-schedule-wrapper .operation-schedule {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.site-map-wrapper .site-map-left-box .our-store-wrapper .operation-schedule-wrapper .operation-schedule Span {
    display: block;
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 8px;
}

.site-map-wrapper .site-map-left-box .contact-wrapper {
    border: 1px solid var(--border-2);
    padding: 60px 0;
    border-radius: 5px;
    margin-top: 60px;
    text-align: center;
}

@media (max-width: 991px) {
    .site-map-wrapper .site-map-left-box .contact-wrapper {
        margin-bottom: 30px;
    }
}

.site-map-wrapper .site-map-left-box .contact-wrapper .icon {
    height: 96px;
    width: 96px;
    border-radius: 50%;
    background-color: var(--bg4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}

.site-map-wrapper .site-map-left-box .contact-wrapper h3 {
    padding-top: 10px;
    color: var(--title);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

@media (max-width: 470px) {
    .site-map-wrapper .site-map-left-box .contact-wrapper h3 {
        font-size: 22px;
    }
}

.site-map-wrapper .site-map-left-box .contact-wrapper p {
    color: var(--title);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-top: 30px;
}

@media (max-width: 500px) {
    .site-map-wrapper .site-map-left-box .contact-wrapper p {
        padding-top: 20px;
    }
}

.site-map-wrapper .site-input-area .input-item label {
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.site-map-wrapper .site-input-area .input-item .form-control {
    background-color: transparent;
    border: 1px solid var(--border-2);
}

.site-map-wrapper .site-input-area .input-textarea {
    padding-bottom: 40px;
}

.site-map-wrapper .site-input-area .input-textarea label {
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.site-map-wrapper .site-input-area .input-textarea .form-control {
    border-radius: 5px;
    background: transparent;
    border: none;
    height: 180px;
    border: 1px solid var(--border-2);
}

.site-map-wrapper .site-input-area .input-textarea .form-control::placeholder {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.contact-service-wrapper .service-wrapper {
    text-align: center;
}

@media (max-width: 991px) {
    .contact-service-wrapper .service-wrapper {
        margin-bottom: 30px;
    }
}

.contact-service-wrapper .service-wrapper h4 {
    color: var(--title);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-top: 14px;
}

@media (max-width: 1199px) {
    .contact-service-wrapper .service-wrapper h4 {
        font-size: 24px;
    }
}

.contact-service-wrapper .service-wrapper p {
    padding-top: 10px;
    color: var(--title2);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.map-container {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* 48.contact */
.contact-section .contact-wrapper.style1 .contact-left-items .title-section {
    margin-bottom: 23px;
}

.contact-section .contact-wrapper.style1 .contact-left-items .contact-info-items {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
}

.contact-section .contact-wrapper.style1 .contact-left-items .contact-info-items .icon {
    width: 55px;
    height: 55px;
    background-color: var(--white);
    text-align: center;
    line-height: 55px;
    border-radius: 999px;
    color: var(--theme);
}

.contact-section .contact-wrapper.style1 .contact-left-items .contact-info-items .content p {
    color: #737373;
}

.contact-section .contact-wrapper.style1 .contact-left-items .contact-info-items .content a,
.contact-section .contact-wrapper.style1 .contact-left-items .contact-info-items .content span {
    display: block;
    color: var(--Gray-900, #252525);
    font-family: Epilogue;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 6px;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt.paper-plane {
    position: relative;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt.paper-plane::after {
    content: "\f1d8";
    color: #252525;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    top: 23px;
    right: 30px;
    position: absolute;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt.phone {
    position: relative;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt.phone::after {
    content: "\f095";
    color: #252525;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    top: 23px;
    right: 30px;
    position: absolute;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt.envelope {
    position: relative;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt.envelope::after {
    content: "\f0e0";
    color: #252525;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    top: 15px;
    right: 30px;
    position: absolute;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt span {
    color: var(--title);
    font-weight: 600;
    text-transform: capitalize;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt input,
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt textarea {
    margin-bottom: 20px;
    color: var(--title);
    padding: 16px 30px;
    border-radius: 999px;
    width: 100%;
    background: var(--white);
    border: 1px solid var(--white);
    color: #444;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt input::placeholder,
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt textarea::placeholder {
    color: #737373;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .form-clt textarea {
    width: 100%;
    padding: 15px 20px;
    background: var(--white);
    border-radius: 20px;
    border: 1px solid var(--white);
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    height: 110px;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 30px;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box .round {
    position: relative;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box .round label {
    background-color: var(--white);
    border: 1px solid var(--title);
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 10px;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box .round input[type=checkbox] {
    visibility: hidden;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box .round input[type=checkbox]:checked + label {
    background-color: var(--theme);
    border-color: var(--title);
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box .round input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box .round p {
    color: #737373;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content .contact-form-items .check-box button.gt-btn {
    color: var(--White, #FFF);
    font-family: Syne;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
    border-radius: 5px;
    background: var(--P2, #FE5E3A);
    padding: 20px 30px;
    width: 100%;
    text-align: center;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content.style2 .contact-form-items .form-clt input,
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content.style2 .contact-form-items .form-clt textarea {
    color: var(--title);
    background: var(--gray1);
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content.style2 .contact-form-items .form-clt input::placeholder,
.contact-section .contact-wrapper.style1 .contact-right-items .contact-content.style2 .contact-form-items .form-clt textarea::placeholder {
    color: #737373;
}

.contact-section .contact-wrapper.style1 .contact-right-items .contact-content.style2 .contact-form-items .form-clt textarea {
    background: var(--gray1);
    border: 1px solid var(--white);
    color: var(--title);
}

.contact-section .contact-wrapper.style2 .contact-info .contract-details {
    border-radius: 20px;
    background: #F6F8F0;
    padding: 58px 40px;
}

@media (max-width: 450px) {
    .contact-section .contact-wrapper.style2 .contact-info .contract-details {
        padding: 30px 20px;
    }
}

.contact-section .contact-wrapper.style2 .contact-info .contract-details h4 {
    color: var(--text);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.contact-section .contact-wrapper.style2 .contact-info .contract-details p {
    color: #737373;
    margin-bottom: 60px;
}

.contact-section .contact-wrapper.style2 .contact-info .contract-details .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 41px;
    column-gap: 79px;
}

.contact-section .contact-wrapper.style2 .contact-info .contract-details .content .content-item {
    display: flex;
    gap: 20px;
}

.contact-section .contact-wrapper.style2 .contact-info .contract-details .content .content-item span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #dee7de;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: var(--theme);
}

.contact-section .contact-wrapper.style2 .contact-info .contract-details .content .content-item .contact-inner h4 {
    color: var(--text);
    margin-bottom: 10px;
}

.contact-section .contact-wrapper.style2 .contact-info .contract-details .content .content-item .contact-inner a,
.contact-section .contact-wrapper.style2 .contact-info .contract-details .content .content-item .contact-inner p {
    color: #737373;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: block;
    margin-bottom: 0;
}

.contact-section .contact-wrapper.style3 .contact-left-wrapper .contact-title {
    padding-bottom: 64px;
}

.contact-section .contact-wrapper.style3 .contact-left-wrapper .contact-title h4 {
    color: var(--theme);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 10px;
}

.contact-section .contact-wrapper.style3 .contact-left-wrapper .contact-title h4 span {
    padding-right: 9px;
}

.contact-section .contact-wrapper.style3 .contact-left-wrapper .contact-title h2 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    text-transform: capitalize;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .contact-section .contact-wrapper.style3 .contact-left-wrapper .contact-title h2 {
        font-size: 40px;
        line-height: 46px;
    }
}

@media (max-width: 470px) {
    .contact-section .contact-wrapper.style3 .contact-left-wrapper .contact-title h2 {
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 10px;
    }
}

.contact-section .contact-wrapper.style3 .contact-left-wrapper .contact-title p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 1199px) {
    .contact-section .contact-wrapper.style3 .contact-left-wrapper .contact-title p br {
        display: none;
    }
}

.contact-section .contact-wrapper.style3 .contact-left-wrapper .contact-info-wrapper .single-info {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
}

.contact-section .contact-wrapper.style3 .contact-left-wrapper .contact-info-wrapper .single-info .icon {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    border: 1px solid var(--border-2);
    font-size: 24px;
    color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .contact-section .contact-wrapper.style3 .contact-left-wrapper .contact-info-wrapper .single-info .icon {
        height: 50px;
        width: 50px;
        font-size: 20px;
    }
}

.contact-section .contact-wrapper.style3 .contact-left-wrapper .contact-info-wrapper .single-info .info h4 {
    color: var(--title);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 7px;
}

@media (max-width: 767px) {
    .contact-section .contact-wrapper.style3 .contact-left-wrapper .contact-info-wrapper .single-info .info h4 {
        font-size: 20px;
        line-height: 28px;
    }
}

.contact-section .contact-wrapper.style3 .contact-left-wrapper .contact-info-wrapper .single-info .info p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.contact-section .contact-wrapper.style3 .contact-left-wrapper .contact-info-wrapper .single-info .info p a {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.contact-section .contact-wrapper.style3 .contact-input-wrapper {
    border: 1px solid var(--border-2);
    padding: 53px 60px 60px 60px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .contact-section .contact-wrapper.style3 .contact-input-wrapper {
        padding: 30px;
    }
}

.contact-section .contact-wrapper.style3 .contact-input-wrapper .title h3 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    text-transform: capitalize;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .contact-section .contact-wrapper.style3 .contact-input-wrapper .title h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 470px) {
    .contact-section .contact-wrapper.style3 .contact-input-wrapper .title h3 {
        font-size: 24px;
        line-height: 36px;
    }
}

.contact-section .contact-wrapper.style3 .contact-input-wrapper .input-item .form-control {
    border: 1px solid var(--border-2);
    background-color: transparent;
    height: 48px;
}

.contact-section .contact-wrapper.style3 .contact-input-wrapper .input-textarea {
    margin-bottom: 40px;
}

.contact-section .contact-wrapper.style3 .contact-input-wrapper .input-textarea .form-control {
    border: 1px solid var(--border-2);
    background-color: transparent;
    height: 108px;
}

.contact-section .contact-wrapper.style3 .contact-input-wrapper .btn-wrapper .theme-btn {
    width: 100%;
    text-align: center;
}

.contact-us .contact-left-items {
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #E9E9E9;
}

@media (max-width: 767px) {
    .contact-us .contact-left-items {
        padding: 25px;
    }
}

.contact-us .contact-left-items.style2 {
    background-color: var(--gray1);
}

.contact-us .contact-left-items .title-section .sub-title {
    color: var(--theme);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}

.contact-us .contact-left-items .title-section h3 {
    color: var(--title);
    margin-bottom: 33px;
}

.contact-us .contact-left-items .contact-content .contact-form-items .form-clt span {
    color: var(--title);
    font-weight: 600;
    text-transform: capitalize;
}

.contact-us .contact-left-items .contact-content .contact-form-items .form-clt input,
.contact-us .contact-left-items .contact-content .contact-form-items .form-clt textarea,
.contact-us .contact-left-items .contact-content .contact-form-items .form-clt select {
    margin-bottom: 20px;
    color: var(--title);
    padding: 16px 30px;
    width: 100%;
    background: var(--white);
    border-radius: 20px;
    border: 1px solid #E9E9E9;
    color: #444;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.contact-us .contact-left-items .contact-content .contact-form-items .form-clt input::placeholder,
.contact-us .contact-left-items .contact-content .contact-form-items .form-clt textarea::placeholder,
.contact-us .contact-left-items .contact-content .contact-form-items .form-clt select::placeholder {
    color: #737373;
}

.contact-us .contact-left-items .contact-content .contact-form-items .form-clt textarea {
    width: 100%;
    padding: 15px 20px;
    background: var(--white);
    border-radius: 20px;
    border: 1px solid #E9E9E9;
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    height: 110px;
}

.contact-us .contact-left-items .contact-content .contact-form-items .check-box {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 30px;
}

.contact-us .contact-left-items .contact-content .contact-form-items .check-box .round {
    position: relative;
}

.contact-us .contact-left-items .contact-content .contact-form-items .check-box .round label {
    background-color: var(--white);
    border: 1px solid var(--title);
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}

.contact-us .contact-left-items .contact-content .contact-form-items .check-box .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 10px;
}

.contact-us .contact-left-items .contact-content .contact-form-items .check-box .round input[type=checkbox] {
    visibility: hidden;
}

.contact-us .contact-left-items .contact-content .contact-form-items .check-box .round input[type=checkbox]:checked + label {
    background-color: var(--theme);
    border-color: var(--title);
}

.contact-us .contact-left-items .contact-content .contact-form-items .check-box .round input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.contact-us .contact-left-items .contact-content .contact-form-items .check-box .round p {
    color: #737373;
}

.contact-us .contact-left-items .contact-content .contact-form-items .check-box button.gt-btn {
    color: var(--White, #FFF);
    font-family: Syne;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
    border-radius: 5px;
    background: var(--P2, #FE5E3A);
    padding: 20px 30px;
    width: 100%;
    text-align: center;
}

.contact-us .thumb img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.map {
    max-width: 630;
}

.map iframe {
    width: 100%;
}

/* 49.dashboard */
.account-dashboard-wrapper .account-title-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 46px;
}

@media (max-width: 991px) {
    .account-dashboard-wrapper .account-title-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.account-dashboard-wrapper .account-title-wrapper .title h2 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

@media (max-width: 470px) {
    .account-dashboard-wrapper .account-title-wrapper .title h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

.account-dashboard-wrapper .account-title-wrapper .title h6 {
    color: var(--text);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

.account-dashboard-wrapper .account-title-wrapper .text {
    max-width: 410px;
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.account-dashboard-wrapper .dashboard-input-wrapper .dashboard-input-top .input-item .form-control, .account-dashboard-wrapper .dashboard-input-wrapper .dashboard-input-top .input-item .form-select {
    height: 50px;
}

.account-dashboard-wrapper .dashboard-input-wrapper .dashboard-input-top .btn-wrapper {
    padding-top: 10px;
}

.account-dashboard-wrapper .dashboard-input-wrapper .dashboard-input-top .btn-wrapper .theme-btn {
    width: 315px;
    text-align: center;
}

@media (max-width: 500px) {
    .account-dashboard-wrapper .dashboard-input-wrapper .dashboard-input-top .btn-wrapper .theme-btn {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .account-dashboard-wrapper .dashboard-input-wrapper .dashboard-input-bottom .email-wrapper {
        margin-bottom: 30px;
    }
}

.account-dashboard-wrapper .dashboard-input-wrapper .dashboard-input-bottom .email-wrapper h4 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    padding-top: 30px;
}

.account-dashboard-wrapper .dashboard-input-wrapper .dashboard-input-bottom .email-wrapper p {
    color: var(--title2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-top: 16px;
}

.account-dashboard-wrapper .dashboard-input-wrapper .dashboard-input-bottom .email-wrapper h5 {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    padding: 24px 0;
}

.account-dashboard-wrapper .dashboard-input-wrapper .dashboard-input-bottom .email-wrapper .btn-wrapper {
    padding-top: 10px;
}

.account-dashboard-wrapper .dashboard-input-wrapper .dashboard-input-bottom .email-wrapper .btn-wrapper .theme-btn {
    width: 315px;
    text-align: center;
}

@media (max-width: 500px) {
    .account-dashboard-wrapper .dashboard-input-wrapper .dashboard-input-bottom .email-wrapper .btn-wrapper .theme-btn {
        width: 200px;
    }
}

.account-dashboard-wrapper .dashboard-input-wrapper .dashboard-input-bottom .thumb {
    border-radius: 12px;
}

.account-dashboard-wrapper .dashboard-input-wrapper .dashboard-input-bottom .thumb img {
    width: 100%;
}

.user-container {
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
}

.user-container .main-sidebar-style-1 {
    padding: 30px 27px;
    background: var(--white);
    border-radius: 5px;
    border: 2px solid var(--border-2);
    height: fit-content;
    box-shadow: var(--box-shadow);
}

.user-container .user-info {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--border-2);
}

.user-container .user-info h3 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.user-container .user-info h4 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 16px;
}

.user-container .user-info p {
    color: var(--title2);
    font-size: 14px;
    margin: 0;
}

.user-container .nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-container .nav-item {
    margin-bottom: 8px;
}

.user-container .nav-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    color: var(--title);
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
}

.user-container .nav-link:hover,
.user-container .nav-link.active {
    background: var(--theme);
    color: var(--white);
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(248, 77, 66, 0.3);
}

.user-container .nav-icon {
    margin-right: 12px;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.user-container .main-content {
    background: var(--white);
    border-radius: 5px;
    padding: 40px;
    box-shadow: var(--box-shadow);
    border: 1px solid var(--border-2);
}

@media (max-width: 768px) {
    .user-container .main-content {
        padding: 25px;
    }

    .user-container .main-sidebar-style-1 {
        order: 2;
        padding: 20px;
    }
}

/* Section Headers */
.user-container .section-title {
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}

.user-container .section-title h1 {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
}

.user-container .section-title p {
    color: var(--title2);
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

/* Contact Info */
.user-container .contact-info {
    background: var(--bg4);
    border-radius: 5px;
    padding: 25px;
    border: 1px solid var(--border-2);
}

@media (max-width: 768px) {
    .user-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 15px;
    }
}

/* Order Cards */
.order-card {
    background: var(--bg4);
    border: 1px solid var(--border-2);
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.order-card:hover {
    border-color: var(--theme);
    box-shadow: var(--box-shadow);
    transform: translateY(-5px);
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 15px;
}

.order-number {
    font-weight: 600;
    font-size: 18px;
    color: var(--title);
    font-family: "Nunito", sans-serif;
}

.status-badge {
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.status-delivered {
    background: #d4edda;
    color: #155724;
}

.status-processing {
    background: #fff3cd;
    color: #856404;
}

.status-shipped {
    background: #cce7ff;
    color: #004085;
}

.status-new {
    background: #e2e3e5;
    color: #383d41;
}

.status-canceled {
    background: #f8d7da;
    color: #721c24;
}

.status-error {
    background: #f5c6cb;
    color: #491217;
}

.order-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.detail-item {
    text-align: center;
}

.detail-label {
    font-size: 12px;
    color: var(--title2);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.detail-value {
    font-weight: 600;
    color: var(--title);
    font-size: 14px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 5px 20px;
}

.info-group {
    margin-bottom: 20px;
}

.info-label {
    font-size: 12px;
    color: var(--title2);
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.info-value {
    color: var(--title);
    padding: 15px 16px;
    background: var(--white);
    border-radius: 5px;
    border: 1px solid var(--border-2);
}

@media (max-width: 575px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .order-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }
}

/* Tables */
.admin-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.admin-table thead tr th:first-child {
    border-top-left-radius: 10px;
}

.admin-table thead tr th:last-child {
    border-top-right-radius: 10px;
}

.admin-table th,
.admin-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid var(--border-2);
}

.admin-table th {
    background: var(--bg4);
    font-weight: 600;
    color: var(--title);
}

.admin-table tbody tr:hover {
    background: var(--bg4);
}

.admin-table .commission-positive {
    color: var(--success);
    font-weight: 700;
    margin-left: 8px;
    font-size: 13px;
    padding: 2px 4px;
    border-radius: 3px;
    background: rgba(16, 185, 129, 0.1);
}

/* Balance specific styles */
.cabinet-balance {
    background: linear-gradient(135deg, var(--theme) 0%, #ff6b6b 100%);
    border-radius: 12px;
    padding: 18px 15px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cabinet-balance:hover {
    transform: translateY(-2px);
    box-shadow: 0px 8px 30px 0px rgba(248, 77, 66, 0.2);
}

.cabinet-balance::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.cabinet-balance::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.balance-content {
    position: relative;
    z-index: 2;
    color: var(--white);
}

.balance-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
    margin-bottom: 8px;
}

.balance-icon {
    font-size: 16px;
    opacity: 0.8;
}

.balance-amount {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.balance-currency {
    font-size: 18px;
    opacity: 0.9;
    margin-left: 4px;
}

@media (max-width: 768px) {
    .cabinet-balance {
        padding: 16px;
        margin: 12px 0;
    }

    .balance-amount {
        font-size: 20px;
    }

    .balance-currency {
        font-size: 16px;
    }
}

/* 50.profile */
.user-profile-section-wrapper .profile-content-wrapper {
    background-color: var(--white);
    border-radius: 5px;
    padding: 60px 60px 63px 60px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
    .user-profile-section-wrapper .profile-content-wrapper {
        padding: 30px;
    }
}

.user-profile-section-wrapper .profile-content-wrapper .profile-top-btn-wrapper .btn-wrapper {
    padding-bottom: 30px;
}

.user-profile-section-wrapper .profile-content-wrapper .profile-top-btn-wrapper .btn-wrapper .theme-btn.style3 {
    border: 1px solid var(--border-2);
    padding: 19px 35px;
    border-radius: 5px;
    margin-left: 30px;
}

@media (max-width: 470px) {
    .user-profile-section-wrapper .profile-content-wrapper .profile-top-btn-wrapper .btn-wrapper .theme-btn.style3 {
        margin-left: 0;
        margin-top: 20px;
    }
}

.user-profile-section-wrapper .profile-content-wrapper .profile-input-wrapper .input-item {
    margin-bottom: 20px;
}

.user-profile-section-wrapper .profile-content-wrapper .profile-input-wrapper a {
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.user-profile-section-wrapper .profile-content-wrapper .profile-input-wrapper .btn-wrapper {
    padding-top: 30px;
}

.user-profile-section-wrapper .profile-content-wrapper .profile-input-wrapper .btn-wrapper .theme-btn {
    width: 100%;
    text-align: center;
    color: var(--white);
}

.user-profile-section-wrapper .profile-content-wrapper .profile-input-wrapper p {
    text-align: center;
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 30px;
}

.user-profile-section-wrapper .profile-content-wrapper .profile-input-wrapper .profile-bottom-btn-wrapper {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

@media (max-width: 500px) {
    .user-profile-section-wrapper .profile-content-wrapper .profile-input-wrapper .profile-bottom-btn-wrapper {
        flex-wrap: wrap;
    }
}

.user-profile-section-wrapper .profile-content-wrapper .profile-input-wrapper .profile-bottom-btn-wrapper a {
    background-color: var(--bg4);
    padding: 20px 30px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media (max-width: 991px) {
    .user-profile-section-wrapper .profile-thumb-wrapper {
        margin-top: 30px;
    }
}

.user-profile-section-wrapper .profile-thumb-wrapper .thumb {
    border-radius: 5px;
}

.user-profile-section-wrapper .profile-thumb-wrapper .thumb img {
    width: 100%;
}

@media (max-width: 575px) {
    .user-profile-section-wrapper .profile-thumb-wrapper .thumb {
        margin-bottom: 20px;
    }
}

/* 51.faq */
.faq-wrapper.style1 .accordion .et-accordion-item {
    border: 1px solid var(--border-2);
    margin-bottom: 30px;
    border-radius: 5px;
}

.faq-wrapper.style1 .accordion .et-accordion-item:last-child {
    margin-bottom: 0;
}

.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-header {
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-button {
    color: var(--title);
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    padding: 23px 20px 23px 27px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-button .number {
    padding-right: 10px;
}

.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-button .icon {
    z-index: 11;
}

.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-button .icon i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: var(--title);
    font-size: 16px;
    display: inline-block;
}

.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-button:not(.collapsed) {
    background-color: var(--bg4);
}

.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-button:not(.collapsed) .icon {
    display: none;
}

.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-button.collapsed .icon i {
    color: var(--title);
}

.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-body {
    background-color: var(--bg4);
    padding: 0 30px 30px 30px;
    border-top: 0;
}

.faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-body p {
    color: var(--title);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 500px) {
    .faq-wrapper.style1 .accordion .et-accordion-item .et-accordion-body {
        padding: 0 30px 30px 30px;
    }
}

.faq-wrapper.style1 .thumb {
    border-radius: 12px;
}

@media (max-width: 1199px) {
    .faq-wrapper.style1 .thumb {
        margin-top: 30px;
    }
}

.faq-wrapper.style1 .thumb img {
    width: 100%;
}

/* 53.result */
.search-result-left .sidebar .menu-header {
    border-bottom: 1px solid var(--border-2);
}

.search-result-left .sidebar .menu-header h3 {
    color: var(--title);
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    text-transform: capitalize;
    padding-left: 10px;
}

.search-result-left .sidebar .menu-header .menu-toggle {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.search-result-left .sidebar .menu {
    list-style: none;
    padding: 0;
}

.search-result-left .sidebar .menu .menu-item:last-child {
    border-bottom: 0;
}

.search-result-left .sidebar .menu .menu-item .menu-btn {
    width: 100%;
    text-align: left;
    padding: 15px 0;
    background: none;
    border: none;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.search-result-left .sidebar .menu .menu-item .menu-btn.active {
    color: #dc2626;
}

.search-result-left .sidebar .menu .menu-item .menu-btn img {
    padding-right: 10px;
    padding-bottom: 5px;
}

.search-result-left .sidebar .menu .menu-item .submenu {
    display: none;
    padding-left: 20px;
    list-style: none;
    transition: max-height 0.3s ease;
}

.search-result-left .sidebar .menu .menu-item .submenu li {
    padding: 5px 0;
    font-size: 14px;
    transition: 0.4s all ease-in-out;
}

.search-result-left .sidebar .menu .menu-item .submenu li:hover {
    transform: translateX(10px);
}

.search-result-left .sidebar .menu .menu-item.expanded .submenu {
    display: block;
}

.search-result-card-wrapper .new-arrival-items-info-1 {
    margin-bottom: 90px;
}

@media (max-width: 1199px) {
    .search-result-card-wrapper .new-arrival-items-info-1 {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

/* 54.cart */
.shopping-cart-title {
    padding-bottom: 40px;
}

.shopping-cart-title h3 {
    font-family: "Nunito", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
    color: var(--title);
    margin: 0;
}

@media (max-width: 767px) {
    .shopping-cart-title h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

.shopping-cart-item-wrapper {
    background: var(--white);
    border-radius: 8px;
    box-shadow: var(--box-shadow);
    overflow: hidden;
}

.cart-header {
    background: var(--bg4);
    padding: 20px 30px;
    border-bottom: 1px solid var(--border-2);
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 80px;
    gap: 20px;
    align-items: center;
}

.cart-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr 80px;
}

.wishlist-grid {
    grid-template-columns: 2fr 1fr 80px 80px;
}

@media (max-width: 767px) {
    .cart-header {
        display: none;
    }
}

.cart-header-title {
    color: var(--title);
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.cart-header-title:first-child {
    text-align: left;
}

.cart-items-container {
    padding: 0;
}

@media (max-width: 767px) {
    .cart-items-container {
        background: transparent;
    }

    .shopping-cart-item-wrapper {
        background: transparent;
        box-shadow: none;
    }
}

.cart-item {
    padding: 25px 30px;
    border-bottom: 1px solid var(--border-2);
    transition: all 0.3s ease;
    display: grid;
    gap: 20px;
    align-items: center;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item:hover {
    background: rgba(248, 77, 66, 0.02);
}

@media (max-width: 767px) {
    .cart-item {
        display: block;
        margin-bottom: 20px;
        border-radius: 8px;
        border: 1px solid var(--border-2);
        background: var(--white);
        box-shadow: var(--box-shadow);
        padding: 20px;
    }
}

.cart-item .product-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .cart-item .product-info {
        margin-bottom: 15px;
    }
}

.cart-item .product-image {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .cart-item .product-image {
        width: 80px;
        height: 80px;
    }
}

.cart-item .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item .product-details h5 {
    color: var(--title);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767px) {
    .cart-item .product-details h5 {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
}

.cart-item .product-details a {
    text-decoration: none;
    color: inherit;
}

.cart-item .product-details a:hover h5 {
    color: var(--theme);
}

/* Price Section */
.cart-item .price-section {
    text-align: center;
}

@media (max-width: 767px) {
    .cart-item .price-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }
}

.cart-item .price {
    color: var(--title);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.cart-item .mobile-label {
    display: none;
    color: var(--title2);
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .cart-item .mobile-label {
        display: block;
    }
}

.cart-item .quantity-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .cart-item .quantity-section {
        justify-content: space-between;
        margin-bottom: 15px;
    }
}

.plus-minus-input {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-2);
    border-radius: 5px;
    overflow: hidden;
    background: var(--white);
    max-width: 120px;
}

.plus-minus-input button {
    background: var(--bg4);
    border: none;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--title);
    transition: all 0.2s ease;
}

.plus-minus-input button:hover {
    background: var(--theme);
    color: var(--white);
}

.plus-minus-input input {
    border: none;
    background: none;
    width: 50px;
    text-align: center;
    font-weight: 500;
    color: var(--title);
    height: 35px;
}

.plus-minus-input input:focus {
    outline: none;
}

.plus-minus-input input::-webkit-outer-spin-button,
.plus-minus-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.plus-minus-input input[type=number] {
    -moz-appearance: textfield;
}

/* Total Section */
.cart-item .total-section {
    text-align: center;
}

@media (max-width: 767px) {
    .cart-item .total-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }
}

.cart-item .total-price {
    color: var(--title);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

/* Remove Section */
.cart-item .remove-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .cart-item .remove-section {
        justify-content: flex-end;
    }
}

.cart-item .remove-cart-btn {
    background: none;
    border: none;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--title2);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item .remove-cart-btn:hover {
    background: #dc3545;
    color: var(--white);
}

.cart-item .remove-cart-btn i {
    font-size: 16px;
}

/* Cart Actions */
.cart-actions {
    padding: 30px;
    border-top: 1px solid var(--border-2);
    background: var(--bg4);
    display: flex;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .cart-actions {
        flex-direction: column;
        background: transparent;
        border-top: none;
        padding: 20px;
    }
}

/*.plus-minus-input {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border: 1px solid var(--border-2);*/
/*    max-width: 100px;*/
/*    border-radius: 5px;*/
/*    margin: auto;*/
/*    margin-top: 60px;*/
/*}*/

/*.plus-minus-input input::-webkit-outer-spin-button, .plus-minus-input input::-webkit-inner-spin-button {*/
/*    -webkit-appearance: none;*/
/*    margin: 0;*/
/*}*/

/*.plus-minus-input input[type=number] {*/
/*    -moz-appearance: textfield;*/
/*    border: none;*/
/*}*/

/*.plus-minus-input button {*/
/*    font-size: 10px;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    border-radius: 50%;*/
/*    text-align: center;*/
/*    line-height: 24px;*/
/*}*/

/*# sourceMappingURL=main.css.map */

/* 55.toast */
/* Toast Container Styles */
.toast-container {
    position: fixed;
    z-index: 10000;
    pointer-events: none;
}

.toast-container.top-right {
    top: 20px;
    right: 20px;
}

.toast-container.top-left {
    top: 20px;
    left: 20px;
}

.toast-container.bottom-right {
    bottom: 20px;
    right: 20px;
}

.toast-container.bottom-left {
    bottom: 20px;
    left: 20px;
}

.toast-container.top-center {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.toast-container.bottom-center {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

/* Toast Styles */
.toast {
    background: white;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 300px;
    max-width: 500px;
    pointer-events: auto;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid #e5e7eb;
    position: relative;
    overflow: visible;
}

.toast.show {
    opacity: 1;
    transform: translateX(0);
}

.toast.hide {
    opacity: 0;
    transform: translateX(100%);
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
}

.toast-container.top-left .toast,
.toast-container.bottom-left .toast {
    transform: translateX(-100%);
}

.toast-container.top-left .toast.show,
.toast-container.bottom-left .toast.show {
    transform: translateX(0);
}

.toast-container.top-left .toast.hide,
.toast-container.bottom-left .toast.hide {
    transform: translateX(-100%);
}

.toast-container.top-center .toast,
.toast-container.bottom-center .toast {
    transform: translateY(-100%);
}

.toast-container.top-center .toast.show,
.toast-container.bottom-center .toast.show {
    transform: translateY(0);
}

.toast-container.top-center .toast.hide,
.toast-container.bottom-center .toast.hide {
    transform: translateY(-100%);
}

.toast.success {
    border-left-color: #10b981;
}

.toast.error {
    border-left-color: #ef4444;
}

.toast.warning {
    border-left-color: #f59e0b;
}

.toast.info {
    border-left-color: #3b82f6;
}

.toast-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.toast.success .toast-icon {
    color: #10b981;
}

.toast.error .toast-icon {
    color: #ef4444;
}

.toast.warning .toast-icon {
    color: #f59e0b;
}

.toast.info .toast-icon {
    color: #3b82f6;
}

.toast-content {
    flex: 1;
}

.toast-title {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 14px;
}

.toast-message {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.4;
}

.toast-close {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #9ca3af;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.toast-close:hover {
    background: #f3f4f6;
    color: #374151;
}

.toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: currentColor;
    opacity: 0.3;
    transform-origin: left;
    transform: scaleX(1);
    transition: transform linear;
}

.toast-progress.animating {
    transform: scaleX(0);
    transition-duration: var(--toast-duration, 4000ms);
}

/* 56.modal */
.custom-modal .modal-content {
    border-radius: 5px;
    border: 1px solid var(--border-2);
    box-shadow: var(--box-shadow);
}

.custom-modal .modal-header {
    border-bottom: 1px solid var(--border-2);
    padding: 20px 30px;
    background-color: var(--bg4);
}

.custom-modal .modal-title {
    color: var(--title);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-modal .custom-close-btn {
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: var(--title);
    opacity: 1;
    padding: 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.custom-modal .custom-close-btn:hover {
    background-color: var(--theme);
    color: var(--white);
    transform: rotate(90deg);
}

.custom-modal .modal-body {
    padding: 30px;
    color: var(--title2);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.custom-modal .modal-footer {
    border-top: 1px solid var(--border-2);
    padding: 20px 30px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    background-color: var(--bg4);
}

.custom-modal .theme-btn {
    min-width: 120px;
    justify-content: center;
}

.custom-modal .theme-btn.secondary-btn {
    background-color: transparent;
    color: var(--title);
    border: transparent;
}

.custom-modal .theme-btn.secondary-btn:hover {
    background-color: var(--title);
    color: var(--white);
}

/* Animation enhancements */
.custom-modal.fade .modal-dialog {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform: translate(0, -50px) scale(0.95);
    opacity: 0;
}

.custom-modal.show .modal-dialog {
    transform: translate(0, 0) scale(1);
    opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .custom-modal .modal-title {
        font-size: 22px;
        line-height: 28px;
    }

    .custom-modal .modal-header,
    .custom-modal .modal-body,
    .custom-modal .modal-footer {
        padding: 20px;
    }

    .custom-modal .modal-footer {
        flex-direction: column;
    }

    .custom-modal .theme-btn {
        width: 100%;
    }
}

/* Dark backdrop with blur effect */
.custom-modal .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
}

/* Joom-style Breadcrumbs */
.catalog-breadcrumbs {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 12px 0;
    color: #666;
    margin: 0;
    background: transparent;
    border-radius: 0;
}

.catalog-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 4px;
}

.catalog-breadcrumbs__item {
    display: inline-flex;
    align-items: center;
}

.catalog-breadcrumbs__separator {
    margin: 0 6px;
    color: var(--pra-text);
    font-size: 12px;
    font-weight: 600;
}

.catalog-breadcrumbs__link {
    color: var(--pra-text);
    text-decoration: none;
    transition: color 0.15s ease;
    padding: 2px 4px;
    border-radius: 2px;
}

.catalog-breadcrumbs__link:hover {
    color: var(--theme);
    text-decoration: underline;
    background: transparent;
}
