/*===========================
Project Name: Ethics
Author: Egens Lab --> (https://www.egenslab.com/)
Support: https://www.account.egenslab.com/
Developer: Khadija Tasnim Khushi --> hello@egenslab.com
Version: 1.0

01.COMMON CSS 
02. Mixins Css
03. Global Css
04.Header CSS
05.banner CSS
06. Best selling product section
07. Categori section section
08. Categori section section
09. Categori section section
10. collection section
11. partner section
12. tesimonial section
13. newsletter-section
14. gallery section 
15. footer section 
16. product section3 
17. blog card section 
18. home3 banner section
19. tesimonial section
20.offer banner section
21. Shop banner section
22. counting-banner-section
23. Category section
24. fashion-banner-section
25. home4 banner section
26. home5 Banner section
27. home5 categorie section
28. home5 offer banner
29. collection banner section
30. home6 categori section
31. Home6 partner section
32. home2 discount section
33. home4 categori section
34. limited offer banner
35. home6 testimonial section
36. home6 offer banner
37. home3 banner swiper
38. breadcrumb section
39. Categories section
40. Categories section
41. navigation  section
42. footer section
43. Blog Details 
44. About Us Section
45. Blog standard section
46. Faq section strats
47. Enquery-section
48. Contact Page section
49. banner and menu section
50. Banner section 
51. My Account page section 
52. grid view css
53. sidebar section 
54. home4 product details section
55. wishlist section
56. cheakout section
57. Start Cart Page
58. product descripntion area
59. shop details top section
60. shop details top section
61. Error page section

/*===========================
    01.COMMON CSS 
===========================*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap");
:root {
    --white-color: #FFFFFF;
    --white-color2: #EEEEEE;
    --title-color: #1E1E1E;
    --title-color2: #A0A0A0;
    --paragraph-color: #595959;
    --primary-color: #E3E231;
    --primary-color2: #FFC107;
    --border-color: #eee;
    --black-color: #1E1E1E;
    --font-dm-sans: "DM Sans", sans-serif;
    --font-outfit: "Outfit", sans-serif;
}

/*================================================
02. Mixins Css
=================================================*/

/*================================================
03. Global Css
=================================================*/

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

input {
    border: none;
    outline: none;
}

button {
    outline: none;
    border: none;
}

i.bx {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--paragraph-color);
}

.pt-120 {
    padding-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pt-120 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 90px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pt-90 {
    padding-top: 90px;
}

@media (max-width: 991px) {
    .pt-90 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-90 {
        padding-top: 70px;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .pb-90 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-90 {
        padding-bottom: 70px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-10 {
    padding-bottom: 10px;
}

.mt-120 {
    margin-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mt-120 {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .mt-120 {
        margin-top: 90px;
    }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
    .mb-120 {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .mb-120 {
        margin-bottom: 90px;
    }
}

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

@media (max-width: 1199px) {
    .mb-100 {
        margin-bottom: 70px;
    }
}

@media (max-width: 991px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .mb-100 {
        margin-bottom: 70px;
    }
}

.mt-100 {
    margin-top: 100px !important;
}

@media (max-width: 991px) {
    .mt-100 {
        margin-top: 80px !important;
    }
}

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

@media (max-width: 991px) {
    .mb-90 {
        margin-bottom: 70px;
    }
}

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

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

.pt-80 {
    padding-top: 80px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-110 {
    padding-top: 110px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pe-80 {
    padding-right: 80px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pl-110 {
    padding-left: 110px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .pl-110 {
        padding-left: 70px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pl-110 {
        padding-left: 40px;
    }
}

@media (max-width: 1199px) {
    .pl-110 {
        padding-left: unset;
    }
}

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

@media (max-width: 991px) {
    .mb-60 {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

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

@media (max-width: 991px) {
    .mb-70 {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .mb-70 {
        margin-bottom: 40px;
    }
}

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

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

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

@media (max-width: 991px) {
    .mb-44 {
        margin-bottom: 0px;
    }
}

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

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

.mt-15 {
    margin-top: 15px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-35 {
    margin-top: 35px;
}

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

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

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

.mt-50 {
    margin-top: 50px;
}

.mt-25 {
    margin-top: 25px;
}

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

@media (max-width: 991px) {
    .mb-50 {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .mb-50 {
        margin-bottom: 30px;
    }
}

.mt-60 {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .mt-60 {
        margin-top: 40px;
    }
}

.mt-70 {
    margin-top: 70px;
}

@media (max-width: 767px) {
    .mt-70 {
        margin-top: 40px;
    }
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #121212;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap svg {
    fill: none;
    transition: 0.5s;
}

.progress-wrap svg.progress-circle {
    stroke: #E3E231;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

.progress-wrap .arrow {
    fill: var(--white-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

.progress-wrap:hover .arrow {
    fill: var(--white-color);
}

.primary-btn {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: #fff;
    background:#2E3190;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1;
}

.primary-btn .arrow {
    transform: rotate(0);
    transition: 0.5s;
}

.primary-btn::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--black-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

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

.primary-btn:hover::after {
    transform: skewX(45deg) scale(1, 1);
    height: 150%;
    width: 150%;
}

.primary-btn:hover .arrow {
    transform: rotate(45deg);
}

.primary-btn.black-bg {
    background-color: var(--black-color);
    color: var(--white-color);
}

.primary-btn.black-bg::after {
    background-color: var(--primary-color);
}

.primary-btn.black-bg:hover {
    color: var(--title-color);
}

.primary-btn2 {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--white-color);
    background: var(--title-color);
    padding: 16px 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1;
}

.primary-btn2 .arrow {
    transform: rotate(0);
    transition: 0.5s;
}

.primary-btn2::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--white-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.primary-btn2:hover {
    color: var(--title-color);
}

.primary-btn2:hover::after {
    transform: skewX(45deg) scale(1, 1);
    height: 150%;
    width: 150%;
}

.primary-btn2:hover .arrow {
    transform: rotate(45deg);
}

.primary-btn2.load-more {
    padding: 16px 47px;
}

.section-title {
    max-width: 490px;
    margin: 0 auto;
}

.section-title.style-2 {
    margin: 0;
}

.section-title.style-2 h3 {
    text-align: left;
}

.section-title span {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: var(--paragraph-color);
    border: 1px solid var(--white-color2);
    border-radius: 100px;
    padding: 5px 32px;
    display: inline-flex;
    margin-bottom: 25px;
}

.section-title h3 {
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 0;
    text-transform: capitalize;
}

.section-title p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: var(--paragraph-color);
    margin-top: 20px;
    margin-bottom: 0;
}

.section-title2 span {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: var(--paragraph-color);
    border: 1px solid var(--white-color2);
    border-radius: 100px;
    padding: 5px 32px;
    display: inline-flex;
    margin-bottom: 25px;
}

.section-title2 h3 {
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 0;
    text-transform: capitalize;
}

.section-title2 p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--paragraph-color);
    margin-top: 20px;
    margin-bottom: 0;
}

.form-inner label {
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: var(--title-color);
    display: block;
    text-transform: capitalize;
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .form-inner label {
        font-size: 16px;
    }
}

.form-inner label span {
    color: #CC2131;
}

.form-inner input {
    width: 100%;
    height: 52px;
    padding: 15px 25px;
    background-color: var(--white-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: var(--paragraph-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 576px) {
    .form-inner input {
        padding: 15px 20px;
    }
}

.form-inner input:focus {
    background-color: var(--white-color);
    border-color: var(--title-color);
}

.form-inner textarea {
    width: 100%;
    min-height: 200px;
    padding: 15px 25px;
    background-color: var(--white-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: var(--paragraph-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

.form-inner textarea:focus {
    background-color: transparent;
    border-color: var(--title-color);
}

.form-inner button {
    background: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--font-outfit);
    color: var(--title-color);
    letter-spacing: 0.04em;
    text-align: left;
}

.form-inner button::after {
    background-color: var(--title-color);
}

.form-inner button:hover {
    color: var(--white-color);
}

.slider-btn-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border: 1px solid var(--border-color);
    border-radius: 100px;
    padding: 9px 38px;
}

.slider-btn-wrap .fractional-pagination {
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-align: center;
    color: var(--title-color);
}

.slider-btn-wrap .slider-btn {
    transition: 0.45s;
}

.slider-btn-wrap .slider-btn svg {
    stroke: var(--title-color);
    transition: 0.45s;
}

.slider-btn-wrap .slider-btn:hover svg {
    stroke: var(--primary-color);
}

.slider-btn-wrap2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border: 1px solid var(--border-color);
    border-radius: 100px;
    padding: 9px 38px;
}

.slider-btn-wrap2 .fractional-pagination2 {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-align: center;
    color: var(--title-color);
}

.slider-btn-wrap2 .slider-btn {
    transition: 0.45s;
}

.slider-btn-wrap2 .slider-btn svg {
    stroke: var(--title-color);
    transition: 0.45s;
}

.slider-btn-wrap2 .slider-btn:hover svg {
    stroke: var(--primary-color);
}

.slider-btn-wrap3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border: 1px solid var(--border-color);
    border-radius: 100px;
    padding: 9px 38px;
}

.slider-btn-wrap3 .fractional-pagination3 {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-align: center;
    color: var(--title-color);
}

.slider-btn-wrap3 .slider-btn {
    transition: 0.45s;
}

.slider-btn-wrap3 .slider-btn svg {
    stroke: var(--title-color);
    transition: 0.45s;
}

.slider-btn-wrap3 .slider-btn:hover svg {
    stroke: var(--primary-color);
}

.swiper-pagination {
    position: relative;
    margin-top: 50px;
    width: unset !important;
    bottom: unset !important;
    display: flex;
    gap: 5px;
}

@media (max-width: 991px) {
    .swiper-pagination {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .swiper-pagination {
        margin-top: 30px;
    }
}

.swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background-color: #D9D9D9;
    opacity: 1;
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--title-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.swiper-pagination .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.swiper-pagination2 {
    position: relative;
    margin-top: 50px;
    width: unset !important;
    bottom: unset !important;
    display: flex;
    gap: 5px;
}

@media (max-width: 991px) {
    .swiper-pagination2 {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .swiper-pagination2 {
        margin-top: 30px;
    }
}

.swiper-pagination2 .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background-color: #D9D9D9;
    opacity: 1;
    position: relative;
}

.swiper-pagination2 .swiper-pagination-bullet::after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--title-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.swiper-pagination2 .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.swiper-pagination3 {
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
    margin-top: 30px;
    width: unset !important;
    bottom: unset !important;
    display: flex;
    gap: 5px;
}

.swiper-pagination3 .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background-color: #D9D9D9;
    opacity: 1;
    position: relative;
}

.swiper-pagination3 .swiper-pagination-bullet::after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--title-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.swiper-pagination3 .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.swiper-pagination6 {
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
    margin-top: 30px;
    width: unset !important;
    bottom: unset !important;
    display: flex;
    gap: 5px;
}

.swiper-pagination6 .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background-color: #D9D9D9;
    opacity: 1;
    position: relative;
}

.swiper-pagination6 .swiper-pagination-bullet::after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--title-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.swiper-pagination6 .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.pagination-area {
    padding-top: 50px;
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .pagination-area {
        padding-top: 40px;
    }
}

.pagination-area .swiper-pagination5 {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: unset;
    z-index: 9;
    bottom: unset;
    gap: 5px;
}

@media (max-width: 576px) {
    .pagination-area .swiper-pagination5 {
        justify-content: center;
    }
}

.pagination-area .swiper-pagination5 .swiper-pagination-bullet {
    height: 7px;
    width: 10px;
    background-color: #D9D9D9;
    opacity: 1;
    position: relative;
}

.pagination-area .swiper-pagination5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 48px;
    border-radius: 100px;
}

.pagination-area2 {
    padding-top: 50px;
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .pagination-area2 {
        padding-top: 40px;
    }
}

.pagination-area2 .swiper-pagination9 {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: unset;
    z-index: 9;
    bottom: unset;
    gap: 5px;
}

@media (max-width: 576px) {
    .pagination-area2 .swiper-pagination9 {
        justify-content: center;
    }
}

.pagination-area2 .swiper-pagination9 .swiper-pagination-bullet {
    height: 7px;
    width: 10px;
    background-color: #D9D9D9;
    opacity: 1;
    position: relative;
}

.pagination-area2 .swiper-pagination9 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 48px;
    border-radius: 100px;
}

.pagination-area4 {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .pagination-area4 {
        padding-top: 40px;
    }
}

.pagination-area4 .swiper-pagination11 {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: unset;
    z-index: 9;
    bottom: unset;
    gap: 5px;
}

@media (max-width: 576px) {
    .pagination-area4 .swiper-pagination11 {
        justify-content: center;
    }
}

.pagination-area4 .swiper-pagination11 .swiper-pagination-bullet {
    height: 7px;
    width: 10px;
    background-color: #D9D9D9;
    opacity: 1;
    position: relative;
}

.pagination-area4 .swiper-pagination11 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 48px;
    border-radius: 100px;
}

.slider-btn-groups .slider-btn2 {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: var(--paragraph-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

@media (max-width: 991px) {
    .slider-btn-groups .slider-btn2 {
        display: none;
        visibility: hidden;
    }
}

.slider-btn-groups .slider-btn2.next-1 {
    right: 15px;
    left: unset;
}

.slider-btn-groups .slider-btn2 svg path {
    stroke: var(--white-color);
}

.slider-btn-groups .slider-btn2:hover svg path {
    stroke: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1199px) {
    .slider-btn-groups.categori-btn {
        display: none;
    }
}

.slider-btn-groups.categori-btn .slider-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    position: absolute;
    left: -3%;
    top: 40%;
    transform: translateY(-50%);
    z-index: 99;
}

@media (max-width: 991px) {
    .slider-btn-groups.categori-btn .slider-btn {
        display: none;
        visibility: hidden;
    }
}

.slider-btn-groups.categori-btn .slider-btn.next-1 {
    right: -3%;
    left: unset;
}

.slider-btn-groups.categori-btn .slider-btn svg {
    transition: 0.35s;
}

.slider-btn-groups.categori-btn .slider-btn svg path {
    stroke: #D9D9D9;
}

.slider-btn-groups.categori-btn .slider-btn:hover svg path {
    stroke: #000;
}

.slider-btn-groups2 .slider-btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .slider-btn-groups2 .slider-btn2 {
        left: 40px;
    }
}

@media (max-width: 1399px) {
    .slider-btn-groups2 .slider-btn2 {
        left: 40px;
    }
}

@media (max-width: 991px) {
    .slider-btn-groups2 .slider-btn2 {
        display: none;
        visibility: hidden;
    }
}

.slider-btn-groups2 .slider-btn2.next-2 {
    right: 70px;
    left: unset;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .slider-btn-groups2 .slider-btn2.next-2 {
        right: 40px;
    }
}

@media (max-width: 1399px) {
    .slider-btn-groups2 .slider-btn2.next-2 {
        right: 40px;
    }
}

.slider-btn-groups2 .slider-btn2 svg {
    transition: 0.35s;
    fill: none;
    stroke: var(--white-color);
}

.slider-btn-groups2 .slider-btn2:hover svg path {
    stroke: #000;
}

.slider-btn-groups3 .slider-btn {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: var(--paragraph-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

@media (max-width: 991px) {
    .slider-btn-groups3 .slider-btn {
        display: none;
        visibility: hidden;
    }
}

.slider-btn-groups3 .slider-btn.next-1 {
    right: 20px;
    left: unset;
}

.slider-btn-groups3 .slider-btn svg path {
    stroke: var(--white-color);
}

.slider-btn-groups3 .slider-btn:hover {
    background-color: var(--title-color);
    border: none;
}

.slider-btn-groups3 .slider-btn:hover svg path {
    stroke: var(--white-color);
}

.slider-btn-groups4 .slider-btn {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: var(--paragraph-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

@media (max-width: 991px) {
    .slider-btn-groups4 .slider-btn {
        display: none;
        visibility: hidden;
    }
}

.slider-btn-groups4 .slider-btn.next-1 {
    right: 20px;
    left: unset;
}

.slider-btn-groups4 .slider-btn svg path {
    stroke: var(--white-color);
}

.slider-btn-groups4 .slider-btn:hover {
    background-color: var(--title-color);
    border: none;
}

.slider-btn-groups4 .slider-btn:hover svg path {
    stroke: var(--white-color);
}

.slider-btn-groups5 .slider-btn {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    position: absolute;
    left: 25px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 99;
}

@media (max-width: 991px) {
    .slider-btn-groups5 .slider-btn {
        display: none;
        visibility: hidden;
    }
}

.slider-btn-groups5 .slider-btn.next-1 {
    right: 100px;
    left: unset;
}

.slider-btn-groups5 .slider-btn svg path {
    stroke: var(--title-color);
}

.slider-btn-groups5 .slider-btn:hover {
    background-color: var(--primary-color);
    border: none;
}

.slider-btn-groups5 .slider-btn:hover svg path {
    stroke: var(--title-color);
}

.page-load-modal .modal .modal-dialog {
    max-width: 850px;
    width: 100%;
    animation: zoom-In-effect 1s;
}

@media (max-width: 991px) {
    .page-load-modal .modal .modal-dialog {
        max-width: 700px;
    }
}

@media (max-width: 767px) {
    .page-load-modal .modal .modal-dialog {
        max-width: 550px;
    }
}

@media (max-width: 576px) {
    .page-load-modal .modal .modal-dialog {
        max-width: 330px;
        margin: 0 auto;
    }
}

.page-load-modal .modal .modal-dialog .modal-content {
    border-radius: unset;
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper {
    display: flex;
    align-items: center;
    gap: 35px;
    position: relative;
}

@media (max-width: 767px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper {
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 576px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-img {
        width: 100%;
    }
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-img img {
    min-width: 400px;
}

@media (max-width: 991px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-img img {
        min-width: 350px;
    }
}

@media (max-width: 767px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-img img {
        min-width: 260px;
    }
}

@media (max-width: 576px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-img img {
        max-height: 280px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content {
    padding-right: 35px;
}

@media (max-width: 767px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content {
        padding-right: 25px;
    }
}

@media (max-width: 576px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content {
        padding: 20px 20px 30px;
    }
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content h2 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content h2 {
        font-size: 25px;
    }
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content p {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content p {
        font-size: 15px;
    }
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #1E1E1E;
    padding-bottom: 5px;
    padding-top: 50px;
}

@media (max-width: 767px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner {
        padding-top: 25px;
    }
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner input {
    background: transparent;
    border: none;
    outline: none;
    color: var(--title-color);
    font-size: 12px;
    font-family: var(--font-dm-sans);
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner input::-moz-placeholder {
    color: var(--paragraph-color);
    font-weight: 300;
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner input::placeholder {
    color: var(--paragraph-color);
    font-weight: 300;
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner .from-arrow {
    background: transparent;
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .popup-content .from-inner .from-arrow svg {
    fill: var(--paragraph-color);
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #F1F1F1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 22px;
    color: var(--title-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 767px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px;
    }
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn::before,
.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn::after {
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 6px);
    display: block;
    height: 1px;
    width: 15px;
    background-color: #1E1E1E;
    transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn::before,
    .page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn::after {
        left: calc(50% - 7px);
        width: 14px;
    }
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn::after {
    transform: rotate(-135deg);
}

.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn:hover::before,
.page-load-modal .modal .modal-dialog .modal-content .modal-body .popup-wrapper .modal-clode-btn:hover::after {
    transform: rotate(0deg);
}

.login-modal .modal-content {
    border-radius: unset;
    border: 1px solid var(--black-color);
}

.login-modal .modal-content .modal-header {
    padding: 0;
    border: unset;
}

.login-modal .modal-content .modal-header .nav {
    width: 100%;
    border-bottom: 1px solid rgba(30, 30, 30, 0.5);
}

.login-modal .modal-content .modal-header .nav .nav-item {
    flex-basis: 50%;
    border: none;
}

.login-modal .modal-content .modal-header .nav .nav-item .nav-link {
    width: 100%;
    color: var(--paragraph-color);
    font-family: var(--font-outfit);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    border: none;
    padding: 18px 0;
}

@media (max-width: 576px) {
    .login-modal .modal-content .modal-header .nav .nav-item .nav-link {
        font-size: 18px;
    }
}

.login-modal .modal-content .modal-header .nav .nav-item .nav-link.active {
    border: unset;
    border-bottom: 2px solid var(--black-color);
    color: var(--title-color);
}

.login-modal .modal-content .modal-header .nav .nav-item:focus-visible {
    outline: none;
}

.login-modal .modal-content .modal-header .nav .nav-item:hover {
    border: none;
}

.login-modal .modal-content .modal-body {
    padding: 40px 45px;
}

@media (max-width: 576px) {
    .login-modal .modal-content .modal-body {
        padding: 30px 20px;
    }
}

.login-modal .modal-content .modal-body .login-registration-form .form-title {
    text-align: center;
}

.login-modal .modal-content .modal-body .login-registration-form .form-title h3 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .login-modal .modal-content .modal-body .login-registration-form .form-title h3 {
        font-size: 26px;
    }
}

.login-modal .modal-content .modal-body .login-registration-form .form-inner {
    position: relative;
}

.login-modal .modal-content .modal-body .login-registration-form .form-inner input {
    border: 1px solid var(--black-color);
    width: 100%;
    height: 50px;
    color: var(--title-color);
    font-weight: 400;
    padding: 15px 20px;
}

@media (max-width: 576px) {
    .login-modal .modal-content .modal-body .login-registration-form .form-inner input {
        padding: 15px 15px;
    }
}

.login-modal .modal-content .modal-body .login-registration-form .form-inner input:focus {
    border: 1px solid #ddd;
}

.login-modal .modal-content .modal-body .login-registration-form .form-inner i {
    position: absolute;
    right: 20px;
    bottom: 13px;
    color: var(--black-color);
    cursor: pointer;
}

.login-modal .modal-content .modal-body .login-registration-form .form-remember-forget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 30px;
}

.login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .remember .custom-check-box {
    opacity: 0;
    display: none;
}

.login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .remember .custom-check-box+label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .remember .custom-check-box+label::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid var(--black-color);
}

.login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .remember .custom-check-box:checked+label::before {
    content: "\f26e";
    color: var(--white-color);
    font-family: "bootstrap-icons";
    background-color: var(--black-color);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .remember label {
    color: var(--black-color);
    font-family: var(--font-dm-sans);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.login-modal .modal-content .modal-body .login-registration-form .form-remember-forget .forget-pass {
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.login-modal .modal-content .modal-body .login-registration-form .primary-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.login-modal .modal-content .modal-body .login-registration-form .member {
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

/*=====================================
  4.Header CSS
========================================*/

.topbar {
    border-bottom: 1px solid var(--border-color);
    padding: 18px 0;
    position: relative;
    z-index: 999;
}

@media (max-width: 991px) {
    .topbar {
        display: none;
    }
}

.topbar .topbar-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.topbar .topbar-wrap .header-logo a img {
    width: 138px;
}

.topbar .topbar-wrap .header-logo a img.dark {
    display: none;
}

@media (max-width: 991px) {
    .topbar .topbar-wrap .header-logo {
        display: none;
    }
}

.topbar .topbar-wrap .search-area {
    max-width: 324px;
    width: 100%;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .topbar .topbar-wrap .search-area {
        max-width: 320px;
    }
}

@media (max-width: 1399px) {
    .topbar .topbar-wrap .search-area {
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    .topbar .topbar-wrap .search-area {
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .topbar .topbar-wrap .search-area {
        max-width: 200px;
    }
}

.topbar .topbar-wrap .search-area form {
    width: 100%;
}

.topbar .topbar-wrap .search-area form .form-inner {
    display: flex;
    align-items: center;
    max-width: 324px;
    width: 100%;
    background-color: transparent;
    padding: 0 10px;
    border-bottom: 1px solid #D9D9D9;
}

.topbar .topbar-wrap .search-area form .form-inner input {
    background: transparent;
    border: unset;
    border-radius: 5px 0px 0px 5px;
    width: 100%;
    height: unset;
    padding: 10px 10px 12px 0;
    font-family: var(--font-dm-sans);
    font-weight: 400;
    font-size: 14px;
    color: var(--paragraph-color);
}

.topbar .topbar-wrap .search-area form .form-inner input::-moz-placeholder {
    color: var(--paragraph-color);
}

.topbar .topbar-wrap .search-area form .form-inner input::placeholder {
    color: var(--paragraph-color);
}

.topbar .topbar-wrap .search-area form .form-inner button {
    background-color: transparent;
    padding: 0;
    margin-top: 0;
}

.topbar .topbar-wrap .search-area form .form-inner button svg {
    fill: var(--paragraph-color);
}

.topbar .topbar-wrap .topbar-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.topbar .topbar-wrap .topbar-right .language-area {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
}

.topbar .topbar-wrap .topbar-right .language-area .lang-bar,
.topbar .topbar-wrap .topbar-right .language-area .currency-bar {
    position: relative;
}

.topbar .topbar-wrap .topbar-right .language-area .lang-bar .lang-btn,
.topbar .topbar-wrap .topbar-right .language-area .lang-bar .currency-btn,
.topbar .topbar-wrap .topbar-right .language-area .currency-bar .lang-btn,
.topbar .topbar-wrap .topbar-right .language-area .currency-bar .currency-btn {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    color: var(--title-color);
}

.topbar .topbar-wrap .topbar-right .language-area .lang-card,
.topbar .topbar-wrap .topbar-right .language-area .currency-card {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 52px;
    right: 0;
    z-index: 99;
    width: 180px;
    background-color: var(--white-color);
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
}

.topbar .topbar-wrap .topbar-right .language-area .lang-card.active,
.topbar .topbar-wrap .topbar-right .language-area .currency-card.active {
    display: block;
    transform: scaleY(1);
    animation: fade-up 0.5s linear;
}

.topbar .topbar-wrap .topbar-right .language-area .lang-card li a,
.topbar .topbar-wrap .topbar-right .language-area .currency-card li a {
    font-family: var(--font-outfit);
    color: var(--title-color);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.topbar .topbar-wrap .topbar-right .language-area .lang-card li a:hover,
.topbar .topbar-wrap .topbar-right .language-area .currency-card li a:hover {
    background-color: var(--primary-color);
}

.topbar .topbar-wrap .topbar-right .language-area .currency-bar .currency-btn {
    display: flex;
    align-items: center;
    gap: 6px;
}

.topbar .topbar-wrap .topbar-right .language-area .currency-bar .currency-btn svg {
    fill: var(--title-color);
}

.topbar .topbar-wrap .topbar-right>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 25px;
}

@media (max-width: 576px) {
    .topbar .topbar-wrap .topbar-right>ul {
        display: none;
        visibility: hidden;
    }
}

.topbar .topbar-wrap .topbar-right>ul .user svg {
    cursor: pointer;
    fill: var(--title-color);
}

.topbar .topbar-wrap .topbar-right>ul .cart-area {
    position: relative;
}

.topbar .topbar-wrap .topbar-right>ul .cart-area svg {
    cursor: pointer;
}

.topbar .topbar-wrap .topbar-right>ul .cart-area svg path {
    stroke: var(--title-color);
}

.topbar .topbar-wrap .topbar-right>ul .cart-area span {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    font-family: var(--font-outfit);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: -2px;
    right: -12px;
}

header.header1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all 0.8s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6%;
    width: 100%;
}

@media (max-width: 1399px) {
    header.header1 {
        padding: 0 2%;
    }
}

@media (max-width: 1199px) {
    header.header1 {
        padding: 20px 2%;
    }
}

header.header1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #08090b;
    z-index: 999;
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}

header.header1 .main-menu {
    display: inline-block;
    position: relative;
}

header.header1 .main-menu .mobile-menu-logo {
    display: none;
}

header.header1 .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header.header1 .main-menu ul>li {
    display: inline-block;
    position: relative;
    padding: 32px 10px;
}

header.header1 .main-menu ul>li.position-inherit {
    position: inherit;
}

@media (max-width: 1199px) {
    header.header1 .main-menu ul>li.position-inherit {
        position: relative;
    }
}

@media (max-width: 1399px) {
    header.header1 .main-menu ul>li {
        padding: 32px 5px;
    }
}

header.header1 .main-menu ul>li:first-child {
    padding-left: 0;
}

header.header1 .main-menu ul>li>a {
    color: var(--white-color);
    display: block;
    text-transform: uppercase;
    padding: 4px 13px;
    position: relative;
    font-family: var(--font-outfit);
    font-weight: 500;
    font-size: 14px;
    transition: all 0.5s ease-out 0s;
    position: relative;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 13px;
}

@media (max-width: 991px) {
    header.header1 .main-menu ul>li>a {
        padding: 32px 9px;
        border: none;
    }
}

header.header1 .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 7px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

@media (max-width: 991px) {
    header.header1 .main-menu ul>li i {
        opacity: 1;
    }
}

header.header1 .main-menu ul>li i.active::before {
    content: "\f2ea";
}

header.header1 .main-menu ul>li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 86px;
    margin: 0;
    display: none;
    min-width: 280px;
    background: var(--white-color);
    border: 1px solid #eee;
    text-align: left;
    padding: 25px 0;
}

header.header1 .main-menu ul>li .sub-menu>li {
    padding: 0;
    display: block;
    position: relative;
}

header.header1 .main-menu ul>li .sub-menu>li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--title-color);
    font-size: 20px;
}

header.header1 .main-menu ul>li .sub-menu>li .dropdown-icon {
    color: rgba(0, 0, 0, 0.7);
    opacity: 1;
    top: 10px;
    font-size: 13px;
    right: 15px;
}

@media (max-width: 1199px) {
    header.header1 .main-menu ul>li .sub-menu>li .dropdown-icon {
        right: 0;
        color: rgba(0, 0, 0, 0.7);
        top: 6px;
        font-size: 20px;
    }
}

header.header1 .main-menu ul>li .sub-menu>li>a {
    display: block;
    padding: 9px 34px;
    font-family: var(--font-outfit);
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.4;
    transition: all 0.4s ease-out 0s;
    position: relative;
    border-radius: 0;
    border: none;
}

header.header1 .main-menu ul>li .sub-menu>li>a::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--title-color);
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

@media (max-width: 991px) {
    header.header1 .main-menu ul>li .sub-menu>li>a::after {
        left: 0;
    }
}

@media (min-width: 1200px) {
    header.header1 .main-menu ul>li .sub-menu>li>a:hover {
        color: #CACACA;
        padding-left: 44px;
    }
}

@media (min-width: 1200px) and (max-width: 991px) {
    header.header1 .main-menu ul>li .sub-menu>li>a:hover {
        padding-left: 18px;
    }
}

@media (min-width: 1200px) {
    header.header1 .main-menu ul>li .sub-menu>li>a:hover::before {
        transform: scale(1);
    }
    header.header1 .main-menu ul>li .sub-menu>li>a:hover::after {
        opacity: 1;
    }
}

header.header1 .main-menu ul>li .sub-menu>li>a.active {
    color: var(--title-color);
}

header.header1 .main-menu ul>li .sub-menu>li>a.active::before {
    transform: scale(1);
}

header.header1 .main-menu ul>li .sub-menu>li:hover>a {
    color: var(--title-color);
}

header.header1 .main-menu ul>li .sub-menu>li:hover .dropdown-icon {
    color: var(--title-color);
}

header.header1 .main-menu ul>li .sub-menu>li:hover .dropdown-icon2 {
    color: var(--title-color);
}

header.header1 .main-menu ul>li .sub-menu>li.active>a {
    color: var(--title-color);
    font-weight: 600;
    position: relative;
}

header.header1 .main-menu ul>li .sub-menu>li.active>a::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--title-color);
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 50%;
}

@media (max-width: 991px) {
    header.header1 .main-menu ul>li .sub-menu>li.active>a::after {
        left: 0;
    }
}

header.header1 .main-menu ul>li .sub-menu>li.active .dropdown-icon {
    color: var(--title-color);
}

header.header1 .main-menu ul>li .sub-menu>li.active .dropdown-icon2 {
    color: var(--title-color);
}

header.header1 .main-menu ul>li .sub-menu>li .sub-menu {
    left: 100%;
    position: absolute;
    max-width: 280px;
    min-width: 280px;
    background: var(--white-color);
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    top: 0;
}

header.header1 .main-menu ul>li .sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden;
}

@media (max-width: 1199px) {
    header.header1 .main-menu ul>li .sub-menu>li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: transparent;
        box-shadow: unset;
        top: 0;
    }
}

header.header1 .main-menu ul>li .sub-menu>li .sub-menu>li i {
    display: block;
}

header.header1 .main-menu ul>li .sub-menu>li:last-child {
    border-bottom: none;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu {
    width: 100%;
    animation: fade-up2 0.45s linear;
    max-width: 1200px;
    min-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 35px 25px;
}

@media (max-width: 1399px) {
    header.header1 .main-menu ul>li .sub-menu.mega-menu {
        max-width: 1100px;
        min-width: 1100px;
    }
}

@media (max-width: 1199px) {
    header.header1 .main-menu ul>li .sub-menu.mega-menu {
        max-width: 100%;
        min-width: 100%;
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        animation: unset;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        transform: translateY(0px);
        margin-left: 10px;
        padding: 10px 0;
    }
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items {
    margin-bottom: 30px;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items {
        margin-bottom: 20px;
    }
    header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items:last-child {
        margin-bottom: 20px;
    }
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items h6 {
    font-family: var(--font-outfit);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--title-color);
}

@media (max-width: 1199px) {
    header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list {
        padding: 0;
    }
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li {
    padding: 0;
    display: block;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a {
    display: block;
    padding: 9px 0;
    font-family: var(--font-outfit);
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.4;
    transition: all 0.4s ease-out 0s;
    position: relative;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--title-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

@media (max-width: 991px) {
    header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a::after {
        left: 0;
    }
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a:hover {
    padding-left: 15px;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a:hover::after {
    opacity: 1;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li.active a {
    color: var(--title-color);
    font-weight: 600;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card {
    margin-top: 15px;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a {
    width: 100%;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch {
    position: absolute;
    left: 0;
    top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch>span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.3px;
    background-color: #C36A2D;
    padding: 5px 10px;
    z-index: 1;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch>span.new {
    background-color: #9B3922;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch>span.style-2 {
    background-color: var(--title-color);
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch>span.style-3 {
    background-color: #CC2131;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .out-of-stock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .out-of-stock span {
    color: var(--primary-color1);
    text-align: center;
    font-size: 15px;
    font-family: var(--font-outfit);
    font-weight: 500;
    background-color: var(--white-color);
    border: 1px solid var(--primary-color1);
    padding: 8px 25px;
    white-space: nowrap;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay {
    background: rgba(33, 33, 33, 0.3000000119);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.5s;
    padding-bottom: 15px;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay .cart-area .add-cart-btn {
    color: var(--white-color);
    text-align: center;
    font-size: 15px;
    font-family: var(--font-outfit);
    font-weight: 500;
    background: var(--title-color);
    padding: 10px 28px;
    display: flex;
    align-items: baseline;
    border-radius: 100px;
    gap: 7px;
    transition: 0.5s;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay .cart-area .add-cart-btn.style-2 {
    background: var(--white-color);
    color: var(--title-color);
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay .cart-area .add-cart-btn.style-2:hover {
    color: var(--white-color);
    background: var(--title-color);
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay .cart-area .add-cart-btn:hover {
    color: var(--title-color);
    background: var(--white-color);
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area {
    position: absolute;
    top: 7px;
    right: 7px;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul {
    transform: scaleX(0);
    transform-origin: right;
    opacity: 0;
    transition: 0.5s;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li {
    margin-bottom: 5px;
    transition: 0.5s;
    padding: 0;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li:last-child {
    margin-bottom: 0;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li>a {
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    transition: 0.5s;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li>a svg {
    fill: var(--title-color);
    transition: 0.5s;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li:hover>a {
    background-color: var(--title-color);
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li:hover>a svg {
    fill: var(--white-color);
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content {
    padding-top: 25px;
    padding-bottom: 10px;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
    gap: 8px;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating ul li {
    line-height: 1;
    padding: 0;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating ul li.style-2 i {
    color: #A0A0A0;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating ul li i {
    color: #ffc107;
    font-size: 12px;
    position: relative;
    right: unset;
    top: unset;
    display: inherit;
    opacity: 1;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating span {
    color: var(--paragraph-color2);
    font-size: 13px;
    font-family: var(--font-outfit);
    line-height: 1;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content h6 {
    margin-bottom: 10px;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content h6 a {
    color: var(--title-color);
    font-size: 16px;
    font-family: var(--font-outfit);
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    margin-bottom: 18px;
    line-height: 1;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content p {
    margin-bottom: 20px;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content p a {
    color: #878585;
    text-align: center;
    font-size: 15px;
    font-family: var(--font-outfit);
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: 0.5s;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content p a:hover {
    color: var(--paragraph-color);
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .price {
    color: var(--title-color);
    font-size: 14px;
    font-family: var(--font-dm-sans);
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 12px;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .price del {
    color: var(--paragraph-color);
    font-size: 14px;
    font-family: var(--font-dm-sans);
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: relative;
    padding: 0;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li span {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background: var(--title-color);
    color: var(--white-color);
    padding: 5px 6px;
    transform: scaleY(0);
    transition: 0.5s;
    opacity: 0;
    margin-top: -20px;
    position: absolute;
    top: -10px;
    left: -16px;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li span::after {
    content: "";
    height: 16px;
    width: 14.42px;
    background: var(--title-color);
    position: absolute;
    left: 48%;
    transform: translateX(-50%) rotate(45deg);
    top: 13px;
    border-bottom: none;
    border-right: none;
    z-index: -1;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li:hover span {
    opacity: 1;
    transform: scaleY(1);
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.medium-brown {
    background: #643623;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.dark-lavender {
    background: #5F549E;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.amber-yellow {
    background: #FBB449;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.amber-yellow2 {
    background: #FFC107;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.green {
    background: #199033;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.black {
    background: var(--title-color);
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.yellow {
    background: #E5E342;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.beaver {
    background: #77685A;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.cyan-blue {
    background: #0191B2;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.persian-red {
    background: #CC2131;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.rhino {
    background: #7A7D8A;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.claret {
    background: #90194B;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.pale-goldenrod {
    background: #D9D8AA;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.trendsetter {
    background: #8F549E;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.picton-blue {
    background: #49C5FB;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.resolution-blue {
    background: #191E90;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.lavender-gray {
    background: #B5B1CD;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.shadow {
    background: #776750;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.santa-fe {
    background: #9C503E;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.golden-brown {
    background: #9F6B1B;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.dark-green {
    background: #1D6C2F;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.imperial-blue {
    background: #253B80;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.powder-ash {
    background: rgba(191, 198, 192, 0.8);
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.plus-icon {
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .product-size {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 5px;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .product-size li {
    padding: 5px 6px;
    border: 1px solid var(--paragraph-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: var(--font-outfit);
    color: var(--primary-color1);
    cursor: pointer;
    line-height: 1.2;
    transition: 0.5s;
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .product-size li:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card:hover .product-card-img .overlay {
    opacity: 1;
    transform: scaleY(1);
}

header.header1 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card:hover .product-card-img .view-and-favorite-area ul {
    transform: scaleX(1);
    opacity: 1;
}

header.header1 .main-menu ul>li:hover>a {
    border-color: var(--white-color);
}

@media (max-width: 1199px) {
    header.header1 .main-menu ul>li:hover>a {
        border: none;
    }
}

@media (min-width: 1200px) {
    header.header1 .main-menu ul>li:hover>.sub-menu {
        display: block;
        animation: fade-up 0.45s linear;
    }
}

@media (min-width: 1200px) {
    header.header1 .main-menu ul>li:hover>.sub-menu.mega-menu {
        display: block;
        animation: fade-up2 0.45s linear;
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden;
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible;
    }
}

@keyframes fade-up2 {
    0% {
        opacity: 0;
        transform: translate(-50%, 10px);
        visibility: hidden;
    }
    100% {
        opacity: 1;
        transform: translate(-50%, 0px);
        visibility: visible;
    }
}

header.header1 .main-menu ul>li.active>a {
    border-color: var(--white-color);
}

@media (max-width: 991px) {
    header.header1 .main-menu ul>li.active>a {
        border: none;
    }
}

header.header1 .main-menu ul>li.active .dropdown-icon2 {
    color: var(--primary-color);
}

header.header1 .main-menu ul li.menu-item-has-children>i {
    display: block;
}

header.header1 .nav-right {
    display: flex;
    gap: 70px;
    align-items: center;
}

@media (max-width: 1499px) {
    header.header1 .nav-right {
        gap: 50px;
    }
}

@media (max-width: 1399px) {
    header.header1 .nav-right {
        gap: 50px;
    }
}

header.header1 .nav-right>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 25px;
}

@media (max-width: 576px) {
    header.header1 .nav-right>ul {
        display: none;
        visibility: hidden;
    }
}

header.header1 .nav-right>ul .user svg {
    cursor: pointer;
    fill: var(--white-color);
}

header.header1 .nav-right>ul .cart-area {
    position: relative;
}

header.header1 .nav-right>ul .cart-area svg {
    cursor: pointer;
}

header.header1 .nav-right>ul .cart-area svg path {
    stroke: var(--white-color);
}

header.header1 .nav-right>ul .cart-area span {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    font-family: var(--font-outfit);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: 2px;
    right: -12px;
}

header.header1 .nav-right .search-bar {
    position: relative;
}

header.header1 .nav-right .search-bar svg {
    fill: var(--white-color);
    cursor: pointer;
}

header.header1 .nav-right .search-bar .search-input {
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 99;
    width: 600px;
    background-color: var(--title-color);
    padding: 50px 30px 30px;
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
}

header.header1 .nav-right .search-bar .search-input.active {
    display: block;
    transform: scaleY(1);
    animation: fade-up 0.5s linear;
}

header.header1 .nav-right .search-bar .search-input .serch-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: #000;
    box-shadow: 0 1px 12px 2px rgba(255, 255, 255, 0.1);
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 1;
}

header.header1 .nav-right .search-bar .search-input .serch-close::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--white-color);
    transition: all 0.3s ease-out;
}

header.header1 .nav-right .search-bar .search-input .serch-close::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--white-color);
    transition: all 0.3s ease-out;
}

header.header1 .nav-right .search-bar .search-input .serch-close:hover::after {
    transform: rotate(0);
}

header.header1 .nav-right .search-bar .search-input .serch-close:hover::before {
    transform: rotate(0);
}

header.header1 .nav-right .search-bar .search-input .search-group {
    display: flex;
    gap: 50px;
    width: 100%;
    border-bottom: 1px solid #616161;
}

header.header1 .nav-right .search-bar .search-input .search-group .form-inner2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

header.header1 .nav-right .search-bar .search-input .search-group .form-inner2 input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-dm-sans);
    line-height: 1;
    color: var(--white-color);
}

header.header1 .nav-right .search-bar .search-input .search-group .form-inner2 input::-moz-placeholder {
    color: #CACACA;
    font-weight: 400;
}

header.header1 .nav-right .search-bar .search-input .search-group .form-inner2 input::placeholder {
    color: #CACACA;
    font-weight: 400;
}

header.header1 .nav-right .search-bar .search-input .search-group .form-inner2 button {
    background-color: transparent;
    font-size: 22px;
    border: none;
    outline: none;
}

header.header1 .nav-right .search-bar .search-input .search-group .form-inner2 button i {
    font-size: 16px;
    color: #fff;
}

header.header1 .nav-right .search-bar .search-input .quick-search {
    display: flex;
    gap: 10px;
    padding-top: 15px;
}

header.header1 .nav-right .search-bar .search-input .quick-search ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header.header1 .nav-right .search-bar .search-input .quick-search ul li {
    padding-right: 5px;
    line-height: 1.5;
}

header.header1 .nav-right .search-bar .search-input .quick-search ul li:first-child {
    font-family: var(--font-outfit);
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 13px;
    margin-bottom: 0;
    color: var(--white-color);
    white-space: nowrap;
}

header.header1 .nav-right .search-bar .search-input .quick-search ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font-dm-sans);
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    transition: 0.35;
}

header.header1 .nav-right .search-bar .search-input .quick-search ul li a:hover {
    color: var(--primary-color);
}

header.header1 .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

@media (max-width: 1199px) {
    header.header1 .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 30px;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative;
    }
    header.header1 .nav-right .mobile-menu-btn span {
        height: 3px;
        width: 25px;
        background-color: var(--white-color);
        display: flex;
        transition: transform 0.5s ease-in;
        position: absolute;
        top: 0px;
    }
    header.header1 .nav-right .mobile-menu-btn span::before {
        transition-duration: 0.5s;
        position: absolute;
        width: 35px;
        height: 3px;
        background-color: var(--white-color);
        content: "";
        top: -10px;
        right: 0;
    }
    header.header1 .nav-right .mobile-menu-btn span::after {
        transition-duration: 0.5s;
        position: absolute;
        width: 15px;
        height: 3px;
        right: 0;
        background-color: var(--white-color);
        content: "";
        top: 10px;
    }
    header.header1 .nav-right .mobile-menu-btn.active span {
        background-color: transparent;
    }
    header.header1 .nav-right .mobile-menu-btn.active span::before {
        transform: rotateZ(45deg) translate(8px, 6px);
        width: 35px;
    }
    header.header1 .nav-right .mobile-menu-btn.active span::after {
        transform: rotateZ(-45deg) translate(8px, -6px);
        width: 35px;
    }
}

@media (max-width: 1199px) {
    header.header1 .dd--none {
        display: none;
        visibility: hidden;
    }
    header.header1 .mobile-logo-area {
        justify-content: center !important;
    }
    header.header1 .dropdown-icon {
        color: var(--white-color);
        opacity: 1 !important;
    }
    header.header1 .form-inner input {
        width: 100%;
        background-color: transparent;
        border: none;
        font-size: 14px;
        font-weight: 500;
        font-family: var(--font-dm-sans);
        color: var(--white-color);
        border: 1px solid #616161;
        padding: 15px 20px;
    }
    header.header1 .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white-color);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        border-right: 1px solid rgba(13, 23, 32, 0.0784313725);
    }
    header.header1 .main-menu::-webkit-scrollbar {
        width: 0;
    }
    header.header1 .main-menu.show-menu {
        transform: translateX(0);
    }
    header.header1 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: flex;
        justify-content: center;
        padding-bottom: 8px;
    }
    header.header1 .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    header.header1 .main-menu .primary-btn {
        width: 100%;
        justify-content: center;
        text-transform: uppercase;
        font-size: 14px;
    }
    header.header1 .main-menu>ul {
        padding: 0;
        margin: 0;
        list-style: none;
        float: none;
        text-align: left;
        padding: 5px 0px 20px 0;
    }
    header.header1 .main-menu>ul>li {
        display: block;
        position: relative;
        padding: 5px 5px;
    }
    header.header1 .main-menu>ul>li:first-child {
        padding-left: 5px;
    }
    header.header1 .main-menu>ul>li a {
        padding: 10px 0;
        display: block;
        font-size: 1rem;
        border: unset;
        color: var(--title-color);
    }
    header.header1 .main-menu>ul>li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        margin-left: 10px;
        padding: 10px 0;
    }
    header.header1 .main-menu>ul>li ul.sub-menu>li a {
        padding: 7px 0px;
    }
}

header.header1.error-page {
    position: relative;
    background-color: #1E1E1E;
}

header.header1.error-page .main-menu ul>li {
    padding: 26px 10px;
}

@media (max-width: 1399px) {
    header.header1.error-page .main-menu ul>li {
        padding: 26px 5px;
    }
}

header.header1.error-page .main-menu ul>li ul.sub-menu {
    top: 76px;
}

header.header4 {
    position: relative;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 0.8s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid var(--white-color2);
}

@media (max-width: 1199px) {
    header.header4 {
        padding: 0px 0;
    }
}

header.header4.home2-header {
    padding: 20px 0;
}

header.header4.home2-header .header-logo a img {
    width: 114px;
}

@media (max-width: 576px) {
    header.header4.home2-header .header-logo a img {
        width: 100px;
    }
}

header.header4.style-2 {
    justify-content: center;
}

@media (max-width: 991px) {
    header.header4.style-2 .dd--none {
        display: none;
        visibility: hidden;
    }
    header.header4.style-2 .mobile-logo-area {
        justify-content: center !important;
    }
    header.header4.style-2 .dropdown-icon {
        color: var(--white-color);
        opacity: 1 !important;
    }
    header.header4.style-2 .form-inner input {
        width: 100%;
        background-color: transparent;
        border: none;
        font-size: 14px;
        font-weight: 500;
        font-family: var(--font-dm-sans);
        color: var(--white-color);
        border: 1px solid #616161;
        padding: 15px 20px;
    }
    header.header4.style-2 .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white-color);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        border-right: 1px solid rgba(13, 23, 32, 0.0784313725);
    }
    header.header4.style-2 .main-menu::-webkit-scrollbar {
        width: 0;
    }
    header.header4.style-2 .main-menu.show-menu {
        transform: translateX(0);
    }
    header.header4.style-2 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }
    header.header4.style-2 .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    header.header4.style-2 .main-menu .primary-btn {
        width: 100%;
        justify-content: center;
        text-transform: uppercase;
        font-size: 14px;
    }
    header.header4.style-2 .main-menu>ul {
        padding: 0;
        margin: 0;
        list-style: none;
        float: none;
        text-align: left;
        padding: 5px 0px 20px 0;
    }
    header.header4.style-2 .main-menu>ul>li {
        display: block;
        position: relative;
        padding: 5px 5px;
    }
    header.header4.style-2 .main-menu>ul>li:first-child {
        padding-left: 5px;
    }
    header.header4.style-2 .main-menu>ul>li a {
        padding: 10px 0;
        display: block;
        font-size: 1rem;
        border: unset;
        color: var(--title-color);
    }
    header.header4.style-2 .main-menu>ul>li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        margin-left: 10px;
        padding: 10px 0;
    }
    header.header4.style-2 .main-menu>ul>li ul.sub-menu>li a {
        padding: 7px 0px;
    }
}

header.header4.style-3 {
    justify-content: center;
}

@media (max-width: 1199px) {
    header.header4.style-3 {
        justify-content: end;
        padding: 20px 30px;
    }
    header.header4.style-3 .dd--none {
        display: none;
        visibility: hidden;
    }
    header.header4.style-3 .mobile-logo-area {
        justify-content: center !important;
    }
    header.header4.style-3 .dropdown-icon {
        color: var(--white-color);
        opacity: 1 !important;
    }
    header.header4.style-3 .form-inner input {
        width: 100%;
        background-color: transparent;
        border: none;
        font-size: 14px;
        font-weight: 500;
        font-family: var(--font-dm-sans);
        color: var(--white-color);
        border: 1px solid #616161;
        padding: 15px 20px;
    }
    header.header4.style-3 .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white-color);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        border-right: 1px solid rgba(13, 23, 32, 0.0784313725);
    }
    header.header4.style-3 .main-menu::-webkit-scrollbar {
        width: 0;
    }
    header.header4.style-3 .main-menu.show-menu {
        transform: translateX(0);
    }
    header.header4.style-3 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }
    header.header4.style-3 .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    header.header4.style-3 .main-menu .primary-btn {
        width: 100%;
        justify-content: center;
        text-transform: uppercase;
        font-size: 14px;
    }
    header.header4.style-3 .main-menu>ul {
        padding: 0;
        margin: 0;
        list-style: none;
        float: none;
        text-align: left;
        padding: 5px 0px 20px 0;
    }
    header.header4.style-3 .main-menu>ul>li {
        display: block;
        position: relative;
        padding: 5px 5px;
    }
    header.header4.style-3 .main-menu>ul>li:first-child {
        padding-left: 5px;
    }
    header.header4.style-3 .main-menu>ul>li a {
        padding: 10px 0;
        display: block;
        font-size: 1rem;
        border: unset;
        color: var(--title-color);
    }
    header.header4.style-3 .main-menu>ul>li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        margin-left: 10px;
        padding: 10px 0;
    }
    header.header4.style-3 .main-menu>ul>li ul.sub-menu>li a {
        padding: 7px 0px;
    }
}

header.header4.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: var(--white-color);
    border-bottom: 1px solid var(--white-color2);
    z-index: 999;
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}

header.header4 .main-menu {
    display: inline-block;
    position: relative;
}

header.header4 .main-menu .mobile-menu-logo {
    display: none;
}

header.header4 .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header.header4 .main-menu ul>li {
    display: inline-block;
    position: relative;
    padding: 26px 10px;
}

header.header4 .main-menu ul>li.position-inherit {
    position: inherit;
}

@media (max-width: 1199px) {
    header.header4 .main-menu ul>li.position-inherit {
        position: relative;
    }
}

@media (max-width: 1399px) {
    header.header4 .main-menu ul>li {
        padding: 23px 5px;
    }
}

header.header4 .main-menu ul>li:first-child {
    padding-left: 0;
}

header.header4 .main-menu ul>li>a {
    color: var(--title-color);
    display: block;
    text-transform: uppercase;
    padding: 4px 13px;
    position: relative;
    font-family: var(--font-outfit);
    font-weight: 500;
    font-size: 14px;
    transition: all 0.5s ease-out 0s;
    position: relative;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 13px;
}

@media (max-width: 991px) {
    header.header4 .main-menu ul>li>a {
        padding: 32px 9px;
        border: none;
    }
}

header.header4 .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 7px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

@media (max-width: 991px) {
    header.header4 .main-menu ul>li i {
        opacity: 1;
    }
}

header.header4 .main-menu ul>li i.active::before {
    content: "\f2ea";
}

header.header4 .main-menu ul>li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 77px;
    margin: 0;
    display: none;
    min-width: 280px;
    background: var(--white-color);
    border: 1px solid #eee;
    text-align: left;
    padding: 25px 0;
}

@media (max-width: 1399px) {
    header.header4 .main-menu ul>li .sub-menu {
        top: 70px;
    }
}

header.header4 .main-menu ul>li .sub-menu>li {
    padding: 0;
    display: block;
    position: relative;
}

header.header4 .main-menu ul>li .sub-menu>li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--title-color);
    font-size: 20px;
}

header.header4 .main-menu ul>li .sub-menu>li .dropdown-icon {
    color: rgba(0, 0, 0, 0.7);
    opacity: 1;
    top: 10px;
    font-size: 13px;
    right: 15px;
}

@media (max-width: 1199px) {
    header.header4 .main-menu ul>li .sub-menu>li .dropdown-icon {
        right: 0;
        color: rgba(0, 0, 0, 0.7);
        top: 6px;
        font-size: 20px;
    }
}

header.header4 .main-menu ul>li .sub-menu>li>a {
    display: block;
    padding: 9px 34px;
    font-family: var(--font-outfit);
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.4;
    transition: all 0.4s ease-out 0s;
    position: relative;
    border-radius: 0;
    border: none;
}

header.header4 .main-menu ul>li .sub-menu>li>a::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--title-color);
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

@media (max-width: 991px) {
    header.header4 .main-menu ul>li .sub-menu>li>a::after {
        left: 0;
    }
}

@media (min-width: 1200px) {
    header.header4 .main-menu ul>li .sub-menu>li>a:hover {
        color: #CACACA;
        padding-left: 44px;
    }
}

@media (min-width: 1200px) and (max-width: 991px) {
    header.header4 .main-menu ul>li .sub-menu>li>a:hover {
        padding-left: 18px;
    }
}

@media (min-width: 1200px) {
    header.header4 .main-menu ul>li .sub-menu>li>a:hover::before {
        transform: scale(1);
    }
    header.header4 .main-menu ul>li .sub-menu>li>a:hover::after {
        opacity: 1;
    }
}

header.header4 .main-menu ul>li .sub-menu>li>a.active {
    color: var(--title-color);
}

header.header4 .main-menu ul>li .sub-menu>li>a.active::before {
    transform: scale(1);
}

header.header4 .main-menu ul>li .sub-menu>li:hover>a {
    color: var(--title-color);
}

header.header4 .main-menu ul>li .sub-menu>li:hover .dropdown-icon {
    color: var(--title-color);
}

header.header4 .main-menu ul>li .sub-menu>li:hover .dropdown-icon2 {
    color: var(--title-color);
}

header.header4 .main-menu ul>li .sub-menu>li.active>a {
    color: var(--title-color);
    font-weight: 600;
}

header.header4 .main-menu ul>li .sub-menu>li.active .dropdown-icon {
    color: var(--title-color);
}

header.header4 .main-menu ul>li .sub-menu>li.active .dropdown-icon2 {
    color: var(--title-color);
}

header.header4 .main-menu ul>li .sub-menu>li .sub-menu {
    left: 100%;
    position: absolute;
    max-width: 280px;
    min-width: 280px;
    background: var(--white-color);
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    top: 0;
}

header.header4 .main-menu ul>li .sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden;
}

@media (max-width: 1199px) {
    header.header4 .main-menu ul>li .sub-menu>li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: transparent;
        top: 0;
        box-shadow: unset;
    }
}

header.header4 .main-menu ul>li .sub-menu>li .sub-menu>li i {
    display: block;
}

header.header4 .main-menu ul>li .sub-menu>li:last-child {
    border-bottom: none;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu {
    width: 100%;
    animation: fade-up2 0.45s linear;
    max-width: 1200px;
    min-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 35px 25px;
}

@media (max-width: 1399px) {
    header.header4 .main-menu ul>li .sub-menu.mega-menu {
        max-width: 1100px;
        min-width: 1100px;
    }
}

@media (max-width: 1199px) {
    header.header4 .main-menu ul>li .sub-menu.mega-menu {
        max-width: 100%;
        min-width: 100%;
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        animation: unset;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        transform: translateY(0px);
        margin-left: 10px;
        padding: 10px 0;
    }
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items {
    margin-bottom: 30px;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items {
        margin-bottom: 20px;
    }
    header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items:last-child {
        margin-bottom: 20px;
    }
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items h6 {
    font-family: var(--font-outfit);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--title-color);
}

@media (max-width: 1199px) {
    header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list {
        padding: 0;
    }
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li {
    padding: 0;
    display: block;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a {
    display: block;
    padding: 9px 0;
    font-family: var(--font-outfit);
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.4;
    transition: all 0.4s ease-out 0s;
    position: relative;
    border: none;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--title-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

@media (max-width: 991px) {
    header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a::after {
        left: 0;
    }
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a:hover {
    padding-left: 15px;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a:hover::after {
    opacity: 1;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card {
    margin-top: 15px;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a {
    width: 100%;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch {
    position: absolute;
    left: 0;
    top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch>span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.3px;
    background-color: #C36A2D;
    padding: 5px 10px;
    z-index: 1;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch>span.new {
    background-color: #9B3922;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch>span.style-2 {
    background-color: var(--title-color);
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch>span.style-3 {
    background-color: #CC2131;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .out-of-stock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .out-of-stock span {
    color: var(--primary-color1);
    text-align: center;
    font-size: 15px;
    font-family: var(--font-outfit);
    font-weight: 500;
    background-color: var(--white-color);
    border: 1px solid var(--primary-color1);
    padding: 8px 25px;
    white-space: nowrap;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay {
    background: rgba(33, 33, 33, 0.3000000119);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.5s;
    padding-bottom: 15px;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay .cart-area .add-cart-btn {
    color: var(--white-color);
    text-align: center;
    font-size: 15px;
    font-family: var(--font-outfit);
    font-weight: 500;
    background: var(--title-color);
    padding: 10px 28px;
    display: flex;
    align-items: baseline;
    border-radius: 100px;
    gap: 7px;
    transition: 0.5s;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay .cart-area .add-cart-btn.style-2 {
    background: var(--white-color);
    color: var(--title-color);
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay .cart-area .add-cart-btn.style-2:hover {
    color: var(--white-color);
    background: var(--title-color);
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay .cart-area .add-cart-btn:hover {
    color: var(--title-color);
    background: var(--white-color);
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area {
    position: absolute;
    top: 7px;
    right: 7px;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul {
    transform: scaleX(0);
    transform-origin: right;
    opacity: 0;
    transition: 0.5s;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li {
    margin-bottom: 5px;
    transition: 0.5s;
    padding: 0;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li:last-child {
    margin-bottom: 0;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li>a {
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    transition: 0.5s;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li>a svg {
    fill: var(--title-color);
    transition: 0.5s;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li:hover>a {
    background-color: var(--title-color);
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li:hover>a svg {
    fill: var(--white-color);
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content {
    padding-top: 25px;
    padding-bottom: 10px;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
    gap: 8px;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating ul li {
    line-height: 1;
    padding: 0;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating ul li.style-2 i {
    color: #A0A0A0;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating ul li i {
    color: #ffc107;
    font-size: 12px;
    position: relative;
    right: unset;
    top: unset;
    display: inherit;
    opacity: 1;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating span {
    color: var(--paragraph-color2);
    font-size: 13px;
    font-family: var(--font-outfit);
    line-height: 1;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content h6 {
    margin-bottom: 10px;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content h6 a {
    color: var(--title-color);
    font-size: 16px;
    font-family: var(--font-outfit);
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    margin-bottom: 18px;
    line-height: 1;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content p {
    margin-bottom: 20px;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content p a {
    color: #878585;
    text-align: center;
    font-size: 15px;
    font-family: var(--font-outfit);
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: 0.5s;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content p a:hover {
    color: var(--paragraph-color);
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .price {
    color: var(--title-color);
    font-size: 14px;
    font-family: var(--font-dm-sans);
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 12px;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .price del {
    color: var(--paragraph-color);
    font-size: 14px;
    font-family: var(--font-dm-sans);
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: relative;
    padding: 0;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li span {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background: var(--title-color);
    color: var(--white-color);
    padding: 5px 6px;
    transform: scaleY(0);
    transition: 0.5s;
    opacity: 0;
    margin-top: -20px;
    position: absolute;
    top: -10px;
    left: -16px;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li span::after {
    content: "";
    height: 16px;
    width: 14.42px;
    background: var(--title-color);
    position: absolute;
    left: 48%;
    transform: translateX(-50%) rotate(45deg);
    top: 13px;
    border-bottom: none;
    border-right: none;
    z-index: -1;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li:hover span {
    opacity: 1;
    transform: scaleY(1);
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.medium-brown {
    background: #643623;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.dark-lavender {
    background: #5F549E;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.amber-yellow {
    background: #FBB449;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.amber-yellow2 {
    background: #FFC107;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.green {
    background: #199033;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.black {
    background: var(--title-color);
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.yellow {
    background: #E5E342;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.beaver {
    background: #77685A;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.cyan-blue {
    background: #0191B2;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.persian-red {
    background: #CC2131;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.rhino {
    background: #7A7D8A;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.claret {
    background: #90194B;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.pale-goldenrod {
    background: #D9D8AA;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.trendsetter {
    background: #8F549E;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.picton-blue {
    background: #49C5FB;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.resolution-blue {
    background: #191E90;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.lavender-gray {
    background: #B5B1CD;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.shadow {
    background: #776750;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.santa-fe {
    background: #9C503E;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.golden-brown {
    background: #9F6B1B;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.dark-green {
    background: #1D6C2F;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.imperial-blue {
    background: #253B80;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.powder-ash {
    background: rgba(191, 198, 192, 0.8);
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.plus-icon {
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .product-size {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 5px;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .product-size li {
    padding: 5px 6px;
    border: 1px solid var(--paragraph-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: var(--font-outfit);
    color: var(--primary-color1);
    cursor: pointer;
    line-height: 1.2;
    transition: 0.5s;
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .product-size li:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card:hover .product-card-img .overlay {
    opacity: 1;
    transform: scaleY(1);
}

header.header4 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card:hover .product-card-img .view-and-favorite-area ul {
    transform: scaleX(1);
    opacity: 1;
}

header.header4 .main-menu ul>li:hover>a {
    border-color: var(--title-color);
}

@media (max-width: 1199px) {
    header.header4 .main-menu ul>li:hover>a {
        border: none;
    }
}

@media (min-width: 1200px) {
    header.header4 .main-menu ul>li:hover>.sub-menu {
        display: block;
        animation: fade-up 0.45s linear;
    }
}

@media (min-width: 1200px) {
    header.header4 .main-menu ul>li:hover>.sub-menu.mega-menu {
        display: block;
        animation: fade-up2 0.45s linear;
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden;
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible;
    }
}

header.header4 .main-menu ul>li.active>a {
    border-color: var(--title-color);
}

@media (max-width: 991px) {
    header.header4 .main-menu ul>li.active>a {
        border: none;
    }
}

header.header4 .main-menu ul>li.active .dropdown-icon2 {
    color: var(--primary-color);
}

header.header4 .main-menu ul li.menu-item-has-children>i {
    display: block;
}

header.header4 .nav-right {
    display: flex;
    gap: 70px;
    align-items: center;
}

@media (max-width: 1499px) {
    header.header4 .nav-right {
        gap: 50px;
    }
}

@media (max-width: 1399px) {
    header.header4 .nav-right {
        gap: 50px;
    }
}

@media (max-width: 1199px) {
    header.header4 .nav-right {
        gap: 45px;
    }
}

@media (max-width: 991px) {
    header.header4 .nav-right {
        gap: 40px;
    }
}

header.header4 .nav-right>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 25px;
}

@media (max-width: 576px) {
    header.header4 .nav-right>ul {
        display: none;
        visibility: hidden;
    }
}

header.header4 .nav-right>ul .user svg {
    cursor: pointer;
    fill: var(--title-color);
}

header.header4 .nav-right>ul .cart-area {
    position: relative;
}

header.header4 .nav-right>ul .cart-area svg {
    cursor: pointer;
}

header.header4 .nav-right>ul .cart-area svg path {
    stroke: var(--title-color);
}

header.header4 .nav-right>ul .cart-area span {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7941C;
    color: #fff;
    font-family: var(--font-outfit);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: -2px;
    right: -12px;
}

header.header4 .nav-right .search-bar {
    position: relative;
}

header.header4 .nav-right .search-bar svg {
    fill: var(--title-color);
    cursor: pointer;
}

header.header4 .nav-right .search-bar .search-input {
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 99;
    width: 600px;
    background-color: var(--title-color);
    padding: 50px 30px 30px;
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
}

header.header4 .nav-right .search-bar .search-input.active {
    display: block;
    transform: scaleY(1);
    animation: fade-up 0.5s linear;
}

header.header4 .nav-right .search-bar .search-input .serch-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: #000;
    box-shadow: 0 1px 12px 2px rgba(255, 255, 255, 0.1);
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 1;
}

header.header4 .nav-right .search-bar .search-input .serch-close::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--white-color);
    transition: all 0.3s ease-out;
}

header.header4 .nav-right .search-bar .search-input .serch-close::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--white-color);
    transition: all 0.3s ease-out;
}

header.header4 .nav-right .search-bar .search-input .serch-close:hover::after {
    transform: rotate(0);
}

header.header4 .nav-right .search-bar .search-input .serch-close:hover::before {
    transform: rotate(0);
}

header.header4 .nav-right .search-bar .search-input .search-group {
    display: flex;
    gap: 50px;
    width: 100%;
    border-bottom: 1px solid #616161;
}

header.header4 .nav-right .search-bar .search-input .search-group .form-inner2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

header.header4 .nav-right .search-bar .search-input .search-group .form-inner2 input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-dm-sans);
    line-height: 1;
    color: var(--white-color);
}

header.header4 .nav-right .search-bar .search-input .search-group .form-inner2 input::-moz-placeholder {
    color: #CACACA;
    font-weight: 400;
}

header.header4 .nav-right .search-bar .search-input .search-group .form-inner2 input::placeholder {
    color: #CACACA;
    font-weight: 400;
}

header.header4 .nav-right .search-bar .search-input .search-group .form-inner2 button {
    background-color: transparent;
    font-size: 22px;
    border: none;
    outline: none;
}

header.header4 .nav-right .search-bar .search-input .search-group .form-inner2 button i {
    font-size: 16px;
    color: #fff;
}

header.header4 .nav-right .search-bar .search-input .quick-search {
    display: flex;
    gap: 10px;
    padding-top: 15px;
}

header.header4 .nav-right .search-bar .search-input .quick-search ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header.header4 .nav-right .search-bar .search-input .quick-search ul li {
    padding-right: 5px;
    line-height: 1.5;
}

header.header4 .nav-right .search-bar .search-input .quick-search ul li:first-child {
    font-family: var(--font-outfit);
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 13px;
    margin-bottom: 0;
    color: var(--white-color);
    white-space: nowrap;
}

header.header4 .nav-right .search-bar .search-input .quick-search ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font-dm-sans);
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    transition: 0.35;
}

header.header4 .nav-right .search-bar .search-input .quick-search ul li a:hover {
    color: var(--primary-color);
}

header.header4 .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

@media (max-width: 1199px) {
    header.header4 .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 25px;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative;
    }
    header.header4 .nav-right .mobile-menu-btn span {
        height: 3px;
        width: 25px;
        background-color: var(--title-color);
        display: flex;
        transition: transform 0.5s ease-in;
        position: absolute;
        top: 0px;
    }
    header.header4 .nav-right .mobile-menu-btn span::before {
        transition-duration: 0.5s;
        position: absolute;
        width: 35px;
        height: 3px;
        background-color: var(--title-color);
        content: "";
        top: -10px;
        right: 0;
    }
    header.header4 .nav-right .mobile-menu-btn span::after {
        transition-duration: 0.5s;
        position: absolute;
        width: 15px;
        height: 3px;
        right: 0;
        background-color: var(--title-color);
        content: "";
        top: 10px;
    }
    header.header4 .nav-right .mobile-menu-btn.active span {
        background-color: transparent;
    }
    header.header4 .nav-right .mobile-menu-btn.active span::before {
        transform: rotateZ(45deg) translate(8px, 6px);
        width: 35px;
    }
    header.header4 .nav-right .mobile-menu-btn.active span::after {
        transform: rotateZ(-45deg) translate(8px, -6px);
        width: 35px;
    }
}

@media (max-width: 1199px) and (max-width: 576px) {
    header.header4 .nav-right .mobile-menu-btn {
        margin-left: 15px;
    }
}

@media (max-width: 1199px) {
    header.header4 .dd--none {
        display: none;
        visibility: hidden;
    }
    header.header4 .mobile-logo-area {
        justify-content: center !important;
    }
    header.header4 .dropdown-icon {
        color: var(--white-color);
        opacity: 1 !important;
    }
    header.header4 .form-inner input {
        width: 100%;
        background-color: transparent;
        border: none;
        font-size: 14px;
        font-weight: 500;
        font-family: var(--font-dm-sans);
        color: var(--white-color);
        border: 1px solid #616161;
        padding: 15px 20px;
    }
    header.header4 .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white-color);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        border-right: 1px solid rgba(13, 23, 32, 0.0784313725);
    }
    header.header4 .main-menu::-webkit-scrollbar {
        width: 0;
    }
    header.header4 .main-menu.show-menu {
        transform: translateX(0);
    }
    header.header4 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: flex;
        justify-content: center;
        padding-bottom: 8px;
    }
    header.header4 .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    header.header4 .main-menu .primary-btn {
        width: 100%;
        justify-content: center;
        text-transform: uppercase;
        font-size: 14px;
    }
    header.header4 .main-menu>ul {
        padding: 0;
        margin: 0;
        list-style: none;
        float: none;
        text-align: left;
        padding: 5px 0px 20px 0;
    }
    header.header4 .main-menu>ul>li {
        display: block;
        position: relative;
        padding: 5px 5px;
    }
    header.header4 .main-menu>ul>li:first-child {
        padding-left: 5px;
    }
    header.header4 .main-menu>ul>li a {
        padding: 10px 0;
        display: block;
        font-size: 1rem;
        border: unset;
        color: var(--title-color);
    }
    header.header4 .main-menu>ul>li .sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        margin-left: 10px;
        padding: 10px 0;
    }
    header.header4 .main-menu>ul>li .sub-menu>li a {
        padding: 7px 0px;
    }
}

header.header4 .search-area {
    max-width: 760px;
    width: 100%;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.header4 .search-area {
        max-width: 700px;
    }
}

@media (max-width: 1399px) {
    header.header4 .search-area {
        max-width: 650px;
    }
}

@media (max-width: 1199px) {
    header.header4 .search-area {
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    header.header4 .search-area {
        display: none;
    }
}

header.header4 .search-area form {
    width: 100%;
}

header.header4 .search-area form .form-inner {
    display: flex;
    align-items: center;
    max-width: 760px;
    width: 100%;
    background-color: #FAF8F8;
    border-radius: 6px;
    padding: 0 25px;
}

header.header4 .search-area form .form-inner input {
    background: transparent;
    border: unset;
    border-radius: 5px 0px 0px 5px;
    width: 100%;
    height: 52px;
    padding: 10px 10px 10px 0;
    font-family: var(--font-dm-sans);
    font-weight: 400;
    font-size: 14px;
    color: var(--paragraph-color);
}

header.header4 .search-area form .form-inner input::-moz-placeholder {
    color: #7D7D7D;
}

header.header4 .search-area form .form-inner input::placeholder {
    color: #7D7D7D;
}

header.header4 .search-area form .form-inner button {
    background-color: transparent;
    padding: 0;
    margin-top: 0;
}

header.header4 .search-area form .form-inner button svg {
    fill: var(--paragraph-color);
}

@media (max-width: 767px) {
    header.header4 .button-area {
        display: none;
    }
}

header.header4 .button-area .header-btn {
    background: var(--white-color);
    border: 1px solid var(--title-color);
    padding: 10px 15px;
    min-width: auto;
    font-size: 12px;
}

header.header3 {
    position: relative;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 0.8s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid var(--white-color2);
}

header.header3.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: var(--white-color);
    border-bottom: 1px solid var(--white-color2);
    z-index: 999;
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}

header.header3 .header-logo {
    display: none;
}

@media (max-width: 991px) {
    header.header3 .header-logo {
        display: flex;
        justify-content: center;
    }
}

header.header3 .main-menu {
    display: inline-block;
    position: relative;
}

header.header3 .main-menu .mobile-menu-logo {
    display: none;
}

header.header3 .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header.header3 .main-menu ul>li {
    display: inline-block;
    position: relative;
    padding: 26px 10px;
}

header.header3 .main-menu ul>li.position-inherit {
    position: inherit;
}

@media (max-width: 1199px) {
    header.header3 .main-menu ul>li.position-inherit {
        position: relative;
    }
}

@media (max-width: 1399px) {
    header.header3 .main-menu ul>li {
        padding: 23px 5px;
    }
}

header.header3 .main-menu ul>li:first-child {
    padding-left: 0;
}

header.header3 .main-menu ul>li>a {
    color: var(--title-color);
    display: block;
    text-transform: uppercase;
    padding: 4px 13px;
    position: relative;
    font-family: var(--font-outfit);
    font-weight: 500;
    font-size: 14px;
    transition: all 0.5s ease-out 0s;
    position: relative;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 13px;
}

@media (max-width: 991px) {
    header.header3 .main-menu ul>li>a {
        padding: 32px 9px;
        border: none;
    }
}

header.header3 .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 7px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

@media (max-width: 991px) {
    header.header3 .main-menu ul>li i {
        opacity: 1;
    }
}

header.header3 .main-menu ul>li i.active::before {
    content: "\f2ea";
}

header.header3 .main-menu ul>li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    margin: 0;
    display: none;
    min-width: 280px;
    background: var(--white-color);
    border: 1px solid #eee;
    text-align: left;
    padding: 25px 0;
}

@media (max-width: 1399px) {
    header.header3 .main-menu ul>li .sub-menu {
        top: 70px;
    }
}

header.header3 .main-menu ul>li .sub-menu>li {
    padding: 0;
    display: block;
    position: relative;
}

header.header3 .main-menu ul>li .sub-menu>li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--title-color);
    font-size: 20px;
}

header.header3 .main-menu ul>li .sub-menu>li .dropdown-icon {
    color: rgba(0, 0, 0, 0.7);
    opacity: 1;
    top: 10px;
    font-size: 13px;
    right: 15px;
}

@media (max-width: 1199px) {
    header.header3 .main-menu ul>li .sub-menu>li .dropdown-icon {
        right: 0;
        color: rgba(0, 0, 0, 0.7);
        top: 6px;
        font-size: 20px;
    }
}

header.header3 .main-menu ul>li .sub-menu>li>a {
    display: block;
    padding: 9px 34px;
    font-family: var(--font-outfit);
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.4;
    transition: all 0.4s ease-out 0s;
    position: relative;
    border-radius: 0;
    border: none;
}

header.header3 .main-menu ul>li .sub-menu>li>a::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--title-color);
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

@media (max-width: 991px) {
    header.header3 .main-menu ul>li .sub-menu>li>a::after {
        left: 0;
    }
}

@media (min-width: 1200px) {
    header.header3 .main-menu ul>li .sub-menu>li>a:hover {
        color: #CACACA;
        padding-left: 44px;
    }
}

@media (min-width: 1200px) and (max-width: 991px) {
    header.header3 .main-menu ul>li .sub-menu>li>a:hover {
        padding-left: 18px;
    }
}

@media (min-width: 1200px) {
    header.header3 .main-menu ul>li .sub-menu>li>a:hover::before {
        transform: scale(1);
    }
    header.header3 .main-menu ul>li .sub-menu>li>a:hover::after {
        opacity: 1;
    }
}

header.header3 .main-menu ul>li .sub-menu>li>a.active {
    color: var(--title-color);
}

header.header3 .main-menu ul>li .sub-menu>li>a.active::before {
    transform: scale(1);
}

header.header3 .main-menu ul>li .sub-menu>li:hover>a {
    color: var(--title-color);
}

header.header3 .main-menu ul>li .sub-menu>li:hover .dropdown-icon {
    color: var(--title-color);
}

header.header3 .main-menu ul>li .sub-menu>li:hover .dropdown-icon2 {
    color: var(--title-color);
}

header.header3 .main-menu ul>li .sub-menu>li.active>a {
    color: var(--title-color);
    font-weight: 600;
}

header.header3 .main-menu ul>li .sub-menu>li.active .dropdown-icon {
    color: var(--title-color);
}

header.header3 .main-menu ul>li .sub-menu>li.active .dropdown-icon2 {
    color: var(--title-color);
}

header.header3 .main-menu ul>li .sub-menu>li .sub-menu {
    left: 100%;
    position: absolute;
    max-width: 280px;
    min-width: 280px;
    background: var(--white-color);
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    top: 0;
}

header.header3 .main-menu ul>li .sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden;
}

@media (max-width: 1199px) {
    header.header3 .main-menu ul>li .sub-menu>li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: transparent;
        box-shadow: unset;
        top: 0;
    }
}

header.header3 .main-menu ul>li .sub-menu>li .sub-menu>li i {
    display: block;
}

header.header3 .main-menu ul>li .sub-menu>li:last-child {
    border-bottom: none;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu {
    width: 100%;
    animation: fade-up2 0.45s linear;
    max-width: 1200px;
    min-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 35px 25px;
}

@media (max-width: 1399px) {
    header.header3 .main-menu ul>li .sub-menu.mega-menu {
        max-width: 1100px;
        min-width: 1100px;
    }
}

@media (max-width: 1199px) {
    header.header3 .main-menu ul>li .sub-menu.mega-menu {
        max-width: 100%;
        min-width: 100%;
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        animation: unset;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        transform: translateY(0px);
        margin-left: 10px;
        padding: 10px 0;
    }
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items {
    margin-bottom: 30px;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items {
        margin-bottom: 20px;
    }
    header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items:last-child {
        margin-bottom: 20px;
    }
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items h6 {
    font-family: var(--font-outfit);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--title-color);
}

@media (max-width: 1199px) {
    header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list {
        padding: 0;
    }
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li {
    padding: 0;
    display: block;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a {
    display: block;
    padding: 9px 0;
    font-family: var(--font-outfit);
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.4;
    transition: all 0.4s ease-out 0s;
    position: relative;
    border: none;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--title-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

@media (max-width: 991px) {
    header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a::after {
        left: 0;
    }
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a:hover {
    padding-left: 15px;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a:hover::after {
    opacity: 1;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card {
    margin-top: 15px;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a {
    width: 100%;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch {
    position: absolute;
    left: 0;
    top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch>span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.3px;
    background-color: #C36A2D;
    padding: 5px 10px;
    z-index: 1;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch>span.new {
    background-color: #9B3922;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch>span.style-2 {
    background-color: var(--title-color);
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch>span.style-3 {
    background-color: #CC2131;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .out-of-stock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .out-of-stock span {
    color: var(--primary-color1);
    text-align: center;
    font-size: 15px;
    font-family: var(--font-outfit);
    font-weight: 500;
    background-color: var(--white-color);
    border: 1px solid var(--primary-color1);
    padding: 8px 25px;
    white-space: nowrap;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay {
    background: rgba(33, 33, 33, 0.3000000119);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.5s;
    padding-bottom: 15px;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay .cart-area .add-cart-btn {
    color: var(--white-color);
    text-align: center;
    font-size: 15px;
    font-family: var(--font-outfit);
    font-weight: 500;
    background: var(--title-color);
    padding: 10px 28px;
    display: flex;
    align-items: baseline;
    border-radius: 100px;
    gap: 7px;
    transition: 0.5s;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay .cart-area .add-cart-btn.style-2 {
    background: var(--white-color);
    color: var(--title-color);
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay .cart-area .add-cart-btn.style-2:hover {
    color: var(--white-color);
    background: var(--title-color);
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay .cart-area .add-cart-btn:hover {
    color: var(--title-color);
    background: var(--white-color);
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area {
    position: absolute;
    top: 7px;
    right: 7px;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul {
    transform: scaleX(0);
    transform-origin: right;
    opacity: 0;
    transition: 0.5s;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li {
    margin-bottom: 5px;
    transition: 0.5s;
    padding: 0;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li:last-child {
    margin-bottom: 0;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li>a {
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    transition: 0.5s;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li>a svg {
    fill: var(--title-color);
    transition: 0.5s;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li:hover>a {
    background-color: var(--title-color);
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li:hover>a svg {
    fill: var(--white-color);
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content {
    padding-top: 25px;
    padding-bottom: 10px;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
    gap: 8px;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating ul li {
    line-height: 1;
    padding: 0;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating ul li.style-2 i {
    color: #A0A0A0;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating ul li i {
    color: #ffc107;
    font-size: 12px;
    position: relative;
    right: unset;
    top: unset;
    display: inherit;
    opacity: 1;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating span {
    color: var(--paragraph-color2);
    font-size: 13px;
    font-family: var(--font-outfit);
    line-height: 1;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content h6 {
    margin-bottom: 10px;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content h6 a {
    color: var(--title-color);
    font-size: 16px;
    font-family: var(--font-outfit);
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    margin-bottom: 18px;
    line-height: 1;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content p {
    margin-bottom: 20px;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content p a {
    color: #878585;
    text-align: center;
    font-size: 15px;
    font-family: var(--font-outfit);
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: 0.5s;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content p a:hover {
    color: var(--paragraph-color);
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .price {
    color: var(--title-color);
    font-size: 14px;
    font-family: var(--font-dm-sans);
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 12px;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .price del {
    color: var(--paragraph-color);
    font-size: 14px;
    font-family: var(--font-dm-sans);
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: relative;
    padding: 0;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li span {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background: var(--title-color);
    color: var(--white-color);
    padding: 5px 6px;
    transform: scaleY(0);
    transition: 0.5s;
    opacity: 0;
    margin-top: -20px;
    position: absolute;
    top: -10px;
    left: -16px;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li span::after {
    content: "";
    height: 16px;
    width: 14.42px;
    background: var(--title-color);
    position: absolute;
    left: 48%;
    transform: translateX(-50%) rotate(45deg);
    top: 13px;
    border-bottom: none;
    border-right: none;
    z-index: -1;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li:hover span {
    opacity: 1;
    transform: scaleY(1);
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.medium-brown {
    background: #643623;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.dark-lavender {
    background: #5F549E;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.amber-yellow {
    background: #FBB449;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.amber-yellow2 {
    background: #FFC107;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.green {
    background: #199033;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.black {
    background: var(--title-color);
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.yellow {
    background: #E5E342;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.beaver {
    background: #77685A;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.cyan-blue {
    background: #0191B2;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.persian-red {
    background: #CC2131;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.rhino {
    background: #7A7D8A;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.claret {
    background: #90194B;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.pale-goldenrod {
    background: #D9D8AA;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.trendsetter {
    background: #8F549E;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.picton-blue {
    background: #49C5FB;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.resolution-blue {
    background: #191E90;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.lavender-gray {
    background: #B5B1CD;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.shadow {
    background: #776750;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.santa-fe {
    background: #9C503E;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.golden-brown {
    background: #9F6B1B;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.dark-green {
    background: #1D6C2F;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.imperial-blue {
    background: #253B80;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.powder-ash {
    background: rgba(191, 198, 192, 0.8);
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.plus-icon {
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .product-size {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 5px;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .product-size li {
    padding: 5px 6px;
    border: 1px solid var(--paragraph-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: var(--font-outfit);
    color: var(--primary-color1);
    cursor: pointer;
    line-height: 1.2;
    transition: 0.5s;
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .product-size li:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card:hover .product-card-img .overlay {
    opacity: 1;
    transform: scaleY(1);
}

header.header3 .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card:hover .product-card-img .view-and-favorite-area ul {
    transform: scaleX(1);
    opacity: 1;
}

header.header3 .main-menu ul>li:hover>a {
    border-color: var(--title-color);
}

@media (max-width: 1199px) {
    header.header3 .main-menu ul>li:hover>a {
        border: none;
    }
}

@media (min-width: 1200px) {
    header.header3 .main-menu ul>li:hover>.sub-menu {
        display: block;
        animation: fade-up 0.45s linear;
    }
}

@media (min-width: 1200px) {
    header.header3 .main-menu ul>li:hover>.sub-menu.mega-menu {
        display: block;
        animation: fade-up2 0.45s linear;
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden;
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible;
    }
}

header.header3 .main-menu ul>li.active>a {
    border-color: var(--title-color);
}

@media (max-width: 991px) {
    header.header3 .main-menu ul>li.active>a {
        border: none;
    }
}

header.header3 .main-menu ul>li.active .dropdown-icon2 {
    color: var(--primary-color);
}

header.header3 .main-menu ul li.menu-item-has-children>i {
    display: block;
}

header.header3 .nav-right {
    display: flex;
    gap: 70px;
    align-items: center;
}

@media (max-width: 1499px) {
    header.header3 .nav-right {
        gap: 50px;
    }
}

@media (max-width: 1399px) {
    header.header3 .nav-right {
        gap: 50px;
    }
}

header.header3 .nav-right>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 25px;
}

@media (max-width: 576px) {
    header.header3 .nav-right>ul {
        display: none;
        visibility: hidden;
    }
}

header.header3 .nav-right>ul .user svg {
    cursor: pointer;
    fill: var(--title-color);
}

header.header3 .nav-right>ul .cart-area {
    position: relative;
}

header.header3 .nav-right>ul .cart-area svg {
    cursor: pointer;
}

header.header3 .nav-right>ul .cart-area svg path {
    stroke: var(--title-color);
}

header.header3 .nav-right>ul .cart-area span {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    font-family: var(--font-outfit);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: -2px;
    right: -12px;
}

header.header3 .nav-right .search-bar {
    position: relative;
}

header.header3 .nav-right .search-bar svg {
    fill: var(--title-color);
    cursor: pointer;
}

header.header3 .nav-right .search-bar .search-input {
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 99;
    width: 600px;
    background-color: var(--title-color);
    padding: 50px 30px 30px;
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
}

header.header3 .nav-right .search-bar .search-input.active {
    display: block;
    transform: scaleY(1);
    animation: fade-up 0.5s linear;
}

header.header3 .nav-right .search-bar .search-input .serch-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: #000;
    box-shadow: 0 1px 12px 2px rgba(255, 255, 255, 0.1);
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 1;
}

header.header3 .nav-right .search-bar .search-input .serch-close::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--white-color);
    transition: all 0.3s ease-out;
}

header.header3 .nav-right .search-bar .search-input .serch-close::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--white-color);
    transition: all 0.3s ease-out;
}

header.header3 .nav-right .search-bar .search-input .serch-close:hover::after {
    transform: rotate(0);
}

header.header3 .nav-right .search-bar .search-input .serch-close:hover::before {
    transform: rotate(0);
}

header.header3 .nav-right .search-bar .search-input .search-group {
    display: flex;
    gap: 50px;
    width: 100%;
    border-bottom: 1px solid #616161;
}

header.header3 .nav-right .search-bar .search-input .search-group .form-inner2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

header.header3 .nav-right .search-bar .search-input .search-group .form-inner2 input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-dm-sans);
    line-height: 1;
    color: var(--white-color);
}

header.header3 .nav-right .search-bar .search-input .search-group .form-inner2 input::-moz-placeholder {
    color: #CACACA;
    font-weight: 400;
}

header.header3 .nav-right .search-bar .search-input .search-group .form-inner2 input::placeholder {
    color: #CACACA;
    font-weight: 400;
}

header.header3 .nav-right .search-bar .search-input .search-group .form-inner2 button {
    background-color: transparent;
    font-size: 22px;
    border: none;
    outline: none;
}

header.header3 .nav-right .search-bar .search-input .search-group .form-inner2 button i {
    font-size: 16px;
    color: #fff;
}

header.header3 .nav-right .search-bar .search-input .quick-search {
    display: flex;
    gap: 10px;
    padding-top: 15px;
}

header.header3 .nav-right .search-bar .search-input .quick-search ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header.header3 .nav-right .search-bar .search-input .quick-search ul li {
    padding-right: 5px;
    line-height: 1.5;
}

header.header3 .nav-right .search-bar .search-input .quick-search ul li:first-child {
    font-family: var(--font-outfit);
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 13px;
    margin-bottom: 0;
    color: var(--white-color);
    white-space: nowrap;
}

header.header3 .nav-right .search-bar .search-input .quick-search ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--font-dm-sans);
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    transition: 0.35;
}

header.header3 .nav-right .search-bar .search-input .quick-search ul li a:hover {
    color: var(--primary-color);
}

header.header3 .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

@media (max-width: 991px) {
    header.header3 .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 30px;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative;
    }
    header.header3 .nav-right .mobile-menu-btn span {
        height: 3px;
        width: 25px;
        background-color: var(--title-color);
        display: flex;
        transition: transform 0.5s ease-in;
        position: absolute;
        top: 0px;
    }
    header.header3 .nav-right .mobile-menu-btn span::before {
        transition-duration: 0.5s;
        position: absolute;
        width: 35px;
        height: 3px;
        background-color: var(--title-color);
        content: "";
        top: -10px;
        right: 0;
    }
    header.header3 .nav-right .mobile-menu-btn span::after {
        transition-duration: 0.5s;
        position: absolute;
        width: 15px;
        height: 3px;
        right: 0;
        background-color: var(--title-color);
        content: "";
        top: 10px;
    }
    header.header3 .nav-right .mobile-menu-btn.active span {
        background-color: transparent;
    }
    header.header3 .nav-right .mobile-menu-btn.active span::before {
        transform: rotateZ(45deg) translate(8px, 6px);
        width: 35px;
    }
    header.header3 .nav-right .mobile-menu-btn.active span::after {
        transform: rotateZ(-45deg) translate(8px, -6px);
        width: 35px;
    }
}

@media (max-width: 991px) {
    header.header3 {
        display: flex;
        justify-content: space-between;
        padding: 20px 25px;
    }
    header.header3 .dd--none {
        display: none;
        visibility: hidden;
    }
    header.header3 .mobile-logo-area {
        justify-content: center !important;
    }
    header.header3 .dropdown-icon {
        color: var(--white-color);
        opacity: 1 !important;
    }
    header.header3 .form-inner input {
        width: 100%;
        background-color: transparent;
        border: none;
        font-size: 14px;
        font-weight: 500;
        font-family: var(--font-dm-sans);
        color: var(--white-color);
        border: 1px solid #616161;
        padding: 15px 20px;
    }
    header.header3 .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white-color);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        border-right: 1px solid rgba(13, 23, 32, 0.0784313725);
    }
    header.header3 .main-menu::-webkit-scrollbar {
        width: 0;
    }
    header.header3 .main-menu.show-menu {
        transform: translateX(0);
    }
    header.header3 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }
    header.header3 .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    header.header3 .main-menu .primary-btn {
        width: 100%;
        justify-content: center;
        text-transform: uppercase;
        font-size: 14px;
    }
    header.header3 .main-menu>ul {
        padding: 0;
        margin: 0;
        list-style: none;
        float: none;
        text-align: left;
        padding: 5px 0px 20px 0;
    }
    header.header3 .main-menu>ul>li {
        display: block;
        position: relative;
        padding: 5px 5px;
    }
    header.header3 .main-menu>ul>li:first-child {
        padding-left: 5px;
    }
    header.header3 .main-menu>ul>li a {
        padding: 10px 0;
        display: block;
        font-size: 1rem;
        border: unset;
        color: var(--title-color);
    }
    header.header3 .main-menu>ul>li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        margin-left: 10px;
        padding: 10px 0;
    }
    header.header3 .main-menu>ul>li ul.sub-menu>li a {
        padding: 7px 0px;
    }
}

@media (max-width: 576px) {
    header.header3 {
        padding: 20px 10px;
    }
}

header.header3 .search-area {
    max-width: 760px;
    width: 100%;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    header.header3 .search-area {
        max-width: 700px;
    }
}

@media (max-width: 1399px) {
    header.header3 .search-area {
        max-width: 650px;
    }
}

@media (max-width: 1199px) {
    header.header3 .search-area {
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    header.header3 .search-area {
        display: none;
    }
}

header.header3 .search-area form {
    width: 100%;
}

header.header3 .search-area form .form-inner {
    display: flex;
    align-items: center;
    max-width: 760px;
    width: 100%;
    background-color: #FAF8F8;
    border-radius: 6px;
    padding: 0 25px;
}

header.header3 .search-area form .form-inner input {
    background: transparent;
    border: unset;
    border-radius: 5px 0px 0px 5px;
    width: 100%;
    height: 52px;
    padding: 10px 10px 10px 0;
    font-family: var(--font-dm-sans);
    font-weight: 400;
    font-size: 14px;
    color: var(--paragraph-color);
}

header.header3 .search-area form .form-inner input::-moz-placeholder {
    color: #7D7D7D;
}

header.header3 .search-area form .form-inner input::placeholder {
    color: #7D7D7D;
}

header.header3 .search-area form .form-inner button {
    background-color: transparent;
    padding: 0;
    margin-top: 0;
}

header.header3 .search-area form .form-inner button svg {
    fill: var(--paragraph-color);
}

@media (max-width: 767px) {
    header.header3 .button-area {
        display: none;
    }
}

header.header3 .button-area .header-btn {
    background: var(--white-color);
    border: 1px solid var(--title-color);
    padding: 10px 15px;
    min-width: auto;
    font-size: 12px;
}

.topbar1 {
    background-color: #2E3190;
    padding: 8px 0;
    position: relative;
    z-index: 999;
}

.topbar1 .contact a {
    color: var(--white-color);
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
}

.topbar1 .contact a svg {
    fill: var(--white-color);
}

.topbar1 .offer-area p {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.23px;
    color: var(--white-color);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .topbar1 .offer-area p {
        display: none;
    }
}

.topbar1 .offer-area p a {
    color: #CC2131;
}

.topbar1 .language-area {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
}

.topbar1 .language-area .lang-bar,
.topbar1 .language-area .currency-bar {
    position: relative;
}

.topbar1 .language-area .lang-bar .lang-btn,
.topbar1 .language-area .lang-bar .currency-btn,
.topbar1 .language-area .currency-bar .lang-btn,
.topbar1 .language-area .currency-bar .currency-btn {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    color: var(--white-color);
}

.topbar1 .language-area .lang-card,
.topbar1 .language-area .currency-card {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 99;
    width: 180px;
    background-color: var(--white-color);
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
}

.topbar1 .language-area .lang-card.active,
.topbar1 .language-area .currency-card.active {
    display: block;
    transform: scaleY(1);
    animation: fade-up 0.5s linear;
}

.topbar1 .language-area .lang-card li a,
.topbar1 .language-area .currency-card li a {
    font-family: var(--font-outfit);
    color: var(--title-color);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.topbar1 .language-area .lang-card li a:hover,
.topbar1 .language-area .currency-card li a:hover {
    background-color: var(--primary-color);
}

.topbar1 .language-area .currency-bar .currency-btn {
    display: flex;
    align-items: center;
    gap: 6px;
}

.topbar1 .language-area .currency-bar .currency-btn svg {
    fill: var(--white-color);
}

.mobile-bottom-wrapper {
    background-color: var(--white-color);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1215686275);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 15px 10px;
    display: none;
}

@media (max-width: 576px) {
    .mobile-bottom-wrapper {
        display: block;
    }
}

.mobile-bottom-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-bottom-wrapper ul li {
    line-height: 1;
}

.mobile-bottom-wrapper ul li .search-input {
    position: absolute;
    bottom: 85px;
    right: 0;
    z-index: 99;
    width: 100%;
    background-color: var(--white-color);
    padding: 50px 10px 30px;
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
}

.mobile-bottom-wrapper ul li .search-input::after {
    height: 15px;
    width: 15px;
    background-color: var(--white-color);
    box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.mobile-bottom-wrapper ul li .search-input.active {
    display: block;
    transform: scaleY(1);
    animation: fade-up 0.5s linear;
}

.mobile-bottom-wrapper ul li .search-input .serch-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.1);
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 1;
}

.mobile-bottom-wrapper ul li .search-input .serch-close::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--title-color);
    transition: all 0.3s ease-out;
}

.mobile-bottom-wrapper ul li .search-input .serch-close::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--title-color);
    transition: all 0.3s ease-out;
}

.mobile-bottom-wrapper ul li .search-input .serch-close:hover::after {
    transform: rotate(0);
}

.mobile-bottom-wrapper ul li .search-input .serch-close:hover::before {
    transform: rotate(0);
}

.mobile-bottom-wrapper ul li .search-input .search-group {
    display: flex;
    gap: 50px;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.mobile-bottom-wrapper ul li .search-input .search-group .form-inner2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mobile-bottom-wrapper ul li .search-input .search-group .form-inner2 input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-outfit);
    line-height: 1;
    color: var(--title-color);
}

.mobile-bottom-wrapper ul li .search-input .search-group .form-inner2 input::-moz-placeholder {
    color: #797474;
    font-weight: 400;
}

.mobile-bottom-wrapper ul li .search-input .search-group .form-inner2 input::placeholder {
    color: #797474;
    font-weight: 400;
}

.mobile-bottom-wrapper ul li .search-input .search-group .form-inner2 button {
    background-color: transparent;
    font-size: 22px;
    border: none;
    outline: none;
}

.mobile-bottom-wrapper ul li .search-input .search-group .form-inner2 button i {
    font-size: 16px;
    color: var(--title-color);
}

.mobile-bottom-wrapper ul li .search-input .quick-search {
    display: flex;
    gap: 10px;
    padding-top: 15px;
}

.mobile-bottom-wrapper ul li .search-input .quick-search ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mobile-bottom-wrapper ul li .search-input .quick-search ul li {
    padding-right: 5px;
    line-height: 1.5;
}

.mobile-bottom-wrapper ul li .search-input .quick-search ul li:first-child {
    font-family: var(--font-outfit);
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 13px;
    margin-bottom: 0;
    color: var(--title-color);
    white-space: nowrap;
}

.mobile-bottom-wrapper ul li .search-input .quick-search ul li a {
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    transition: 0.35;
}

.mobile-bottom-wrapper ul li .search-input .quick-search ul li a:hover {
    color: var(--primary-color);
}

.mobile-bottom-wrapper ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    transition: 0.45s;
}

@media (max-width: 576px) {
    .mobile-bottom-wrapper ul li a {
        gap: 5px;
    }
}

.mobile-bottom-wrapper ul li a>span {
    font-size: 13px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--font-outfit);
    text-transform: capitalize;
    transition: 0.45s;
}

.mobile-bottom-wrapper ul li a .icon {
    position: relative;
    transition: 0.45s;
}

.mobile-bottom-wrapper ul li a .icon .number {
    height: 18px;
    transition: 0.45s;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--font-outfit);
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
}

.mobile-bottom-wrapper ul li a svg {
    transition: 0.45s;
}

@media (max-width: 576px) {
    .mobile-bottom-wrapper ul li a svg {
        width: 20px;
        height: 20px;
    }
}

.mobile-bottom-wrapper ul li a svg path {
    transition: 0.45s;
    fill: var(--title-color);
}

.mobile-bottom-wrapper ul li a svg.cart {
    transition: 0.45s;
    fill: none;
}

.mobile-bottom-wrapper ul li a svg.cart path {
    fill: none;
    stroke: var(--title-color);
}

.mobile-bottom-wrapper ul li a:hover>span {
    color: var(--primary-color);
}

.mobile-bottom-wrapper ul li a:hover svg path {
    fill: var(--primary-color);
}

.mobile-bottom-wrapper ul li a:hover svg.cart path {
    stroke: var(--primary-color);
}

/*=====================================
  5.banner CSS
========================================*/

.banner-slider-btn-groups.style-2 .slider-btn {
    left: 10px;
    width: 30px;
    height: 60px;
}

.banner-slider-btn-groups.style-2 .slider-btn.next-1 {
    right: 12px;
    left: unset;
}

.banner-slider-btn-groups .slider-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    transition: 0.35s;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .banner-slider-btn-groups .slider-btn {
        left: 25px;
    }
}

@media (max-width: 1399px) {
    .banner-slider-btn-groups .slider-btn {
        left: 20px;
    }
}

@media (max-width: 1199px) {
    .banner-slider-btn-groups .slider-btn {
        left: 10px;
    }
}

@media (max-width: 991px) {
    .banner-slider-btn-groups .slider-btn {
        display: none;
        visibility: hidden;
    }
}

.banner-slider-btn-groups .slider-btn.next-1 {
    right: 70px;
    left: unset;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .banner-slider-btn-groups .slider-btn.next-1 {
        right: 25px;
    }
}

@media (max-width: 1399px) {
    .banner-slider-btn-groups .slider-btn.next-1 {
        right: 20px;
    }
}

@media (max-width: 1199px) {
    .banner-slider-btn-groups .slider-btn.next-1 {
        right: 10px;
    }
}

.banner-slider-btn-groups .slider-btn svg {
    transition: 0.35s;
}

.banner-slider-btn-groups .slider-btn svg path {
    transition: 0.35s;
    stroke: var(--white-color);
}

.banner-slider-btn-groups .slider-btn:hover svg path {
    stroke: #000;
}

.home1-banner-section {
    position: relative;
}

.home1-banner-section .banner-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .home1-banner-section .banner-wrapper {
        max-height: 100vh;
    }
}

@media (max-width: 1399px) {
    .home1-banner-section .banner-wrapper {
        max-height: 100vh;
    }
}

.home1-banner-section .banner-wrapper .banner-content {
    max-width: 750px;
    padding: 272px 0 220px;
}

@media (max-width: 576px) {
    .home1-banner-section .banner-wrapper .banner-content {
        padding: 250px 0 220px;
    }
}

.home1-banner-section .banner-wrapper .banner-content span {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: var(--white-color);
    background: rgba(255, 255, 255, 0.1019607843);
    border: 1px solid var(--white-color2);
    border-radius: 100px;
    padding: 5px 25px;
    display: inline-flex;
    margin-bottom: 15px;
}

.home1-banner-section .banner-wrapper .banner-content h1 {
    font-family: var(--font-outfit);
    font-size: 70px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .home1-banner-section .banner-wrapper .banner-content h1 {
        font-size: 35px;
    }
}

.home1-banner-section .banner-wrapper .banner-content p {
    font-family: var(--font-dm-sans);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 65px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .home1-banner-section .banner-wrapper .banner-content p {
        margin-bottom: 50px;
    }
}

@media (max-width: 1399px) {
    .home1-banner-section .banner-wrapper .banner-content p {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .home1-banner-section .banner-wrapper .banner-content p {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .home1-banner-section .banner-wrapper .banner-content p {
        margin-bottom: 35px;
    }
}

.home1-banner-section .banner-wrapper .banner-content .banner-button {
    display: flex;
    gap: 40px;
    justify-content: center;
}

@media (max-width: 767px) {
    .home1-banner-section .banner-wrapper .banner-content .banner-button {
        gap: 25px;
    }
}

.home1-banner-section .banner-wrapper .banner-content .banner-button .women-shop-btn {
    background: transparent;
    border: 1px solid var(--white-color2);
    color: var(--white-color);
    padding: 18px 31px;
}

.home1-banner-section .banner-wrapper .banner-content .banner-button .women-shop-btn::after {
    background: var(--white-color);
}

.home1-banner-section .banner-wrapper .banner-content .banner-button .women-shop-btn:hover {
    color: var(--title-color);
}

.home1-banner-section .banner-wrapper .banner-content .banner-button .women-shop-btn:hover::after {
    transform: skewX(45deg) scale(1, 1);
    height: 150%;
    width: 150%;
}

@media (max-width: 767px) {
    .home1-banner-section .banner-wrapper .banner-content .banner-button {
        display: inline-flex;
        flex-wrap: wrap;
    }
}

.banner-footer {
    border-top: 1px solid var(--white-color2);
}

.banner-footer.home6-banner-footer {
    border-top: none;
}

.banner-footer.home6-banner-footer .banner-footer-wrapper {
    padding: 30px 0;
}

.banner-footer.home6-banner-footer .banner-footer-wrapper .banner-footer-items::before {
    display: none;
}

.banner-footer .banner-footer-wrapper {
    border-bottom: 1px solid var(--white-color2);
    padding: 50px 0;
}

@media (max-width: 1199px) {
    .banner-footer .banner-footer-wrapper {
        padding: 40px 0;
    }
}

.banner-footer .banner-footer-wrapper .banner-footer-items {
    display: flex;
    align-items: center;
    position: relative;
    gap: 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-footer .banner-footer-wrapper .banner-footer-items {
        gap: 10px;
    }
}

.banner-footer .banner-footer-wrapper .banner-footer-items .banner-footer-icon svg {
    fill: var(--title-color);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-footer .banner-footer-wrapper .banner-footer-items .banner-footer-icon svg {
        width: 35px;
    }
}

.banner-footer .banner-footer-wrapper .banner-footer-items.style-2::before {
    display: none;
    visibility: hidden;
}

.banner-footer .banner-footer-wrapper .banner-footer-items::before {
    content: "";
    width: 1px;
    height: 141px;
    background: var(--white-color2);
    position: absolute;
    left: -40px;
}

@media (max-width: 1199px) {
    .banner-footer .banner-footer-wrapper .banner-footer-items::before {
        left: -20px;
        height: 125px;
    }
}

@media (max-width: 991px) {
    .banner-footer .banner-footer-wrapper .banner-footer-items::before {
        display: none;
    }
}

.banner-footer .banner-footer-wrapper .banner-footer-items .banner-footer-content h6 {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 13px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-footer .banner-footer-wrapper .banner-footer-items .banner-footer-content h6 {
        margin-bottom: 10px;
    }
}

.banner-footer .banner-footer-wrapper .banner-footer-items .banner-footer-content p {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-footer .banner-footer-wrapper .banner-footer-items .banner-footer-content p {
        font-size: 14px;
    }
}

.banner-footer .banner-footer-wrapper .banner-footer-items:hover .banner-footer-icon {
    animation: topBottom 1.5s;
}

@keyframes topBottom {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

/*=====================================
  6. Best selling product section
========================================*/
.product-card{
    border: 1px solid #f5f5f5;
    padding: 10px;
}

.product-card.style-2 .product-card-content {
    padding-top: 0;
    max-width: 380px;
}

.product-card.style-2 .product-card-content h6 {
    margin-bottom: 10px;
}

.product-card.style-2 .product-card-content h6 a {
    font-family: var(--font-outfit);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: var(--title-color);
}

@media (max-width: 767px) {
    .product-card.style-2 .product-card-content h6 a {
        font-size: 26px;
        line-height: 1.3;
    }
}

.product-card.style-2 .product-card-content .price {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 22px;
}

.product-card.style-2 .product-card-content .price del {
    color: var(--paragraph-color);
    font-size: 18px;
    font-family: var(--font-dm-sans);
}

.product-card.style-2 .product-card-content .color-tag {
    margin-bottom: 30px;
}

.product-card.style-2 .product-card-content .size {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.product-card.style-2 .product-card-content .size li {
    line-height: 1;
    color: var(--title-color);
    text-align: center;
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 5px 6px;
    border: 1px solid var(--white-color2);
    cursor: pointer;
}

.product-card.style-2 .product-card-content .size li span:first-child {
    display: none;
    visibility: hidden;
}

.product-card.style-2 .product-card-content .primary-btn {
    background: transparent;
    border: 1px solid var(--title-color);
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 500;
}

.product-card .product-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.product-card .product-card-img .batch {
    position: absolute;
    left: 0;
    top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-card .product-card-img .batch>span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.3px;
    background-color: #C36A2D;
    padding: 5px 10px;
    z-index: 1;
}

.product-card .product-card-img .batch>span.new {
    background-color: #9B3922;
}

.product-card .product-card-img .batch>span.style-2 {
    background-color: var(--title-color);
}

.product-card .product-card-img .batch>span.style-3 {
    background-color: #CC2131;
}

.product-card .product-card-img .out-of-stock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.product-card .product-card-img .out-of-stock span {
    color: var(--primary-color);
    text-align: center;
    font-size: 15px;
    font-family: var(--font-outfit);
    font-weight: 500;
    background-color: var(--white-color);
    border: 1px solid var(--primary-color);
    padding: 8px 25px;
    white-space: nowrap;
}

.product-card .product-card-img .overlay {
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.5s;
    padding-bottom: 15px;
}

.product-card .product-card-img .overlay .cart-area .countdown-timer {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 272px;
    height: 60px;
    line-height: 1;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.product-card .product-card-img .overlay .cart-area .countdown-timer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.product-card .product-card-img .overlay .cart-area .countdown-timer ul li {
    line-height: 1;
    color: var(--title-color);
    text-align: center;
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 5px 6px;
    border: 1px solid var(--white-color2);
    cursor: pointer;
    transition: 0.35s;
}

.product-card .product-card-img .overlay .cart-area .countdown-timer ul li:hover {
    background: var(--title-color);
    color: var(--white-color);
}

.product-card .product-card-img .overlay .cart-area .countdown-timer ul li span:first-child {
    display: none;
    visibility: hidden;
}

.product-card .product-card-img .overlay .cart-area .add-cart-btn {
    color: var(--white-color);
    text-align: center;
    font-size: 15px;
    font-family: var(--font-outfit);
    font-weight: 500;
    background: var(--title-color);
    padding: 10px 28px;
    display: flex;
    align-items: baseline;
    border-radius: 100px;
    gap: 7px;
    transition: 0.5s;
}

.product-card .product-card-img .overlay .cart-area .add-cart-btn.style-2 {
    background: var(--white-color);
    color: var(--title-color);
}

.product-card .product-card-img .overlay .cart-area .add-cart-btn.style-2:hover {
    color: var(--white-color);
    background: var(--title-color);
}

.product-card .product-card-img .overlay .cart-area .add-cart-btn:hover {
    color: var(--title-color);
    background: var(--white-color);
}

.product-card .product-card-img .view-and-favorite-area {
    position: absolute;
    top: 15px;
    right: 15px;
}

.product-card .product-card-img .view-and-favorite-area>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: scaleX(0);
    transform-origin: right;
    opacity: 0;
    transition: 0.5s;
}

.product-card .product-card-img .view-and-favorite-area>ul li {
    margin-bottom: 12px;
    transition: 0.5s;
}

.product-card .product-card-img .view-and-favorite-area>ul li:last-child {
    margin-bottom: 0;
}

.product-card .product-card-img .view-and-favorite-area>ul li>a {
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: 0.5s;
}

.product-card .product-card-img .view-and-favorite-area>ul li>a svg {
    fill: var(--title-color);
    transition: 0.5s;
}

.product-card .product-card-img .view-and-favorite-area>ul li:hover>a {
    background-color: var(--title-color);
}

.product-card .product-card-img .view-and-favorite-area>ul li:hover>a svg {
    fill: var(--white-color);
}

.product-card .product-card-content {
    padding-top: 21px;
    padding-bottom: 10px;
}

.product-card .product-card-content .rating {
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
    gap: 8px;
}

.product-card .product-card-content .rating ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-card .product-card-content .rating ul li {
    line-height: 1;
}

.product-card .product-card-content .rating ul li i {
    color: #ffc107;
    font-size: 12px;
}

.product-card .product-card-content .rating ul.style-2 li i {
    color: #A0A0A0;
}

.product-card .product-card-content .rating span {
    color: var(--paragraph-color2);
    font-size: 13px;
    font-family: var(--font-outfit);
    line-height: 1;
}

.product-card .product-card-content h6 {
    margin-bottom: 6px;
}

.product-card .product-card-content h6 a {
    color: var(--title-color);
    font-size: 16px;
    font-family: var(--font-outfit);
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 18px;
    line-height: 1.4;
    transition: 0.35s;
}

.product-card .product-card-content h6 a:hover {
    color: var(--primary-color);
}

.product-card .product-card-content .price {
    color: var(--title-color);
    font-size: 14px;
    font-family: var(--font-dm-sans);
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-card .product-card-content .price del {
    color: red;
    font-size: 14px;
    font-family: var(--font-dm-sans);
}

.product-card .product-card-content .color-tag {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
}

.product-card .product-card-content .color-tag li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.product-card .product-card-content .color-tag li span {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background: var(--title-color);
    color: var(--white-color);
    padding: 5px 6px;
    transition: 0.5s;
    opacity: 0;
    margin-top: -20px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: bottom;
}

.product-card .product-card-content .color-tag li span::after {
    content: "";
    height: 16px;
    width: 14.42px;
    background: var(--title-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: 13px;
    border-bottom: none;
    border-right: none;
    z-index: -1;
}

.product-card .product-card-content .color-tag li:hover span {
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
}

.product-card .product-card-content .color-tag li.medium-brown {
    background: #643623;
}

.product-card .product-card-content .color-tag li.dark-lavender {
    background: #5F549E;
}

.product-card .product-card-content .color-tag li.amber-yellow {
    background: #FBB449;
}

.product-card .product-card-content .color-tag li.amber-yellow2 {
    background: #FFC107;
}

.product-card .product-card-content .color-tag li.green {
    background: #199033;
}

.product-card .product-card-content .color-tag li.black {
    background: var(--title-color);
}

.product-card .product-card-content .color-tag li.yellow {
    background: #E5E342;
}

.product-card .product-card-content .color-tag li.beaver {
    background: #77685A;
}

.product-card .product-card-content .color-tag li.cyan-blue {
    background: #0191B2;
}

.product-card .product-card-content .color-tag li.persian-red {
    background: #CC2131;
}

.product-card .product-card-content .color-tag li.rhino {
    background: #7A7D8A;
}

.product-card .product-card-content .color-tag li.claret {
    background: #90194B;
}

.product-card .product-card-content .color-tag li.pale-goldenrod {
    background: #D9D8AA;
}

.product-card .product-card-content .color-tag li.trendsetter {
    background: #8F549E;
}

.product-card .product-card-content .color-tag li.picton-blue {
    background: #49C5FB;
}

.product-card .product-card-content .color-tag li.resolution-blue {
    background: #191E90;
}

.product-card .product-card-content .color-tag li.lavender-gray {
    background: #B5B1CD;
}

.product-card .product-card-content .color-tag li.shadow {
    background: #776750;
}

.product-card .product-card-content .color-tag li.santa-fe {
    background: #9C503E;
}

.product-card .product-card-content .color-tag li.golden-brown {
    background: #9F6B1B;
}

.product-card .product-card-content .color-tag li.dark-green {
    background: #1D6C2F;
}

.product-card .product-card-content .color-tag li.imperial-blue {
    background: #253B80;
}

.product-card .product-card-content .color-tag li.powder-ash {
    background: rgba(191, 198, 192, 0.8);
}

.product-card .product-card-content .color-tag li.plus-icon {
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .product-card-content .color-tag li.plus-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .product-card-content .product-size {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 5px;
}

.product-card .product-card-content .product-size li {
    padding: 5px 6px;
    border: 1px solid var(--paragraph-color3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: var(--font-outfit);
    color: var(--primary-color1);
    cursor: pointer;
    line-height: 1.2;
    transition: 0.5s;
}

.product-card .product-card-content .product-size li:hover {
    background-color: var(--primary-color1);
    color: var(--white-color);
}

.product-card:hover .product-card-img .overlay {
    opacity: 1;
    transform: scaleY(1);
}

.product-card:hover .product-card-img .view-and-favorite-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: scaleX(1);
    opacity: 1;
}

.product-view-modal .modal-dialog {
    animation: zoom-In-effect 1s;
}

@keyframes zoom-In-effect {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

.product-view-modal .modal-dialog .modal-content {
    border-radius: unset;
    border: 1px solid var(--border-color);
}

.product-view-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    position: relative;
}

.product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-img {
    display: flex;
    justify-content: end;
}

@media (max-width: 1199px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-img {
        gap: 25px;
    }
}

@media (max-width: 991px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-img {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-img .tab-content {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-img .shop-details-tab-img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-img .shop-details-tab-img img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 550px;
        -o-object-position: top;
        object-position: top;
    }
}

@media (max-width: 576px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-img .shop-details-tab-img img {
        max-height: 450px;
    }
}

.product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-img .nav-pills {
    left: 10px;
    top: 10px;
}

@media (max-width: 1199px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-img .nav-pills {
        position: relative;
        flex-direction: row;
        left: unset;
        top: unset;
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-img .nav-pills .nav-link {
        margin-bottom: 30px;
    }
}

.product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content {
    height: 650px;
    overflow-y: auto;
    margin-top: 50px;
    padding-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content {
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content {
        margin-top: 0;
        padding: 0 20px 20px 20px;
    }
}

@media (max-width: 576px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content {
        padding: 0 15px 20px 15px;
    }
}

.product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content::-webkit-scrollbar {
    width: 5px;
}

.product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content::-webkit-scrollbar-thumb {
    background: var(--paragraph-color);
}

@media (max-width: 576px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content h3 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .product-view-modal .modal-dialog .modal-content .modal-body .shop-details-top-section .shop-details-content .quantity-color-area {
        margin-bottom: 0px;
    }
}

.product-view-modal .modal-dialog .modal-content .modal-body .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.1);
    height: 35px;
    width: 35px;
    cursor: pointer;
    z-index: 1;
}

.product-view-modal .modal-dialog .modal-content .modal-body .close-btn::before,
.product-view-modal .modal-dialog .modal-content .modal-body .close-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 15px;
    background-color: var(--gray-dark, #000);
    transition: all 0.3s ease-out;
}

.product-view-modal .modal-dialog .modal-content .modal-body .close-btn::after {
    transform: translateY(-50%) rotate(-135deg);
}

.product-view-modal .modal-dialog .modal-content .modal-body .close-btn:hover::before,
.product-view-modal .modal-dialog .modal-content .modal-body .close-btn:hover::after {
    transform: rotate(0deg);
}

/*=====================================
  7. Categori section section
========================================*/

.categori-section .view-all-button a {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: var(--title-color);
    white-space: nowrap;
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left 100%;
    transition: background-size 0.75s;
}

.categori-section .view-all-button a:hover {
    background-size: 0 1px;
    background-position: 0% 100%;
}

.categori-section .categori-content {
    transition: 0.5s;
}

.categori-section .categori-content a {
    margin-bottom: 25px;
    display: block;
}

.categori-section .categori-content a img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

@media (max-width: 576px) {
    .categori-section .categori-content a img {
        width: 160px;
        height: 160px;
    }
}

.categori-section .categori-content h6 {
    margin-bottom: 0;
}

.categori-section .categori-content h6 a {
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: var(--title-color);
    text-transform: capitalize;
    transition: 0.5s;
}

.categori-section .categori-content h6 a:hover {
    color: var(--primary-color);
}

.categori-section .categori-content:hover {
    transform: translateY(-7px);
}

.categori-section .category-swiper .categori-content:hover {
    transform: translateY(0);
}

/*=====================================
  8. Categori section section
========================================*/

.sell-banner-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    background-attachment: fixed;
}

.sell-banner-section .sell-banner-content {
    max-width: 850px;
}

.sell-banner-section .sell-banner-content p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 10px;
}

.sell-banner-section .sell-banner-content h2 {
    font-family: var(--font-outfit);
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .sell-banner-section .sell-banner-content h2 {
        font-size: 35px;
    }
}

@media (max-width: 576px) {
    .sell-banner-section .sell-banner-content h2 {
        font-size: 33px;
        line-height: 45px;
    }
}

.sell-banner-section .sell-banner-content h2 span {
    color: var(--primary-color);
}

.sell-banner-section .sell-banner-content .primary-btn2 {
    padding: 19px 43px;
}

/*=====================================
  9. Categori section section
========================================*/

.home1-product-section3 {
    padding-left: 270px;
}

@media (max-width: 1699px) {
    .home1-product-section3 {
        padding-left: 100px;
    }
}

@media (max-width: 1399px) {
    .home1-product-section3 {
        padding-left: 100px;
    }
}

@media (max-width: 1199px) {
    .home1-product-section3 {
        padding-left: 50px;
    }
}

@media (max-width: 576px) {
    .home1-product-section3 {
        padding-left: 0px;
    }
}

.home1-product-section3 .home1-product-section3-content {
    max-width: 400px;
}

.home1-product-section3 .home1-product-section3-content h3 {
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 20px;
}

.home1-product-section3 .home1-product-section3-content p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: var(--paragraph-color);
    margin-bottom: 40px;
}

.home1-product-section3 .home1-product-section3-content .primary-btn {
    display: inline-flex;
    min-width: auto;
    background: transparent;
    border: 1px solid var(--title-color);
    padding: 16px 27px;
}

.product-section3-card {
    position: relative;
    overflow: hidden;
}

.product-section3-card .overly {
    background: rgba(33, 33, 33, 0.3000000119);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-section3-card .overly .overly-content h4 {
    margin-bottom: 10px;
}

.product-section3-card .overly .overly-content h4 a {
    font-family: var(--font-outfit);
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
}

.product-section3-card .overly .overly-content .view-all-btn {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    white-space: nowrap;
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left 100%;
    transition: background-size 0.75s;
}

.product-section3-card .overly .overly-content .view-all-btn:hover {
    background-size: 0 1px;
    background-position: 0% 100%;
}

.product-section3-card:hover .overly {
    opacity: 1;
    transform: scaleY(1);
}

.product-section3-card2 {
    position: relative;
    overflow: hidden;
}

.product-section3-card2 img {
    width: 100%;
}

.product-section3-card2 .overly {
    background: rgba(0, 0, 0, 0.46);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.5s;
}

.product-section3-card2 .overly .overly-content h4 a {
    font-family: var(--font-outfit);
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 10px;
}

.product-section3-card2 .overly .view-all-btn {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: var(--white-color);
    white-space: nowrap;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left 100%;
    transition: background-size 0.75s;
}

.product-section3-card2 .overly .view-all-btn:hover {
    background-size: 0 1px;
    background-position: 0% 100%;
}

.product-section3-card2:hover .overly {
    opacity: 1;
    transform: scaleY(1);
}

/*=====================================
  10. collection section
========================================*/

.collection-section .fashion-area {
    position: relative;
    overflow: hidden;
}

.collection-section .fashion-area::before {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: -75%;
    top: 0;
    height: 100%;
    width: 50%;
    transform: skewX(-25deg);
    transform-origin: right;
    transition: transform 0.4s ease-in;
}

.collection-section .fashion-area:hover::before {
    transform-origin: left;
    animation: shine 0.75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.collection-section .fashion-area .fashion-area-content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15% 0px 0 0;
    display: block;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 270px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .collection-section .fashion-area .fashion-area-content {
        padding-top: 35px;
    }
}

@media (max-width: 767px) {
    .collection-section .fashion-area .fashion-area-content {
        padding-top: 35px;
    }
}

@media (max-width: 576px) {
    .collection-section .fashion-area .fashion-area-content {
        padding: 20px 0 0 10px;
    }
}

.collection-section .fashion-area .fashion-area-content h3 {
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 8px;
}

.collection-section .fashion-area .fashion-area-content a {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: var(--white-color);
    white-space: nowrap;
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left 100%;
    transition: background-size 0.75s;
}

.collection-section .fashion-area .fashion-area-content a:hover {
    background-size: 0 1px;
    background-position: 0% 100%;
}

.collection-section .jwelry-area {
    position: relative;
    overflow: hidden;
}

.collection-section .jwelry-area::before {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: -75%;
    top: 0;
    height: 100%;
    width: 50%;
    transform: skewX(-25deg);
    transform-origin: right;
    transition: transform 0.4s ease-in;
}

.collection-section .jwelry-area:hover::before {
    transform-origin: left;
    animation: shine 0.75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.collection-section .jwelry-area .jwelry-area-content {
    position: absolute;
    left: 57%;
    top: 0;
    padding: 15% 0px 0 20px;
    display: block;
    justify-content: end;
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 280px;
    transform: translateX(-5%) translatey(5%);
}

@media (max-width: 1399px) {
    .collection-section .jwelry-area .jwelry-area-content {
        padding-top: 60px;
        left: 40%;
        top: 0;
    }
}

@media (max-width: 1199px) {
    .collection-section .jwelry-area .jwelry-area-content {
        padding-top: 35px;
    }
}

@media (max-width: 991px) {
    .collection-section .jwelry-area .jwelry-area-content {
        padding-top: 80px;
        left: 50%;
    }
}

@media (max-width: 767px) {
    .collection-section .jwelry-area .jwelry-area-content {
        padding-top: 50px;
        max-width: 250px;
        left: 0;
    }
}

@media (max-width: 576px) {
    .collection-section .jwelry-area .jwelry-area-content {
        padding: 20px 0 0 10px;
        left: 0;
    }
}

.collection-section .jwelry-area .jwelry-area-content h3 {
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .collection-section .jwelry-area .jwelry-area-content h3 {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .collection-section .jwelry-area .jwelry-area-content h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

.collection-section .jwelry-area .jwelry-area-content .primary-btn {
    padding: 12px 20px;
    font-size: 12px;
}

/*=====================================
  11. partner section
========================================*/

.partner-logo-section.style-2 {
    border-top: 1px solid #C0E2F4;
}

.partner-logo-section .logo-wrap .logo-title h5 {
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
    color: var(--title-color);
    margin-bottom: 40px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-offset: 2px;
}

.partner-logo-section .logo-wrap .logo-area {
    overflow: hidden;
}

.partner-logo-section .logo-wrap .logo-area .js-marquee {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width: 576px) {
    .partner-logo-section .logo-wrap .logo-area .js-marquee {
        gap: 40px;
    }
}

/*=====================================
  12. tesimonial section
========================================*/

.testimonial-section {
    padding: 75px 125px;
    background: #F7FDFF;
}

@media (max-width: 991px) {
    .testimonial-section {
        padding: 25px 25px;
    }
}

.testimonial-section .testimonial-content {
    max-width: 480px;
}

.testimonial-section .testimonial-content .rating {
    display: flex;
    align-items: baseline;
    margin-bottom: 33px;
    gap: 8px;
}

.testimonial-section .testimonial-content .rating ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.testimonial-section .testimonial-content .rating ul li {
    line-height: 1;
}

.testimonial-section .testimonial-content .rating ul li i {
    color: #ffc107;
    font-size: 12px;
}

.testimonial-section .testimonial-content p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: var(--paragraph-color);
    margin-bottom: 30px;
}

.testimonial-section .testimonial-content .author-area {
    position: relative;
}

.testimonial-section .testimonial-content .author-area h5 {
    font-family: var(--font-outfit);
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 10px;
}

.testimonial-section .testimonial-content .author-area span {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--paragraph-color);
}

.testimonial-section .testimonial-content .author-area::before {
    content: url(../image/home1/icon/quot.svg);
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(50%, -50%);
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .testimonial-section .testimonial-content .author-area::before {
        left: 70%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-section .testimonial-content .author-area::before {
        left: 60%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-section .testimonial-content .author-area::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .testimonial-section .testimonial-content .author-area::before {
        display: none;
    }
}

/*=====================================
  13. newsletter-section
========================================*/

.newsletter-section.style-2 .nwesletter-card .newsletter-content {
    max-width: 600px;
}

.newsletter-section.style-2 .nwesletter-card .newsletter-content h3 {
    margin-bottom: 10px;
}

.newsletter-section.style-2 .nwesletter-card .newsletter-content p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: var(--paragraph-color);
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .newsletter-section.style-2 .nwesletter-card .newsletter-content p {
        margin-bottom: 25px;
    }
}

.newsletter-section .nwesletter-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #F9F9F9;
    height: 100%;
}

.newsletter-section .nwesletter-card .newsletter-content {
    padding: 70px 15px;
}

@media (max-width: 1399px) {
    .newsletter-section .nwesletter-card .newsletter-content {
        padding: 30px 15px;
    }
}

.newsletter-section .nwesletter-card .newsletter-content.style-2 {
    padding: 35px 70px 30px;
}

@media (max-width: 1399px) {
    .newsletter-section .nwesletter-card .newsletter-content.style-2 {
        padding: 30px 20px;
    }
}

@media (max-width: 991px) {
    .newsletter-section .nwesletter-card .newsletter-content.style-2 {
        padding: 45px 20px;
    }
}

@media (max-width: 576px) {
    .newsletter-section .nwesletter-card .newsletter-content.style-2 {
        padding: 30px 20px;
    }
}

.newsletter-section .nwesletter-card .newsletter-content.style-2 span {
    background: none;
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: var(--paragraph-color);
    margin-bottom: 10px;
    display: inline-flex;
}

.newsletter-section .nwesletter-card .newsletter-content span {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: var(--title-color);
    background: var(--primary-color);
    border-radius: 100px;
    padding: 3px 28px;
    margin-bottom: 15px;
    display: inline-flex;
}

.newsletter-section .nwesletter-card .newsletter-content h3 {
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .newsletter-section .nwesletter-card .newsletter-content h3 {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .newsletter-section .nwesletter-card .newsletter-content h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .newsletter-section .nwesletter-card .newsletter-content h3 {
        font-size: 25px;
        margin-bottom: 25px;
    }
}

.newsletter-section .nwesletter-card .newsletter-content .input-area {
    background: #F2F2F2;
    height: 52px;
    max-width: 487px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsletter-section .nwesletter-card .newsletter-content .input-area input {
    background: #F2F2F2;
    width: 100%;
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
}

.newsletter-section .nwesletter-card .newsletter-content .input-area input::-moz-placeholder {
    color: var(--title-color2);
}

.newsletter-section .nwesletter-card .newsletter-content .input-area input::placeholder {
    color: var(--title-color2);
}

.newsletter-section .nwesletter-card .newsletter-content .input-area .primary-btn2 {
    padding: 12px 29px;
    font-size: 12px;
}

.newsletter-section .nwesletter-card .newsletter-content .input-area .primary-btn {
    padding: 12px 28px;
    font-size: 12px;
}

.newsletter-section .newsletter-image {
    position: relative;
    overflow: hidden;
}

.newsletter-section .newsletter-image::before {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: -75%;
    top: 0;
    height: 100%;
    width: 50%;
    transform: skewX(-25deg);
    transform-origin: right;
    transition: transform 0.4s ease-in;
}

.newsletter-section .newsletter-image:hover::before {
    transform-origin: left;
    animation: shine 0.75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.newsletter-section .newsletter-image img {
    width: 100%;
    min-height: 317px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .newsletter-section .newsletter-image img {
        min-height: 280px;
    }
}

/*=====================================
  14. gallery section 
========================================*/

.gallery-section {
    margin-bottom: -1px;
}

.gallery-section .sub-title h6 {
    gap: 10px;
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    line-height: 1;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    text-transform: capitalize;
}

@media (max-width: 576px) {
    .gallery-section .sub-title h6 {
        font-size: 16px;
    }
}

.gallery-section .sub-title h6 svg {
    fill: var(--title-color);
}

.gallery-section .sub-title h6 svg.vector2 {
    margin-left: 20px;
    fill: #A35266;
}

@media (max-width: 576px) {
    .gallery-section .sub-title h6 svg.vector2 {
        margin-left: 15px;
        width: 110px;
    }
}

.gallery-section .single-gallery-img {
    position: relative;
    line-height: 1;
    transition: 0.35s;
    display: flex;
}

.gallery-section .single-gallery-img .view-btn {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 0.35s;
    opacity: 0;
    background: var(--primary-color);
    border-radius: 5px;
    z-index: 2;
}

.gallery-section .single-gallery-img .view-btn svg {
    fill: var(--title-color);
}

.gallery-section .single-gallery-img img {
    min-height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-section .single-gallery-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.3), rgba(30, 30, 30, 0.3));
    transition: 0.35s;
    opacity: 0;
}

.gallery-section .single-gallery-img:hover .view-btn {
    opacity: 1;
}

.gallery-section .single-gallery-img:hover::after {
    opacity: 1;
}

/*=====================================
  15. footer section 
========================================*/

.fooeter-section {
    background: var(--title-color);
    padding: 110px 0 0px;
}

@media (max-width: 1199px) {
    .fooeter-section {
        padding: 90px 0 0px;
    }
}

@media (max-width: 767px) {
    .fooeter-section {
        padding: 70px 0 0px;
    }
}

.fooeter-section .footer-button-area a.footer-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    color: var(--white-color);
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 18px 25px;
    align-items: center;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 1399px) {
    .fooeter-section .footer-button-area a.footer-btn {
        padding: 18px 16px;
    }
}

@media (max-width: 576px) {
    .fooeter-section .footer-button-area a.footer-btn {
        min-width: 300px;
    }
}

.fooeter-section .footer-button-area a.footer-btn::after {
    background-color: #2A2A2A;
}

.fooeter-section .footer-button-area a.footer-btn svg {
    transition: 0.5s;
}

.fooeter-section .footer-button-area a.footer-btn svg path {
    stroke: var(--white-color);
    transition: 0.5s;
}

.fooeter-section .footer-logo-section .footer-top-section .footer-logo {
    margin-bottom: 35px;
}

.fooeter-section .footer-logo-section .footer-top-section .office-location {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: left;
    color: #A0A0A0;
    margin-bottom: 0;
    text-transform: capitalize;
}

.fooeter-section .footer-logo-section .footer-top-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    padding-top: 48px;
}

.fooeter-section .footer-logo-section .footer-top-section ul li {
    background: var(--white-color);
    width: 26px;
    height: 26px;
    border-radius: 15px;
    display: flex;
    text-align: center;
    justify-content: center;
    transition: 0.35s;
}

.fooeter-section .footer-logo-section .footer-top-section ul li a svg {
    fill: var(--paragraph-color);
}

.fooeter-section .footer-logo-section .footer-top-section ul li:hover {
    background: var(--primary-color);
}

.fooeter-section .footer-logo-section .footer-top-section ul li:hover svg {
    fill: var(--title-color);
}

.fooeter-section .footer-logo-section .footer-top-section .payment-gateway h6 {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--white-color);
    margin-top: 40px;
    margin-bottom: 25px;
}

.fooeter-section .footer-logo-section .footer-top-section .payment-gateway .icons {
    display: flex;
    align-items: center;
    gap: 32px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fooeter-section .footer-logo-section .footer-top-section .payment-gateway .icons {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.fooeter-section .footer-widget.style-2 .widget-title h4 {
    font-family: var(--font-outfit);
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    color: var(--white-color);
}

.fooeter-section .footer-widget.style-2 .widget-list li a {
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.fooeter-section .footer-widget.style-2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fooeter-section .footer-widget.style-2 ul li {
    font-family: var(--font-dm-sans);
    font-size: 14px;
    text-align: left;
}

.fooeter-section .footer-widget.style-2 ul li span {
    font-family: var(--font-dm-sans);
    font-size: 14px;
    text-align: left;
}

.fooeter-section .footer-widget .widget-title {
    margin-bottom: 30px;
}

.fooeter-section .footer-widget .widget-title.style-2 {
    margin-bottom: 16px;
}

.fooeter-section .footer-widget .widget-title h5 {
    font-family: var(--font-outfit);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 0;
}

.fooeter-section .footer-widget .widget-list li {
    margin-bottom: 25px;
}

.fooeter-section .footer-widget .widget-list li:last-child {
    margin-bottom: 0;
}

.fooeter-section .footer-widget .widget-list li a {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    gap: 10px;
    transition: 0.5s;
}

.fooeter-section .footer-widget .widget-list li a svg {
    transition: 0.35s;
    opacity: 0;
}

.fooeter-section .footer-widget .widget-list li a:hover svg {
    fill: var(--primary-color);
    opacity: 1;
}

.fooeter-section .footer-widget .widget-list li.more {
    padding-top: 20px;
}

@media (max-width: 991px) {
    .fooeter-section .footer-widget .widget-list li.more {
        padding-top: 0;
    }
}

.fooeter-section .footer-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 25px;
}

.fooeter-section .footer-widget ul li {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    text-align: left;
    color: #A0A0A0;
    margin-bottom: 15px;
}

.fooeter-section .footer-widget ul li span {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: var(--white-color);
}

.fooeter-section .footer-widget .star-text {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: var(--white-color);
    max-width: 290px;
    margin-bottom: 0;
}

.fooeter-section .footer-widget .star-text .star-icon {
    color: var(--primary-color);
    font-weight: 700;
}

.fooeter-section .footer-btm {
    background: #2A2A2A;
    padding: 22px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .fooeter-section .footer-btm {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .fooeter-section .footer-btm {
        padding: 15px 10px;
    }
}

.fooeter-section .footer-btm .footer-btm-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .fooeter-section .footer-btm .footer-btm-content {
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
}

.fooeter-section .footer-btm .footer-btm-content .copyright-area {
    align-items: center;
    text-align: center;
}

.fooeter-section .footer-btm .footer-btm-content .copyright-area p {
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    color: var(--title-color2);
    margin-bottom: 0;
}

.fooeter-section .footer-btm .footer-btm-content .copyright-area p a {
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    color: var(--white-color);
    transition: 0.35s;
}

.fooeter-section .footer-btm .footer-btm-content .copyright-area p a:hover {
    color: var(--primary-color);
}

.fooeter-section .footer-btm .footer-btm-content .right-area {
    display: flex;
    gap: 8px;
    align-items: center;
}

.fooeter-section .footer-btm .footer-btm-content .right-area svg {
    fill: var(--white-color);
}

.fooeter-section .footer-btm .footer-btm-content .right-area p {
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    color: var(--title-color2);
    margin-bottom: 0;
}

.fooeter-section .footer-btm .footer-btm-content .right-area p a {
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    color: var(--white-color);
    text-decoration: underline;
    transition: 0.35s;
}

.fooeter-section .footer-btm .footer-btm-content .right-area p a:hover {
    color: var(--primary-color);
}

.footer-contact-section {
    max-width: 305px;
}

.footer-contact-section .call-now-section {
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
    padding: 16px 28px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 767px) {
    .footer-contact-section .call-now-section {
        padding: 16px 20px;
    }
}

.footer-contact-section .call-now-section svg {
    fill: var(--white-color);
}

.footer-contact-section .call-now-section .icon {
    width: 46px;
    height: 46px;
    background: #2A2A2A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-section .call-now-section span {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: #A0A0A0;
    display: block;
    margin-bottom: 8px;
}

.footer-contact-section .call-now-section h4 {
    margin-bottom: 0;
}

.footer-contact-section .call-now-section h4 a {
    font-family: var(--font-outfit);
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: var(--white-color);
    transition: 0.5s;
}

.footer-contact-section .call-now-section h4 a:hover {
    color: var(--primary-color);
}

.footer-contact-section p {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 0;
    padding-top: 10px;
}

.footer-contact-section p span {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--title-color2);
}

.email-area {
    max-width: 312px;
}

.email-area h4 {
    font-family: var(--font-outfit);
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 13px;
}

.email-area .email-text {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: var(--title-color2);
    margin-bottom: 25px;
}

.email-area .input-area {
    background: #121212;
    height: 56px;
    max-width: 440px;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.email-area .input-area input {
    background: #121212;
    width: 100%;
    color: #BDBDBD;
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
}

.email-area .input-area input::-moz-placeholder {
    color: var(--title-color2);
}

.email-area .input-area input::placeholder {
    color: var(--title-color2);
}

.email-area .input-area button {
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
}

.email-area .input-area button svg {
    transition: 0.35s;
    fill: var(--title-color);
}

.email-area .input-area button:hover {
    background-color: var(--white-color);
    border: none;
}

.email-area .input-area button:hover svg {
    fill: var(--title-color);
}

/*=====================================
  16. product section3 
========================================*/

@media (max-width: 576px) {
    .home2-banner-product-section .product-image img {
        max-height: 350px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
    }
}

.home2-banner-product-section .banner-product-section-content h3 {
    font-family: var(--font-outfit);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .home2-banner-product-section .banner-product-section-content h3 {
        margin-bottom: 15px;
    }
}

.home2-banner-product-section .banner-product-section-content p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: var(--paragraph-color);
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .home2-banner-product-section .banner-product-section-content p {
        margin-bottom: 25px;
    }
}

.home2-banner-product-section .banner-product-section-content .primary-btn {
    display: inline-flex;
    min-width: auto;
    background: transparent;
    border: 1px solid var(--title-color);
    padding: 15px 19px;
}

/*=====================================
  17. blog card section 
========================================*/

.blog-card .blog-image-wrap {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    display: block;
}

@media (max-width: 1199px) {
    .blog-card .blog-image-wrap {
        margin-bottom: 20px;
    }
}

.blog-card .blog-image-wrap .card-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.blog-card .blog-image-wrap .card-img img {
    transition: all 0.5s ease-out;
}

.blog-card:hover .blog-image-wrap .card-img::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.blog-card:hover .blog-image-wrap .card-img img {
    transform: scale(1.1);
}

.blog-card .blog-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    margin-bottom: 15px;
    gap: 48px;
}

@media (max-width: 991px) {
    .blog-card .blog-content ul {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .blog-card .blog-content ul {
        display: inline-flex;
        flex-wrap: wrap;
    }
}

.blog-card .blog-content ul>li {
    position: relative;
}

.blog-card .blog-content ul>li a {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 1;
    text-align: left;
    color: var(--title-color);
    transition: 0.35s;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card .blog-content ul>li a {
        font-size: 15px;
    }
}

.blog-card .blog-content ul>li a:hover {
    color: var(--primary-color);
}

.blog-card .blog-content ul>li a.publish-date {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: var(--paragraph-color);
    transition: 0.35s;
}

.blog-card .blog-content ul>li a.publish-date:hover {
    color: var(--primary-color);
}

.blog-card .blog-content ul>li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    background-color: #CCD4DD;
    width: 20px;
    height: 1px;
}

.blog-card .blog-content ul>li:last-child::after {
    display: none;
}

.blog-card .blog-content h5 {
    margin-bottom: 0;
}

.blog-card .blog-content h5 a {
    font-family: var(--font-outfit);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: var(--title-color);
    transition: 0.35s;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card .blog-content h5 a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .blog-card .blog-content h5 a {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .blog-card .blog-content h5 a {
        font-size: 20px;
    }
}

.blog-card .blog-content h5 a:hover {
    color: var(--primary-color);
}

/*=====================================
  18. home3 banner section
========================================*/

.home3-banner-section {
    position: relative;
}

.home3-banner-section .banner-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    min-height: 800px;
    position: relative;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .home3-banner-section .banner-bg {
        min-height: 730px;
    }
}

@media (max-width: 1399px) {
    .home3-banner-section .banner-bg {
        min-height: 720px;
    }
}

@media (max-width: 991px) {
    .home3-banner-section .banner-bg {
        min-height: 660px;
    }
}

@media (max-width: 576px) {
    .home3-banner-section .banner-bg {
        min-height: 550px;
    }
}

.home3-banner-section .banner-wrapper {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    bottom: 0;
    display: flex;
    align-items: end;
    justify-content: center;
}

.home3-banner-section .banner-wrapper .banner-content {
    max-width: 750px;
    padding: 70px 0;
}

@media (max-width: 1699px) {
    .home3-banner-section .banner-wrapper .banner-content {
        padding-left: 100px;
        max-width: 850px;
    }
}

@media (max-width: 1399px) {
    .home3-banner-section .banner-wrapper .banner-content {
        padding-left: 110px;
        max-width: 850px;
    }
}

@media (max-width: 1199px) {
    .home3-banner-section .banner-wrapper .banner-content {
        padding-left: 65px;
        max-width: 850px;
    }
}

@media (max-width: 991px) {
    .home3-banner-section .banner-wrapper .banner-content {
        padding-left: 0;
        max-width: 850px;
    }
}

@media (max-width: 767px) {
    .home3-banner-section .banner-wrapper .banner-content {
        max-width: none;
    }
}

.home3-banner-section .banner-wrapper .banner-content span {
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    display: inline-flex;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .home3-banner-section .banner-wrapper .banner-content span {
        margin-bottom: 10px;
    }
}

.home3-banner-section .banner-wrapper .banner-content h1 {
    color: var(--white-color);
    font-family: var(--font-outfit);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 38px;
}

@media (max-width: 1199px) {
    .home3-banner-section .banner-wrapper .banner-content h1 {
        font-size: 55px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .home3-banner-section .banner-wrapper .banner-content h1 {
        font-size: 44px;
    }
}

@media (max-width: 576px) {
    .home3-banner-section .banner-wrapper .banner-content h1 {
        font-size: 36px;
    }
}

.home3-banner-section .banner-wrapper .banner-content p {
    font-family: var(--font-dm-sans);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 65px;
}

@media (max-width: 767px) {
    .home3-banner-section .banner-wrapper .banner-content p {
        font-size: 20px;
    }
}

.home3-banner-section .banner-wrapper .banner-content .banner-button {
    display: flex;
    gap: 40px;
}

@media (max-width: 767px) {
    .home3-banner-section .banner-wrapper .banner-content .banner-button {
        display: inline-flex;
        flex-wrap: wrap;
    }
}

/*=====================================
  19. tesimonial section
========================================*/

.testimonial-section2 .testimonial-content {
    max-width: 280px;
    margin: 0 auto;
}

.testimonial-section2 .testimonial-content .rating {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 33px;
    gap: 8px;
}

.testimonial-section2 .testimonial-content .rating ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.testimonial-section2 .testimonial-content .rating ul li {
    line-height: 1;
}

.testimonial-section2 .testimonial-content .rating ul li i {
    color: #ffc107;
    font-size: 12px;
}

.testimonial-section2 .testimonial-content p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: var(--paragraph-color);
    margin-bottom: 30px;
}

.testimonial-section2 .testimonial-content .author-area {
    position: relative;
}

.testimonial-section2 .testimonial-content .author-area h5 {
    font-family: var(--font-outfit);
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 10px;
}

.testimonial-section2 .testimonial-content .author-area span {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--paragraph-color);
}

.testimonial-section2 .testimonial-content .author-area::before {
    content: url(../image/home1/icon/quot.svg);
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(50%, -50%);
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .testimonial-section2 .testimonial-content .author-area::before {
        left: 90%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-section2 .testimonial-content .author-area::before {
        left: 90%;
        transform: translate(-20%, -50%);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-section2 .testimonial-content .author-area::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .testimonial-section2 .testimonial-content .author-area::before {
        display: none;
    }
}

/*=====================================
  20.offer banner section
========================================*/

.home3-offer-banner .offer-banner-left {
    position: relative;
    overflow: hidden;
}

.home3-offer-banner .offer-banner-left::before {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: -75%;
    top: 0;
    height: 100%;
    width: 50%;
    transform: skewX(-25deg);
    transform-origin: right;
    transition: transform 0.4s ease-in;
}

.home3-offer-banner .offer-banner-left:hover::before {
    transform-origin: left;
    animation: shine 0.75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@media (max-width: 1199px) {
    .home3-offer-banner .offer-banner-left img {
        min-height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 991px) {
    .home3-offer-banner .offer-banner-left img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .home3-offer-banner .offer-banner-left img {
        min-height: 250px;
    }
}

.home3-offer-banner .offer-banner-left .offer-banner-left-content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 100px 50px 0 25px;
    width: 100%;
    max-width: 350px;
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home3-offer-banner .offer-banner-left .offer-banner-left-content {
        padding: 50px 20px 0 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home3-offer-banner .offer-banner-left .offer-banner-left-content {
        padding: 50px 20px 0 25px;
    }
}

@media (max-width: 576px) {
    .home3-offer-banner .offer-banner-left .offer-banner-left-content {
        padding: 25px 15px 0 10px;
    }
}

.home3-offer-banner .offer-banner-left .offer-banner-left-content h3 {
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 35px;
}

.home3-offer-banner .offer-banner-left .offer-banner-left-content h3 span {
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: var(--title-color);
}

.home3-offer-banner .offer-banner-left .offer-banner-left-content .primary-btn {
    background: var(--white-color);
    padding: 11px 26px;
}

.home3-offer-banner .offer-banner-right {
    position: relative;
    overflow: hidden;
}

.home3-offer-banner .offer-banner-right::before {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: -75%;
    top: 0;
    height: 100%;
    width: 50%;
    transform: skewX(-25deg);
    transform-origin: right;
    transition: transform 0.4s ease-in;
}

.home3-offer-banner .offer-banner-right:hover::before {
    transform-origin: left;
    animation: shine 0.75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@media (max-width: 1199px) {
    .home3-offer-banner .offer-banner-right img {
        min-height: 300px;
    }
}

@media (max-width: 991px) {
    .home3-offer-banner .offer-banner-right img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .home3-offer-banner .offer-banner-right img {
        min-height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.home3-offer-banner .offer-banner-right .offer-banner-right-content {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 300px;
    transform-origin: bottom;
    bottom: 0;
    padding: 120px 0 0 25px;
}

@media (max-width: 1399px) {
    .home3-offer-banner .offer-banner-right .offer-banner-right-content {
        padding: 100px 0 0 25px;
    }
}

@media (max-width: 1199px) {
    .home3-offer-banner .offer-banner-right .offer-banner-right-content {
        padding: 80px 0 0 25px;
    }
}

@media (max-width: 991px) {
    .home3-offer-banner .offer-banner-right .offer-banner-right-content {
        padding: 140px 0 0 25px;
    }
}

@media (max-width: 767px) {
    .home3-offer-banner .offer-banner-right .offer-banner-right-content {
        padding: 100px 0 0 25px;
    }
}

@media (max-width: 576px) {
    .home3-offer-banner .offer-banner-right .offer-banner-right-content {
        padding: 55px 0 0 25px;
    }
}

.home3-offer-banner .offer-banner-right .offer-banner-right-content h3 {
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: var(--title-color);
    text-transform: capitalize;
    margin-bottom: 10px;
}

.home3-offer-banner .offer-banner-right .offer-banner-right-content a {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--title-color);
    text-transform: capitalize;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left 100%;
    transition: background-size 0.75s;
}

.home3-offer-banner .offer-banner-right .offer-banner-right-content a:hover {
    background-size: 0 1px;
    background-position: 0% 100%;
}

/*=====================================
  21. Shop banner section
========================================*/

.shop-banner-section .shop-banner-content {
    max-width: 480px;
}

.shop-banner-section .shop-banner-content .about-us-btn {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: var(--title-color);
    background: rgba(30, 30, 30, 0.15);
    border-radius: 100px;
    padding: 5px 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: inline-block;
}

.shop-banner-section .shop-banner-content h3 a {
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 20px;
}

.shop-banner-section .shop-banner-content p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    color: var(--paragraph-color);
    margin-bottom: 40px;
}

.shop-banner-section .shop-banner-content .learn-btn {
    min-width: auto;
    border: 1px solid var(--title-color);
    padding: 16px 23px;
}

.shop-banner-section .shop-banner-content .learn-btn:hover {
    border: 1px solid var(--title-color);
}

/*=====================================
  22. counting-banner-section
========================================*/

.counting-banner-section .counting-banner-content {
    background: #F6FBFF;
    padding: 50px 10px;
}

@media (max-width: 767px) {
    .counting-banner-section .counting-banner-content {
        padding: 40px 0;
    }
}

.counting-banner-section .counting-banner-content h3 {
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .counting-banner-section .counting-banner-content h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

.counting-banner-section .counting-banner-content h2 {
    font-family: var(--font-outfit);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .counting-banner-section .counting-banner-content h2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .counting-banner-section .counting-banner-content h2 {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .counting-banner-section .counting-banner-content h2 {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 25px;
    }
}

.counting-banner-section .counting-banner-content .countdown-timer {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .counting-banner-section .counting-banner-content .countdown-timer {
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .counting-banner-section .counting-banner-content .countdown-timer {
        margin-bottom: 35px;
    }
}

.counting-banner-section .counting-banner-content .countdown-timer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .counting-banner-section .counting-banner-content .countdown-timer ul {
        gap: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .counting-banner-section .counting-banner-content .countdown-timer ul {
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .counting-banner-section .counting-banner-content .countdown-timer ul {
        gap: 15px;
    }
}

.counting-banner-section .counting-banner-content .countdown-timer ul li {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .counting-banner-section .counting-banner-content .countdown-timer ul li {
        font-size: 23px;
    }
}

@media (max-width: 576px) {
    .counting-banner-section .counting-banner-content .countdown-timer ul li {
        font-size: 28px;
    }
}

.counting-banner-section .counting-banner-content .countdown-timer ul li strong {
    background: var(--title-color);
    color: var(--white-color);
    padding: 20px;
}

@media (max-width: 576px) {
    .counting-banner-section .counting-banner-content .countdown-timer ul li strong {
        padding: 10px;
    }
}

.counting-banner-section .counting-banner-content .countdown-timer ul li span {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}

@media (max-width: 576px) {
    .counting-banner-section .counting-banner-content .countdown-timer ul li span {
        font-size: 15px;
    }
}

.counting-banner-section .counting-banner-content .countdown-timer ul li span:first-child {
    display: none;
    visibility: hidden;
}

.counting-banner-section .counting-banner-content .countdown-timer ul svg {
    fill: rgba(255, 255, 255, 0.15);
}

.counting-banner-section .counting-banner-content .primary-btn {
    background: transparent;
    border: 1px solid var(--title-color);
    min-width: auto;
    padding: 18px 47px;
}

/*=====================================
  23. Category section
========================================*/

.home3-category-section .category-section-title h3 {
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: var(--title-color);
    text-transform: capitalize;
    margin-bottom: 20px;
}

.home3-category-section .category-section-title p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.home3-category-section .view-all-button a {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: var(--title-color);
    white-space: nowrap;
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left 100%;
    transition: background-size 0.75s;
}

.home3-category-section .view-all-button a:hover {
    background-size: 0 1px;
    background-position: 0% 100%;
}

.home3-category-section .category-card {
    position: relative;
    overflow: hidden;
    transition: 0.35s;
    z-index: 1;
}

.home3-category-section .category-card .category-card-img {
    position: relative;
    transition: 0.35s;
}

.home3-category-section .category-card .category-card-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46));
    transition: 0.35s;
    opacity: 0;
}

.home3-category-section .category-card .card-image-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 99;
    bottom: 0;
    padding: 15px;
}

.home3-category-section .category-card .card-image-content h5 {
    margin-bottom: 0;
    transition: 0.35s;
}

.home3-category-section .category-card .card-image-content h5 a {
    font-family: var(--font-outfit);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: var(--title-color);
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left 100%;
    transition: background-size 0.75s;
}

.home3-category-section .category-card .card-image-content h5 a:hover {
    background-size: 0 1px;
    background-position: 0% 100%;
}

.home3-category-section .category-card:hover .category-card-img::after {
    opacity: 1;
}

.home3-category-section .category-card:hover .card-image-content h5 a {
    color: var(--white-color);
    background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left 100%;
}

.home3-category-section .category-right-grp {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
    height: 100%;
}

@media (max-width: 991px) {
    .home3-category-section .category-right-grp {
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .home3-category-section .category-right-grp {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .home3-category-section .category-right-grp {
        height: unset;
    }
}

.home3-category-section .category-right-grp .category-card {
    height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home3-category-section .category-right-grp .category-card {
        max-width: 340px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .home3-category-section .category-right-grp .category-card {
        height: unset;
    }
}

.home3-category-section .category-right-grp .category-card .category-card-img {
    height: 100%;
}

@media (max-width: 576px) {
    .home3-category-section .category-right-grp .category-card .category-card-img {
        height: unset;
    }
}

.home3-category-section .category-right-grp .category-card .category-card-img a {
    display: block;
    height: 100%;
}

@media (max-width: 576px) {
    .home3-category-section .category-right-grp .category-card .category-card-img a {
        height: unset;
    }
}

.home3-category-section .category-right-grp .category-card .category-card-img a img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 576px) {
    .home3-category-section .category-right-grp .category-card .category-card-img a img {
        height: unset;
    }
}

/*=====================================
  24. fashion-banner-section
========================================*/

.fashion-banner-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 115px 0;
}

@media (max-width: 1199px) {
    .fashion-banner-section {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {
    .fashion-banner-section {
        padding: 70px 0;
    }
}

.fashion-banner-section .fashion-banner-content {
    max-width: 580px;
}

.fashion-banner-section .fashion-banner-content span {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: var(--title-color);
    display: inline-block;
    margin-bottom: 10px;
}

.fashion-banner-section .fashion-banner-content h2 {
    font-family: var(--font-outfit);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .fashion-banner-section .fashion-banner-content h2 {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .fashion-banner-section .fashion-banner-content h2 {
        font-size: 33px;
    }
}

.fashion-banner-section .fashion-banner-content p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: var(--paragraph-color);
    margin-bottom: 45px;
}

@media (max-width: 991px) {
    .fashion-banner-section .fashion-banner-content p {
        margin-bottom: 35px;
    }
}

@media (max-width: 576px) {
    .fashion-banner-section .fashion-banner-content p {
        font-size: 16px;
    }
}

/*=====================================
  25. home4 banner section
========================================*/

.home4-banner-section {
    position: relative;
}

.home4-banner-section .banner-bg {
    min-height: 811px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .home4-banner-section .banner-bg {
        min-height: 100vh;
    }
}

@media (max-width: 1399px) {
    .home4-banner-section .banner-bg {
        min-height: 100vh;
    }
}

@media (max-width: 767px) {
    .home4-banner-section .banner-bg {
        min-height: 90vh;
    }
}

@media (max-width: 576px) {
    .home4-banner-section .banner-bg {
        background-position: 55%;
    }
}

.home4-banner-section .banner-bg .pluse-icon-area {
    position: absolute;
    left: 70%;
    top: 100px;
    z-index: 99;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .home4-banner-section .banner-bg .pluse-icon-area {
        left: 78%;
    }
}

@media (max-width: 1399px) {
    .home4-banner-section .banner-bg .pluse-icon-area {
        left: 80%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home4-banner-section .banner-bg .pluse-icon-area {
        left: 70%;
        top: 35px;
    }
}

@media (max-width: 991px) {
    .home4-banner-section .banner-bg .pluse-icon-area {
        display: none;
    }
}

.home4-banner-section .banner-bg .pluse-icon-area .icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    cursor: pointer;
}

.home4-banner-section .banner-bg .pluse-icon-area .banner-hover-card {
    background: var(--white-color);
    max-width: 220px;
    padding: 10px;
    left: -20px;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.5s;
    opacity: 0;
    position: relative;
    z-index: 9;
    visibility: hidden;
}

@media (max-width: 1399px) {
    .home4-banner-section .banner-bg .pluse-icon-area .banner-hover-card {
        margin-left: 0;
    }
}

.home4-banner-section .banner-bg .pluse-icon-area .banner-hover-card::after {
    content: "";
    height: 16px;
    width: 14.42px;
    background: var(--white-color);
    position: absolute;
    left: 14%;
    transform: translateX(-50%) rotate(45deg);
    top: -5px;
    border-bottom: none;
    border-right: none;
    z-index: -1;
}

.home4-banner-section .banner-bg .pluse-icon-area .banner-hover-card .hover-card-content {
    margin-top: 10px;
    padding: 5px;
}

.home4-banner-section .banner-bg .pluse-icon-area .banner-hover-card .hover-card-content .rating {
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
    gap: 8px;
}

.home4-banner-section .banner-bg .pluse-icon-area .banner-hover-card .hover-card-content .rating ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.home4-banner-section .banner-bg .pluse-icon-area .banner-hover-card .hover-card-content .rating ul li {
    line-height: 1;
}

.home4-banner-section .banner-bg .pluse-icon-area .banner-hover-card .hover-card-content .rating ul li i {
    color: #ffc107;
    font-size: 12px;
}

.home4-banner-section .banner-bg .pluse-icon-area .banner-hover-card .hover-card-content .rating ul.style-2 li i {
    color: #A0A0A0;
}

.home4-banner-section .banner-bg .pluse-icon-area .banner-hover-card .hover-card-content .rating span {
    color: var(--paragraph-color2);
    font-size: 13px;
    font-family: var(--font-outfit);
    line-height: 1;
}

.home4-banner-section .banner-bg .pluse-icon-area .banner-hover-card .hover-card-content h6 {
    margin-bottom: 10px;
}

.home4-banner-section .banner-bg .pluse-icon-area .banner-hover-card .hover-card-content h6 a {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: var(--title-color);
    transition: 0.5s;
}

.home4-banner-section .banner-bg .pluse-icon-area .banner-hover-card .hover-card-content h6 a:hover {
    color: var(--primary-color);
}

.home4-banner-section .banner-bg .pluse-icon-area .banner-hover-card .hover-card-content p {
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 0;
}

.home4-banner-section .banner-bg .pluse-icon-area:hover .banner-hover-card {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

.home4-banner-section .banner-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 20px 16%;
}

@media (max-width: 1799px) {
    .home4-banner-section .banner-wrapper {
        padding: 20px 12%;
    }
}

@media (max-width: 1699px) {
    .home4-banner-section .banner-wrapper {
        padding: 20px 10%;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .home4-banner-section .banner-wrapper {
        padding: 20px 8%;
    }
}

@media (max-width: 1399px) {
    .home4-banner-section .banner-wrapper {
        padding: 20px 8%;
    }
}

@media (max-width: 991px) {
    .home4-banner-section .banner-wrapper {
        padding: 20px 30px;
    }
}

@media (max-width: 767px) {
    .home4-banner-section .banner-wrapper {
        padding: 20px 30px;
    }
}

@media (max-width: 576px) {
    .home4-banner-section .banner-wrapper {
        padding: 20px 10px;
    }
}

.home4-banner-section .banner-wrapper .banner-content {
    max-width: 650px;
    width: 100%;
}

.home4-banner-section .banner-wrapper .banner-content span {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    display: inline-flex;
    margin-bottom: 15px;
    background: rgba(0, 0, 0, 0.3019607843);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 20px;
}

.home4-banner-section .banner-wrapper .banner-content h1 {
    font-family: var(--font-outfit);
    line-height: 1.2;
    color: var(--white-color);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    margin-bottom: 18px;
}

@media (max-width: 1199px) {
    .home4-banner-section .banner-wrapper .banner-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .home4-banner-section .banner-wrapper .banner-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 576px) {
    .home4-banner-section .banner-wrapper .banner-content h1 {
        font-size: 32px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
}

.home4-banner-section .banner-wrapper .banner-content p {
    font-family: var(--font-dm-sans);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--white-color);
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .home4-banner-section .banner-wrapper .banner-content p {
        font-size: 18px;
        margin-bottom: 35px;
    }
}

@media (max-width: 576px) {
    .home4-banner-section .banner-wrapper .banner-content p {
        font-size: 17px;
        line-height: 1.7;
        margin-bottom: 30px;
    }
}

.home4-banner-section .banner-wrapper .banner-content .banner-button {
    display: flex;
    gap: 40px;
}

@media (max-width: 767px) {
    .home4-banner-section .banner-wrapper .banner-content .banner-button {
        display: inline-flex;
        flex-wrap: wrap;
    }
}

/*=====================================
  26. home5 Banner section
========================================*/

.home5-banner-section {
    overflow: hidden;
    position: relative;
}

.home5-banner-section .home5-banner-slider .banner-bg {
    position: relative;
}

.home5-banner-section .home5-banner-slider .banner-bg img {
    min-height: 750px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1399px) {
    .home5-banner-section .home5-banner-slider .banner-bg img {
        min-height: 700px;
    }
}

@media (max-width: 991px) {
    .home5-banner-section .home5-banner-slider .banner-bg img {
        min-height: 650px;
    }
}

@media (max-width: 767px) {
    .home5-banner-section .home5-banner-slider .banner-bg img {
        min-height: 600px;
    }
}

@media (max-width: 576px) {
    .home5-banner-section .home5-banner-slider .banner-bg img {
        min-height: 540px;
    }
}

.home5-banner-section .home5-banner-slider .banner-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.home5-banner-section .banner-content-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 605px;
    width: 100%;
    padding: 20px;
    text-align: center;
    z-index: 1;
}

@media (max-width: 576px) {
    .home5-banner-section .banner-content-wrap {
        padding: 20px 10px;
    }
}

.home5-banner-section .banner-content-wrap h1 {
    color: var(--white-color);
    font-family: var(--font-outfit);
    font-size: 62px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.06em;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .home5-banner-section .banner-content-wrap h1 {
        font-size: 58px;
    }
}

@media (max-width: 576px) {
    .home5-banner-section .banner-content-wrap h1 {
        font-size: 44px;
    }
}

.home5-banner-section .banner-content-wrap p {
    color: var(--white-color);
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 45px;
}

@media (max-width: 991px) {
    .home5-banner-section .banner-content-wrap p {
        margin-bottom: 35px;
    }
}

@media (max-width: 576px) {
    .home5-banner-section .banner-content-wrap p {
        font-size: 17px;
        margin-bottom: 30px;
    }
}

.home5-banner-section .banner-content-wrap .primary-btn {
    padding: 19px 43px;
}

.home5-banner-section .banner-slider-btn-groups .slider-btn:hover svg path {
    stroke: var(--primary-color);
}

.home5-banner-section .banner-slider-btn-groups .slider-btn.home5-banner-slider-next {
    right: 70px;
    left: unset;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .home5-banner-section .banner-slider-btn-groups .slider-btn.home5-banner-slider-next {
        right: 50px;
    }
}

@media (max-width: 1399px) {
    .home5-banner-section .banner-slider-btn-groups .slider-btn.home5-banner-slider-next {
        right: 40px;
    }
}

@media (max-width: 1199px) {
    .home5-banner-section .banner-slider-btn-groups .slider-btn.home5-banner-slider-next {
        right: 20px;
    }
}

/*=====================================
  27. home5 categorie section
========================================*/

.home5-categorie-section .categorie-card .categorice-image {
    margin-bottom: 15px;
    position: relative;
    transition: 0.5s ease-in-out;
    overflow: hidden;
}

.home5-categorie-section .categorie-card .categorice-image img {
    border-radius: 50% 50% 0 0;
    width: 100%;
}

.home5-categorie-section .categorie-card .categorice-content h6 {
    margin-bottom: 0;
}

.home5-categorie-section .categorie-card .categorice-content h6 a {
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: var(--title-color);
}

.home5-categorie-section .categorie-card.style-2 {
    transition: 0.5s ease-in-out;
}

.home5-categorie-section .categorie-card.style-2 .categorice-image {
    transition: 0.5s ease-in-out;
}

.home5-categorie-section .categorie-card.style-2 .categorice-image img {
    transition: 0.5s ease-in-out;
    border-radius: 100px 100px 0 0;
}

@media (max-width: 767px) {
    .home5-categorie-section .categorie-card.style-2 .categorice-image img {
        border-radius: 130px 130px 0 0;
    }
}

@media (max-width: 576px) {
    .home5-categorie-section .categorie-card.style-2 .categorice-image img {
        border-radius: 160px 160px 0 0;
    }
}

.home5-categorie-section .categorie-card.style-2 .categorice-image::after {
    transition: 0.5s ease-in-out;
}

.home5-categorie-section .categorie-card.style-2:hover {
    border-radius: 0;
}

.home5-categorie-section .categorie-card.style-2:hover .categorice-image {
    border-radius: 0;
}

.home5-categorie-section .categorie-card.style-2:hover .categorice-image img {
    border-radius: 0;
    width: 100%;
}

.home5-categorie-section .categorie-card.style-2:hover .categorice-image::after {
    border-radius: 0;
}

/*=====================================
  28. home5 offer banner
========================================*/

.home5-banner-cart .shop-banner-card {
    position: relative;
    height: 100%;
}

@media (max-width: 576px) {
    .home5-banner-cart .shop-banner-card {
        height: unset;
    }
}

.home5-banner-cart .shop-banner-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {
    .home5-banner-cart .shop-banner-card img {
        max-height: 700px;
    }
}

@media (max-width: 576px) {
    .home5-banner-cart .shop-banner-card img {
        height: unset;
    }
}

.home5-banner-cart .shop-banner-card .shop-banner-content {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    padding: 60px;
    width: 100%;
    height: 100%;
}

@media (max-width: 1399px) {
    .home5-banner-cart .shop-banner-card .shop-banner-content {
        padding: 60px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home5-banner-cart .shop-banner-card .shop-banner-content {
        padding: 60px 30px;
    }
}

@media (max-width: 991px) {
    .home5-banner-cart .shop-banner-card .shop-banner-content {
        padding: 60px 35px;
    }
}

@media (max-width: 767px) {
    .home5-banner-cart .shop-banner-card .shop-banner-content {
        padding: 50px 25px;
    }
}

@media (max-width: 576px) {
    .home5-banner-cart .shop-banner-card .shop-banner-content {
        padding: 35px 20px;
    }
}

.home5-banner-cart .shop-banner-card .shop-banner-content span {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 10px;
    display: inline-block;
}

.home5-banner-cart .shop-banner-card .shop-banner-content h3 {
    font-family: var(--font-outfit);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: var(--white-color);
    text-transform: capitalize;
    max-width: 380px;
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .home5-banner-cart .shop-banner-card .shop-banner-content h3 {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 25px;
    }
}

.home5-banner-cart .shop-banner-card .shop-banner-content .primary-btn2 {
    padding: 12px 21px;
    font-size: 12px;
}

/*=====================================
  29. collection banner section 
========================================*/

.collection-banner-section .collection-banner-content {
    background: #F9F9F9;
    padding: 150px 60px;
    height: 100%;
    width: 100%;
}

@media (max-width: 1399px) {
    .collection-banner-section .collection-banner-content {
        padding: 100px 30px;
    }
}

@media (max-width: 1199px) {
    .collection-banner-section .collection-banner-content {
        padding: 80px 25px;
    }
}

@media (max-width: 991px) {
    .collection-banner-section .collection-banner-content {
        padding: 50px 80px;
    }
}

@media (max-width: 767px) {
    .collection-banner-section .collection-banner-content {
        padding: 50px 30px;
    }
}

@media (max-width: 576px) {
    .collection-banner-section .collection-banner-content {
        padding: 50px 10px;
    }
}

.collection-banner-section .collection-banner-content span {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 10px;
}

.collection-banner-section .collection-banner-content h3 {
    font-family: var(--font-outfit);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .collection-banner-section .collection-banner-content h3 {
        font-size: 27px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .collection-banner-section .collection-banner-content h3 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .collection-banner-section .collection-banner-content h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .collection-banner-section .collection-banner-content h3 {
        font-size: 23px;
    }
}

.collection-banner-section .collection-banner-content p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: var(--paragraph-color);
    margin-bottom: 45px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .collection-banner-section .collection-banner-content p {
        font-size: 17px;
        margin-bottom: 35px;
    }
}

@media (max-width: 991px) {
    .collection-banner-section .collection-banner-content p {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .collection-banner-section .collection-banner-content p {
        font-size: 17px;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .collection-banner-section .collection-banner-content p {
        font-size: 15px;
        margin-bottom: 25px;
    }
}

.collection-banner-section .collection-banner-content .primary-btn {
    background: transparent;
    border: 1px solid var(--title-color);
    padding: 11px 20px;
    font-size: 12px;
}

.collection-banner-section .collection-banner-image {
    position: relative;
    overflow: hidden;
}

.collection-banner-section .collection-banner-image::before {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: -75%;
    top: 0;
    height: 100%;
    width: 50%;
    transform: skewX(-25deg);
    transform-origin: right;
    transition: transform 0.4s ease-in;
}

.collection-banner-section .collection-banner-image:hover::before {
    transform-origin: left;
    animation: shine 0.75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.collection-banner-section .collection-banner-image img {
    width: 100%;
}

/*=====================================
  30. home6 categori section
========================================*/

.home6-categorie-section .categorie-card {
    position: relative;
}

.home6-categorie-section .categorie-card .categorice-content {
    position: absolute;
    top: 80%;
    left: 0%;
    display: flex;
    justify-content: center;
    width: 100%;
}

.home6-categorie-section .categorie-card .categorice-content h6 {
    margin-bottom: 0;
}

.home6-categorie-section .categorie-card .categorice-content h6 a {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 0;
    text-transform: capitalize;
    background: var(--white-color);
    padding: 8px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
}

.home6-categorie-section .categorie-card .categorice-content h6 a:hover {
    background: var(--title-color);
    color: var(--white-color);
}

.nav-tabs2 {
    border-bottom: unset;
    justify-content: center;
}

.nav-tabs2 li {
    padding: 0;
}

.nav-tabs2 li button {
    border: none;
    text-align: center;
    font-family: var(--font-outfit);
    color: var(--paragraph-color);
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    line-height: 1;
}

.nav-tabs2 li button.active {
    color: var(--title-color);
    text-decoration: underline;
}

.nav-tabs2 li button:hover {
    color: var(--title-color);
}

/*=====================================
  31. Home6 partner section
========================================*/

.partner-logo2 .logo-area {
    overflow: hidden;
    margin-bottom: 60px;
    background: #F7FBFE;
    padding: 10px 0 40px;
}

.partner-logo2 .logo-area .js-marquee {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width: 576px) {
    .partner-logo2 .logo-area .js-marquee {
        gap: 40px;
    }
}

/*=====================================
  32. home2 discount section
========================================*/

.home2-discount-section .discount-section-left-section {
    position: relative;
}

.home2-discount-section .discount-section-left-section img {
    width: 100%;
}

@media (max-width: 991px) {
    .home2-discount-section .discount-section-left-section img {
        max-height: 500px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.home2-discount-section .discount-section-left-section .left-section-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 70px 0px 0 50px;
}

@media (max-width: 1399px) {
    .home2-discount-section .discount-section-left-section .left-section-content {
        padding: 40px 0px 0 30px;
    }
}

@media (max-width: 991px) {
    .home2-discount-section .discount-section-left-section .left-section-content {
        max-width: 450px;
        padding: 40px 0px 0 20px;
    }
}

@media (max-width: 576px) {
    .home2-discount-section .discount-section-left-section .left-section-content {
        padding: 40px 15px;
    }
}

.home2-discount-section .discount-section-left-section .left-section-content h4 {
    font-family: var(--font-outfit);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 13px;
}

@media (max-width: 991px) {
    .home2-discount-section .discount-section-left-section .left-section-content h4 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .home2-discount-section .discount-section-left-section .left-section-content h4 {
        font-size: 28px;
    }
}

.home2-discount-section .discount-section-left-section .left-section-content a {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: var(--white-color);
    white-space: nowrap;
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left 100%;
    transition: background-size 0.75s;
}

.home2-discount-section .discount-section-left-section .left-section-content a:hover {
    background-size: 0 1px;
    background-position: 0% 100%;
}

.home2-discount-section .discount-section-right-section {
    position: relative;
}

@media (max-width: 767px) {
    .home2-discount-section .discount-section-right-section .discount-image {
        min-height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 576px) {
    .home2-discount-section .discount-section-right-section .discount-image {
        min-width: 220px;
    }
}

.home2-discount-section .discount-section-right-section.style-2 .right-section-content {
    top: 33px;
}

.home2-discount-section .discount-section-right-section.style-2 .right-section-content a {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: var(--title-color);
    white-space: nowrap;
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left 100%;
    transition: background-size 0.75s;
}

.home2-discount-section .discount-section-right-section.style-2 .right-section-content a:hover {
    background-size: 0 1px;
    background-position: 0% 100%;
}

.home2-discount-section .discount-section-right-section .right-section-content {
    position: absolute;
    top: 65px;
    left: 0;
    max-width: 230px;
    padding: 0 25px;
}

@media (max-width: 1199px) {
    .home2-discount-section .discount-section-right-section .right-section-content {
        top: 50px;
    }
}

@media (max-width: 576px) {
    .home2-discount-section .discount-section-right-section .right-section-content {
        padding: 0 15px;
    }
}

.home2-discount-section .discount-section-right-section .right-section-content img {
    width: 100%;
}

.home2-discount-section .discount-section-right-section .right-section-content span {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #2E2E2E;
    text-transform: capitalize;
    display: block;
    margin-bottom: 7px;
}

.home2-discount-section .discount-section-right-section .right-section-content h4 {
    font-family: var(--font-outfit);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 23px;
}

@media (max-width: 1399px) {
    .home2-discount-section .discount-section-right-section .right-section-content h4 {
        margin-bottom: 20px;
        font-size: 25px;
    }
}

.home2-discount-section .discount-section-right-section .right-section-content .shop-now-btn {
    background: transparent;
    border: 1px solid var(--title-color);
    min-width: auto;
    padding: 11px 20px;
    display: inline-flex;
    font-size: 12px;
}

.home2-discount-section .discount-section-right-section .discount-section-bottom-content {
    position: absolute;
    top: 17%;
    left: 16%;
}

@media (max-width: 1199px) {
    .home2-discount-section .discount-section-right-section .discount-section-bottom-content {
        top: 20px;
    }
}

@media (max-width: 767px) {
    .home2-discount-section .discount-section-right-section .discount-section-bottom-content {
        top: 30px;
    }
}

@media (max-width: 576px) {
    .home2-discount-section .discount-section-right-section .discount-section-bottom-content {
        top: 20px;
        left: 10%;
    }
}

.home2-discount-section .discount-section-right-section .discount-section-bottom-content h4 {
    font-family: var(--font-outfit);
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 25px;
}

.home2-discount-section .discount-section-right-section .discount-section-bottom-content .discount-tag {
    margin-bottom: 35px;
}

@media (max-width: 1199px) {
    .home2-discount-section .discount-section-right-section .discount-section-bottom-content .discount-tag {
        margin-bottom: 20px;
    }
}

.home2-discount-section .discount-section-right-section .discount-section-bottom-content .primary-btn2 {
    min-width: auto;
    display: inline-flex;
    padding: 12px 35px;
    font-size: 12px;
}

/*=====================================
  33. home4 categori section
========================================*/

.home4-categori-section .categoris-card {
    position: relative;
    overflow: hidden;
    transition: 0.35s;
    z-index: 1;
}

.home4-categori-section .categoris-card .product-card-image {
    position: relative;
    transition: 0.35s;
}

.home4-categori-section .categoris-card .product-card-image img {
    transition: all 0.5s ease-out;
}

@media (max-width: 576px) {
    .home4-categori-section .categoris-card .product-card-image img {
        min-height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.home4-categori-section .categoris-card .categoris-card-content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.home4-categori-section .categoris-card .categoris-card-content h6 {
    margin-bottom: 0;
}

.home4-categori-section .categoris-card .categoris-card-content h6 a {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: var(--title-color);
    text-decoration: underline;
    transition: 0.35s;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-offset: 2px;
    padding: 9px 15px;
    background-color: var(--white-color);
    display: inline-block;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.home4-categori-section .categoris-card:hover .product-card-image img {
    transform: scale(1.1);
}

.home4-categori-section .categoris-card:hover .categoris-card-content h6 a {
    background-color: var(--title-color);
    color: var(--white-color);
}

/*=====================================
  34.limited offer banner
========================================*/

.limited-offer-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px;
}

@media (max-width: 1199px) {
    .limited-offer-banner {
        padding: 80px 0;
    }
}

.limited-offer-banner .limited-offer-banner-content {
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 700px;
    padding: 55px;
}

@media (max-width: 1199px) {
    .limited-offer-banner .limited-offer-banner-content {
        max-width: 630px;
        padding: 55px 24px;
    }
}

@media (max-width: 767px) {
    .limited-offer-banner .limited-offer-banner-content {
        padding: 40px 20px;
    }
}

.limited-offer-banner .limited-offer-banner-content h3 {
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .limited-offer-banner .limited-offer-banner-content h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .limited-offer-banner .limited-offer-banner-content h3 {
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    .limited-offer-banner .limited-offer-banner-content h3 {
        font-size: 23px;
        margin-bottom: 10px;
    }
}

.limited-offer-banner .limited-offer-banner-content h2 {
    font-family: var(--font-outfit);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 35px;
}

@media (max-width: 1199px) {
    .limited-offer-banner .limited-offer-banner-content h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .limited-offer-banner .limited-offer-banner-content h2 {
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .limited-offer-banner .limited-offer-banner-content h2 {
        font-size: 32px;
    }
}

.limited-offer-banner .limited-offer-banner-content .countdown-timer {
    margin-bottom: 45px;
}

@media (max-width: 1199px) {
    .limited-offer-banner .limited-offer-banner-content .countdown-timer {
        margin-bottom: 35px;
    }
}

.limited-offer-banner .limited-offer-banner-content .countdown-timer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .limited-offer-banner .limited-offer-banner-content .countdown-timer ul {
        gap: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .limited-offer-banner .limited-offer-banner-content .countdown-timer ul {
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .limited-offer-banner .limited-offer-banner-content .countdown-timer ul {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .limited-offer-banner .limited-offer-banner-content .countdown-timer ul {
        gap: 12px;
    }
}

.limited-offer-banner .limited-offer-banner-content .countdown-timer ul li {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .limited-offer-banner .limited-offer-banner-content .countdown-timer ul li {
        font-size: 23px;
    }
}

@media (max-width: 991px) {
    .limited-offer-banner .limited-offer-banner-content .countdown-timer ul li {
        font-size: 25px;
    }
}

.limited-offer-banner .limited-offer-banner-content .countdown-timer ul li strong {
    background: var(--title-color);
    color: var(--white-color);
    padding: 20px;
}

@media (max-width: 576px) {
    .limited-offer-banner .limited-offer-banner-content .countdown-timer ul li strong {
        padding: 10px;
    }
}

.limited-offer-banner .limited-offer-banner-content .countdown-timer ul li span {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}

@media (max-width: 576px) {
    .limited-offer-banner .limited-offer-banner-content .countdown-timer ul li span {
        font-size: 15px;
    }
}

.limited-offer-banner .limited-offer-banner-content .countdown-timer ul li span:first-child {
    display: none;
    visibility: hidden;
}

.limited-offer-banner .limited-offer-banner-content .countdown-timer ul svg {
    fill: rgba(255, 255, 255, 0.15);
}

.limited-offer-banner .limited-offer-banner-content .primary-btn {
    background: transparent;
    border: 1px solid var(--title-color);
}

/*=====================================
  35. home6 testimonial section
========================================*/

.home6-testimonial-section .testimonial-area {
    background: #F9F9F9;
    padding: 40px 45px;
    position: relative;
}

@media (max-width: 1399px) {
    .home6-testimonial-section .testimonial-area {
        padding: 40px 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home6-testimonial-section .testimonial-area {
        padding: 40px 20px;
    }
}

@media (max-width: 767px) {
    .home6-testimonial-section .testimonial-area {
        padding: 35px 25px;
    }
}

@media (max-width: 576px) {
    .home6-testimonial-section .testimonial-area {
        padding: 30px 15px 40px;
    }
}

.home6-testimonial-section .testimonial-area .testimonial-content {
    padding-left: 30px;
}

@media (max-width: 1399px) {
    .home6-testimonial-section .testimonial-area .testimonial-content {
        padding-left: 20px;
    }
}

@media (max-width: 1199px) {
    .home6-testimonial-section .testimonial-area .testimonial-content {
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .home6-testimonial-section .testimonial-area .testimonial-content {
        padding-left: 0;
    }
}

.home6-testimonial-section .testimonial-area .testimonial-content .rating {
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .home6-testimonial-section .testimonial-area .testimonial-content .rating {
        margin-bottom: 18px;
    }
}

@media (max-width: 576px) {
    .home6-testimonial-section .testimonial-area .testimonial-content .rating {
        margin-bottom: 15px;
    }
}

.home6-testimonial-section .testimonial-area .testimonial-content .rating ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.home6-testimonial-section .testimonial-area .testimonial-content .rating ul li {
    line-height: 1;
}

.home6-testimonial-section .testimonial-area .testimonial-content .rating ul li i {
    color: #ffc107;
    font-size: 12px;
}

.home6-testimonial-section .testimonial-area .testimonial-content p {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home6-testimonial-section .testimonial-area .testimonial-content p {
        font-size: 17px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .home6-testimonial-section .testimonial-area .testimonial-content p {
        font-size: 17px;
        margin-bottom: 20px;
    }
}

.home6-testimonial-section .testimonial-area .testimonial-content .author-area {
    position: relative;
}

.home6-testimonial-section .testimonial-area .testimonial-content .author-area h5 {
    font-family: var(--font-outfit);
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--title-color);
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home6-testimonial-section .testimonial-area .testimonial-content .author-area h5 {
        font-size: 19px;
        margin-bottom: 7px;
    }
}

@media (max-width: 576px) {
    .home6-testimonial-section .testimonial-area .testimonial-content .author-area h5 {
        font-size: 19px;
        margin-bottom: 7px;
    }
}

.home6-testimonial-section .testimonial-area .testimonial-content .author-area span {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--paragraph-color);
}

.home6-testimonial-section .testimonial-area .testimonial-content .author-area .quote {
    fill: rgba(30, 30, 30, 0.05);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

@media (max-width: 576px) {
    .home6-testimonial-section .testimonial-area .testimonial-content .author-area .quote {
        display: none;
    }
}

.home6-testimonial-section .testimonial-area .pagination-area3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
}

@media (max-width: 991px) {
    .home6-testimonial-section .testimonial-area .pagination-area3 {
        bottom: 8px;
    }
}

@media (max-width: 576px) {
    .home6-testimonial-section .testimonial-area .pagination-area3 {
        bottom: 5px;
    }
}

.home6-testimonial-section .testimonial-area .pagination-area3 .swiper-pagination10 {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: unset;
    z-index: 9;
    bottom: unset;
    gap: 5px;
}

@media (max-width: 576px) {
    .home6-testimonial-section .testimonial-area .pagination-area3 .swiper-pagination10 {
        justify-content: center;
    }
}

.home6-testimonial-section .testimonial-area .pagination-area3 .swiper-pagination10 .swiper-pagination-bullet {
    height: 7px;
    width: 10px;
    background-color: #D9D9D9;
    opacity: 1;
    position: relative;
}

.home6-testimonial-section .testimonial-area .pagination-area3 .swiper-pagination10 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 48px;
    border-radius: 100px;
}

.home6-testimonial-section .testimonial-area .home6-testimonial-swipe .swiper-slide-active .rating,
.home6-testimonial-section .testimonial-area .home6-testimonial-swipe .swiper-slide-active p {
    animation: fadeInDown 1.7s;
}

.home6-testimonial-section .testimonial-area .home6-testimonial-swipe .swiper-slide-active .author-area {
    animation: fadeInUp 1.7s;
}

/*=====================================
  36. home6 offer banner
========================================*/

.home6-offer-section .offer-banner-left {
    position: relative;
}

.home6-offer-section .offer-banner-left img {
    width: 100%;
}

@media (max-width: 991px) {
    .home6-offer-section .offer-banner-left img {
        max-height: 650px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
    }
}

@media (max-width: 767px) {
    .home6-offer-section .offer-banner-left img {
        max-height: 550px;
    }
}

@media (max-width: 576px) {
    .home6-offer-section .offer-banner-left img {
        min-height: 450px;
    }
}

.home6-offer-section .offer-banner-left .border-bottom::after {
    content: "";
    height: 300px;
    width: 2px;
    background-color: #A0A0A0;
    position: absolute;
    right: 35px;
    bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home6-offer-section .offer-banner-left .border-bottom::after {
        right: 20px;
    }
}

@media (max-width: 576px) {
    .home6-offer-section .offer-banner-left .border-bottom::after {
        display: none;
    }
}

.home6-offer-section .offer-banner-left .border-bottom::before {
    content: "";
    position: absolute;
    bottom: 40px;
    right: 0;
    background-color: #A0A0A0;
    width: 300px;
    height: 2px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home6-offer-section .offer-banner-left .border-bottom::before {
        bottom: 30px;
    }
}

@media (max-width: 576px) {
    .home6-offer-section .offer-banner-left .border-bottom::before {
        display: none;
    }
}

.home6-offer-section .offer-banner-left::after {
    content: "";
    height: 300px;
    width: 2px;
    background-color: #A0A0A0;
    position: absolute;
    left: 35px;
    top: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home6-offer-section .offer-banner-left::after {
        left: 20px;
    }
}

@media (max-width: 576px) {
    .home6-offer-section .offer-banner-left::after {
        display: none;
    }
}

.home6-offer-section .offer-banner-left::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0px;
    background-color: #A0A0A0;
    width: 300px;
    height: 2px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home6-offer-section .offer-banner-left::before {
        top: 30px;
    }
}

@media (max-width: 576px) {
    .home6-offer-section .offer-banner-left::before {
        display: none;
    }
}

.home6-offer-section .offer-banner-left .offer-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.35);
}

.home6-offer-section .offer-banner-left .offer-banner-content .banner-content-info h2 {
    font-family: var(--font-outfit);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: var(--white-color);
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .home6-offer-section .offer-banner-left .offer-banner-content .banner-content-info h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .home6-offer-section .offer-banner-left .offer-banner-content .banner-content-info h2 {
        margin-bottom: 10px;
    }
}

.home6-offer-section .offer-banner-left .offer-banner-content .banner-content-info p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .home6-offer-section .offer-banner-left .offer-banner-content .banner-content-info p {
        margin-bottom: 35px;
    }
}

@media (max-width: 576px) {
    .home6-offer-section .offer-banner-left .offer-banner-content .banner-content-info p {
        margin-bottom: 25px;
    }
}

.home6-offer-section .offer-banner-left .offer-banner-content .banner-content-info .primary-btn2 {
    padding: 19px 26px;
}

.home6-offer-section .offer-banner-right {
    position: relative;
}

.home6-offer-section .offer-banner-right img {
    width: 100%;
}

@media (max-width: 991px) {
    .home6-offer-section .offer-banner-right img {
        max-height: 650px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
    }
}

@media (max-width: 767px) {
    .home6-offer-section .offer-banner-right img {
        max-height: 550px;
    }
}

@media (max-width: 576px) {
    .home6-offer-section .offer-banner-right img {
        min-height: 450px;
    }
}

.home6-offer-section .offer-banner-right .offer-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.35);
}

.home6-offer-section .offer-banner-right .offer-banner-content .banner-content-info h5 {
    font-family: var(--font-outfit);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 25px;
    border-bottom: 1px solid #A0A0A0;
    padding-bottom: 15px;
}

@media (max-width: 576px) {
    .home6-offer-section .offer-banner-right .offer-banner-content .banner-content-info h5 {
        margin-bottom: 20px;
    }
}

.home6-offer-section .offer-banner-right .offer-banner-content .banner-content-info h2 {
    font-family: var(--font-outfit);
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: left;
    color: var(--white-color);
    display: flex;
    border-bottom: 1px solid #A0A0A0;
    padding-bottom: 18px;
    margin-bottom: 5px;
}

.home6-offer-section .offer-banner-right .offer-banner-content .banner-content-info h2 span {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: var(--white-color);
    letter-spacing: 0;
}

@media (max-width: 576px) {
    .home6-offer-section .offer-banner-right .offer-banner-content .banner-content-info h2 {
        font-size: 55px;
        padding-bottom: 15px;
    }
}

.home6-offer-section .offer-banner-right .offer-banner-content .banner-content-info a {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--white-color);
    text-decoration: underline;
    transition: 0.35s;
}

.home6-offer-section .offer-banner-right .offer-banner-content .banner-content-info a:hover {
    color: var(--primary-color);
}

/*=====================================
  37. home3 banner swiper
========================================*/

.home3-banner-swiper {
    overflow: hidden;
}

.home3-banner-swiper .home3-banner-swipe .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.95);
}

.home3-banner-swiper .home3-banner-swipe .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.home3-banner-swiper .home3-banner-swipe .swiper-slide.swiper-slide-active .banner-image {
    position: relative;
}

.home3-banner-swiper .home3-banner-swipe .swiper-slide.swiper-slide-active .banner-image .banner-image-content-wrap {
    opacity: 1;
}

.home3-banner-swiper .banner-image {
    position: relative;
}

.home3-banner-swiper .banner-image img {
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.home3-banner-swiper .banner-image .banner-image-content-wrap {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.home3-banner-swiper .banner-image .banner-image-content-wrap .banner-image-content {
    max-width: 445px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .home3-banner-swiper .banner-image .banner-image-content-wrap .banner-image-content {
        top: 45px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home3-banner-swiper .banner-image .banner-image-content-wrap .banner-image-content {
        top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home3-banner-swiper .banner-image .banner-image-content-wrap .banner-image-content {
        top: 35px;
    }
}

@media (max-width: 576px) {
    .home3-banner-swiper .banner-image .banner-image-content-wrap .banner-image-content {
        top: 35px;
        padding: 20px 10px;
    }
}

.home3-banner-swiper .banner-image .banner-image-content-wrap .banner-image-content span {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: var(--title-color);
    background: var(--primary-color);
    padding: 5px 40px;
    border-radius: 100px;
    margin-bottom: 10px;
    display: inline-block;
}

.home3-banner-swiper .banner-image .banner-image-content-wrap .banner-image-content h2 {
    font-family: var(--font-outfit);
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home3-banner-swiper .banner-image .banner-image-content-wrap .banner-image-content h2 {
        font-size: 35px;
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home3-banner-swiper .banner-image .banner-image-content-wrap .banner-image-content h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .home3-banner-swiper .banner-image .banner-image-content-wrap .banner-image-content h2 {
        font-size: 35px;
        margin-bottom: 5px;
    }
}

.home3-banner-swiper .banner-image .banner-image-content-wrap .banner-image-content a {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left 100%;
    transition: background-size 0.75s;
}

.home3-banner-swiper .banner-image .banner-image-content-wrap .banner-image-content a:hover {
    background-size: 0 1px;
    background-position: 0% 100%;
}

/*=====================================
  38. breadcrumb section
========================================*/

.breadcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding:40px 0px 40px;
    position: relative;
}

@media (max-width: 991px) {
    .breadcrumb-section {
        padding: 70px 0px 50px;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section {
        padding: 60px 0px 60px;
    }
}

@media (max-width: 576px) {
    .breadcrumb-section.people-details {
        background-position: 80%;
    }
}

.breadcrumb-section.people-details .banner-content h1 {
    margin-bottom: 0;
}

.breadcrumb-section .banner-content {
    max-width: 800px;
    width: 100%;
}

.breadcrumb-section .banner-content h1 {
    font-family: var(--font-outfit);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .breadcrumb-section .banner-content h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }
}

.breadcrumb-section .banner-content .breadcrumb-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.breadcrumb-section .banner-content .breadcrumb-list li {
    color: var(--white-color);
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.breadcrumb-section .banner-content .breadcrumb-list li a {
    color: var(--white-color);
    transition: 0.5s;
}

.breadcrumb-section .banner-content .breadcrumb-list li a:hover {
    color: var(--primary-color);
}

.breadcrumb-section .banner-content .breadcrumb-list li span {
    color: var(--primary-color);
    padding-right: 3px;
}

/*=====================================
  39.Categories section
========================================*/

.categories-section .categories-card .categories-image {
    margin-bottom: 20px;
}

.categories-section .categories-card .categories-content h5 a {
    font-family: var(--font-outfit);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 0;
}

/*=====================================
  40.Categories section
========================================*/

.womens-collection-section .womens-collection-content {
    background: #F9F9F9;
    padding: 80px 130px;
    width: 100%;
    height: 100%;
    position: relative;
}

@media (max-width: 1399px) {
    .womens-collection-section .womens-collection-content {
        padding: 50px;
    }
}

@media (max-width: 1199px) {
    .womens-collection-section .womens-collection-content {
        padding: 30px;
    }
}

.womens-collection-section .womens-collection-content::before {
    content: url(../image/inner-page/icon/text-side-icon.svg);
    position: absolute;
    top: 68%;
    left: 57%;
    transform: translate(50%, -50%);
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .womens-collection-section .womens-collection-content::before {
        left: 70%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .womens-collection-section .womens-collection-content::before {
        left: 60%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .womens-collection-section .womens-collection-content::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .womens-collection-section .womens-collection-content::before {
        display: none;
    }
}

.womens-collection-section .womens-collection-content h3 {
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 15px;
}

.womens-collection-section .womens-collection-content p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: var(--paragraph-color);
    margin-bottom: 45px;
}

.womens-collection-section .womens-collection-content p span {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: var(--primary-color);
}

.womens-collection-section .womens-collection-content .primary-btn {
    background: transparent;
    border: 1px solid var(--title-color);
}

.womens-collection-section .womens-collection-image {
    position: relative;
    overflow: hidden;
}

.womens-collection-section .womens-collection-image::before {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: -75%;
    top: 0;
    height: 100%;
    width: 50%;
    transform: skewX(-25deg);
    transform-origin: right;
    transition: transform 0.4s ease-in;
}

.womens-collection-section .womens-collection-image:hover::before {
    transform-origin: left;
    animation: shine 0.75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.womens-collection-section .womens-collection-image img {
    width: 100%;
}

/*=====================================
  41. navigation  section
========================================*/

.page-navigation-area {
    max-width: 984px;
    margin: 0 auto;
    margin-top: 70px;
    border: 1px solid var(--white-color2);
    padding: 20px 30px;
    gap: 15px;
}

@media (max-width: 1199px) {
    .page-navigation-area {
        margin-top: 60px;
    }
}

@media (max-width: 991px) {
    .page-navigation-area {
        margin-top: 50px;
    }
}

@media (max-width: 576px) {
    .page-navigation-area {
        padding: 15px 15px;
        gap: 10px;
    }
}

.page-navigation-area .prev-next-btn a {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 11px 18px;
    transition: 0.35s;
    text-transform: uppercase;
    border: 1px solid rgba(238, 238, 238, 0.9333333333);
}

.page-navigation-area .prev-next-btn a svg {
    fill: var(--paragraph-color);
    transition: 0.35s;
}

@media (max-width: 576px) {
    .page-navigation-area .prev-next-btn a {
        font-size: 12px;
        padding: 9px 15px;
    }
}

.page-navigation-area .prev-next-btn a:hover {
    background: var(--title-color);
    color: var(--white-color);
}

.page-navigation-area .prev-next-btn a:hover svg {
    fill: var(--white-color);
}

.page-navigation-area .pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 20px;
}

@media (max-width: 576px) {
    .page-navigation-area .pagination {
        gap: 10px;
    }
}

.page-navigation-area .pagination li a {
    font-family: var(--font-outfit);
    font-size: 15px;
    font-weight: 500;
    width: 36px;
    height: 36px;
    border: 1px solid var(--white-color2);
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    color: var(--title-color);
}

@media (max-width: 576px) {
    .page-navigation-area .pagination li a {
        width: 30px;
        height: 30px;
    }
}

.page-navigation-area .pagination li.active a {
    background: var(--primary-color);
}

/*=====================================
  42. footer section
========================================*/

.footer-top-area {
    position: relative;
    background-color: #EFF8FF;
}

.footer-top-area .footer-top-wrapper .foort-top-content {
    padding: 10px 0;
}

@media (max-width: 1199px) {
    .footer-top-area .footer-top-wrapper .foort-top-content {
        padding: 30px 0;
    }
}

@media (max-width: 991px) {
    .footer-top-area .footer-top-wrapper .foort-top-content {
        padding: 50px 0;
    }
}

.footer-top-area .footer-top-wrapper .foort-top-content h3 {
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .footer-top-area .footer-top-wrapper .foort-top-content h3 {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .footer-top-area .footer-top-wrapper .foort-top-content h3 {
        font-size: 24px;
    }
}

.footer-top-area .footer-top-wrapper .foort-top-content h2 {
    font-family: var(--font-outfit);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--title-color);
    margin-bottom: 35px;
}

@media (max-width: 1399px) {
    .footer-top-area .footer-top-wrapper .foort-top-content h2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .footer-top-area .footer-top-wrapper .foort-top-content h2 {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .footer-top-area .footer-top-wrapper .foort-top-content h2 {
        font-size: 34px;
    }
}

.footer-top-area .footer-top-wrapper .foort-top-content .countdown-timer {
    margin-bottom: 45px;
}

@media (max-width: 1399px) {
    .footer-top-area .footer-top-wrapper .foort-top-content .countdown-timer {
        margin-bottom: 40px;
    }
}

.footer-top-area .footer-top-wrapper .foort-top-content .countdown-timer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .footer-top-area .footer-top-wrapper .foort-top-content .countdown-timer ul {
        gap: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-top-area .footer-top-wrapper .foort-top-content .countdown-timer ul {
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .footer-top-area .footer-top-wrapper .foort-top-content .countdown-timer ul {
        gap: 12px;
    }
}

.footer-top-area .footer-top-wrapper .foort-top-content .countdown-timer ul li {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-top-area .footer-top-wrapper .foort-top-content .countdown-timer ul li {
        font-size: 23px;
    }
}

@media (max-width: 991px) {
    .footer-top-area .footer-top-wrapper .foort-top-content .countdown-timer ul li {
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    .footer-top-area .footer-top-wrapper .foort-top-content .countdown-timer ul li {
        font-size: 23px;
    }
}

.footer-top-area .footer-top-wrapper .foort-top-content .countdown-timer ul li strong {
    background: var(--title-color);
    color: var(--white-color);
    padding: 20px;
}

@media (max-width: 576px) {
    .footer-top-area .footer-top-wrapper .foort-top-content .countdown-timer ul li strong {
        padding: 15px 18px;
    }
}

.footer-top-area .footer-top-wrapper .foort-top-content .countdown-timer ul li span {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}

.footer-top-area .footer-top-wrapper .foort-top-content .countdown-timer ul li span:first-child {
    display: none;
    visibility: hidden;
}

.footer-top-area .footer-top-wrapper .foort-top-content .countdown-timer ul svg {
    fill: rgba(255, 255, 255, 0.15);
}

.footer-top-area .footer-top-wrapper .foort-top-content .primary-btn2 {
    border: 1px solid var(--title-color);
}

.footer-top-area .footer-top-wrapper .foort-top-content .primary-btn2:hover {
    border: 1px solid var(--title-color);
}

.product-card-top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.product-card-top-area .left-content h6 {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.product-card-top-area .right-content {
    display: flex;
    align-items: center;
    gap: 24px;
}

.product-card-top-area .right-content .category-area .nice-select {
    color: var(--primary-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 20px;
    height: 45px;
    width: 241px;
    border: 1px solid rgba(238, 238, 238, 0.9333333333);
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
}

@media (max-width: 576px) {
    .product-card-top-area .right-content .category-area .nice-select {
        width: 220px;
    }
}

.product-card-top-area .right-content .category-area .nice-select .current {
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.product-card-top-area .right-content .category-area .nice-select:after {
    border-bottom: 2px solid var(--title-color);
    border-right: 2px solid var(--title-color);
    content: "";
    display: block;
    height: 9px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 19px;
    top: 50%;
    width: 9px;
}

.product-card-top-area .right-content .category-area .nice-select .option {
    font-family: var(--font-dm-sans);
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
    min-height: 35px;
    color: var(--title-color);
    padding-left: 25px;
}

.product-card-top-area .right-content .category-area .nice-select .list {
    background-color: var(--white-color);
    box-shadow: 0px 4px 32px 0px rgba(129, 129, 129, 0.2509803922);
    border: 1px solid #EEEEEE;
    width: 230px;
}

.product-card-top-area .right-content .category-area .nice-select .option:hover,
.product-card-top-area .right-content .category-area .nice-select .option.focus,
.product-card-top-area .right-content .category-area .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.product-card-top-area .right-content .filter {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    cursor: pointer;
}

.product-card-top-area .right-content .filter .filter-icon svg {
    fill: var(--title-color);
}

.product-card-top-area .right-content .filter span {
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
}

.product-card-top-area .right-content .size-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-card-top-area .right-content .size-icon li {
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: 0.35s;
    min-height: 24px;
    min-width: 24px;
}

.product-card-top-area .right-content .size-icon li svg path {
    stroke: #A0A0A0;
}

.product-card-top-area .right-content .size-icon li:hover {
    background: var(--primary-color);
}

.product-card-top-area .right-content .size-icon li:hover svg path {
    stroke: var(--title-color);
}

.filter-sidebar {
    max-width: 360px;
    background-color: var(--white-color);
    padding: 30px 20px;
    position: fixed;
    min-height: 100vh;
    height: 100%;
    left: 0;
    z-index: 999;
    top: 0;
    overflow-y: scroll;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.6s ease 0s;
    transform-origin: left;
    transform: translateX(-100%);
}

.filter-sidebar.slide {
    transform: translate(0);
}

.filter-sidebar::-webkit-scrollbar {
    width: 0;
}

@media (max-width: 576px) {
    .filter-sidebar {
        max-width: 300px;
    }
}

.filter-top {
    display: none;
    transform-origin: top;
    transform: scaleY(0);
    margin-bottom: 25px;
    transition: transform 0.35s ease-in-out;
}

.filter-top.slide {
    display: block;
    transform: scaleY(1);
    animation: fade-down 0.45s linear;
    position: relative;
    z-index: 9;
}

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden;
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
    }
}

/*=====================================
  43. Blog Details 
========================================*/

.details-page-wrapper .mb--70 {
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .details-page-wrapper .mb--70 {
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .details-page-wrapper .mb--70 {
        margin-bottom: 25px;
    }
}

.details-page-wrapper .line-break {
    height: 20px;
    display: block;
}

@media (max-width: 1199px) {
    .details-page-wrapper .line-break {
        height: 15px;
    }
}

.details-page-wrapper .post-author-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.details-page-wrapper .post-author-meta .author-and-date {
    max-width: 480px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .details-page-wrapper .post-author-meta .author-and-date {
        max-width: 420px;
    }
}

@media (max-width: 991px) {
    .details-page-wrapper .post-author-meta .author-and-date {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .details-page-wrapper .post-author-meta .author-and-date {
        max-width: unset;
    }
}

@media (max-width: 576px) {
    .details-page-wrapper .post-author-meta .author-and-date {
        gap: 10px;
    }
}

.details-page-wrapper .post-author-meta .author-and-date .author-area {
    display: flex;
    align-items: center;
    gap: 14px;
}

@media (max-width: 576px) {
    .details-page-wrapper .post-author-meta .author-and-date .author-area {
        gap: 10px;
    }
}

.details-page-wrapper .post-author-meta .author-and-date .author-area .author-img img {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
}

@media (max-width: 576px) {
    .details-page-wrapper .post-author-meta .author-and-date .author-area .author-img img {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
    }
}

.details-page-wrapper .post-author-meta .author-and-date .author-area .author-name-desig span {
    color: #545454;
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .details-page-wrapper .post-author-meta .author-and-date .author-area .author-name-desig span {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

.details-page-wrapper .post-author-meta .author-and-date .author-area .author-name-desig h6 {
    margin-bottom: 0;
}

.details-page-wrapper .post-author-meta .author-and-date .author-area .author-name-desig h6 a {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width: 576px) {
    .details-page-wrapper .post-author-meta .author-and-date .author-area .author-name-desig h6 a {
        font-size: 16px;
    }
}

.details-page-wrapper .post-author-meta .author-and-date .date span {
    color: #545454;
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .details-page-wrapper .post-author-meta .author-and-date .date span {
        font-size: 11px;
        margin-bottom: 5px;
    }
}

.details-page-wrapper .post-author-meta .author-and-date .date h6 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .details-page-wrapper .post-author-meta .author-and-date .date h6 {
        font-size: 13px;
    }
}

.details-page-wrapper .social-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 576px) {
    .details-page-wrapper .social-area {
        gap: 15px;
    }
}

.details-page-wrapper .social-area h6 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.details-page-wrapper .social-area .social-link {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.details-page-wrapper .social-area .social-link li {
    margin-bottom: 0;
}

.details-page-wrapper .social-area .social-link li a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--paragraph-color);
    transition: 0.5s;
}

.details-page-wrapper .social-area .social-link li a i {
    color: var(--paragraph-color);
    font-size: 14px;
    transition: 0.5s;
}

.details-page-wrapper .social-area .social-link li a i.bi-twitter-x {
    font-size: 12px;
}

.details-page-wrapper .social-area .social-link li a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.details-page-wrapper .social-area .social-link li a:hover i {
    color: var(--title-color);
}

.details-page-wrapper .post-thumb img {
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.details-page-wrapper .details-page-content h3 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .details-page-wrapper .details-page-content h3 {
        font-size: 26px;
    }
}

.details-page-wrapper .details-page-content p {
    margin-bottom: 0;
}

.details-page-wrapper .details-page-content h4 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}

.details-page-wrapper .details-page-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.details-page-wrapper .details-page-content ul li {
    display: flex;
    gap: 10px;
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}

.details-page-wrapper .details-page-content ul li strong {
    font-weight: 500;
}

@media (max-width: 576px) {
    .details-page-wrapper .details-page-content ul li {
        margin-bottom: 10px;
    }
}

.details-page-wrapper .details-page-content ul li:last-child {
    margin-bottom: 0;
}

.details-page-wrapper .details-page-content ul li svg {
    fill: var(--paragraph-color);
    min-width: 16px;
    max-width: 16px;
    margin-top: 7px;
}

.details-page-wrapper .details-page-content blockquote {
    background-color: #1A1A1A;
    padding: 42px 85px;
    position: relative;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .details-page-wrapper .details-page-content blockquote {
        padding: 35px 75px;
    }
}

@media (max-width: 767px) {
    .details-page-wrapper .details-page-content blockquote {
        padding: 40px;
    }
}

@media (max-width: 576px) {
    .details-page-wrapper .details-page-content blockquote {
        padding: 35px 20px;
    }
}

.details-page-wrapper .details-page-content blockquote::before {
    content: "";
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #373737;
    position: absolute;
    top: 0;
    height: 100%;
    width: 70px;
    left: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    .details-page-wrapper .details-page-content blockquote::before {
        display: none;
    }
}

.details-page-wrapper .details-page-content blockquote::after {
    content: "";
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background-color: #373737;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70px;
    z-index: 1;
}

@media (max-width: 767px) {
    .details-page-wrapper .details-page-content blockquote::after {
        display: none;
    }
}

.details-page-wrapper .details-page-content blockquote p {
    color: var(--white-color);
    font-family: var(--font-outfit);
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .details-page-wrapper .details-page-content blockquote p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .details-page-wrapper .details-page-content blockquote p {
        line-height: 30px;
        margin-bottom: 15px;
    }
}

.details-page-wrapper .details-page-content blockquote cite {
    color: var(--white-color);
    font-family: var(--font-outfit);
    font-size: 18px;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-left: 50px;
    position: relative;
}

.details-page-wrapper .details-page-content blockquote cite::before {
    content: "";
    height: 1px;
    width: 40px;
    background-color: var(--white-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.details-page-wrapper .details-page-content .blog-tag {
    display: inline-flex;
    align-items: center;
    gap: 35px;
    border: 1px solid var(--white-color2);
    border-radius: 33px;
    padding: 18px 40px;
}

@media (max-width: 767px) {
    .details-page-wrapper .details-page-content .blog-tag {
        gap: 15px;
        padding: 18px 15px;
        border-radius: 20px;
    }
}

@media (max-width: 576px) {
    .details-page-wrapper .details-page-content .blog-tag {
        border-radius: 10px;
    }
}

.details-page-wrapper .details-page-content .blog-tag h6 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
}

.details-page-wrapper .details-page-content .blog-tag ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
    line-height: 1;
}

@media (max-width: 767px) {
    .details-page-wrapper .details-page-content .blog-tag ul {
        gap: 25px;
    }
}

@media (max-width: 576px) {
    .details-page-wrapper .details-page-content .blog-tag ul {
        gap: 15px;
    }
}

.details-page-wrapper .details-page-content .blog-tag ul li {
    margin-bottom: 0;
}

.details-page-wrapper .details-page-content .blog-tag ul li a {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    transition: 0.5s;
}

.details-page-wrapper .details-page-content .blog-tag ul li a:hover {
    color: #9B3922;
}

.details-page-wrapper .details-page-content .counter-dark {
    display: none;
}

@media (max-width: 576px) {
    .details-page-wrapper .details-page-content .counter-dark,
    .details-page-wrapper .details-page-content .counter-light {
        width: 210px;
    }
}

.details-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

@media (max-width: 576px) {
    .details-navigation {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.details-navigation .single-navigation {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 991px) {
    .details-navigation .single-navigation {
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .details-navigation .single-navigation {
        gap: 10px;
    }
}

.details-navigation .single-navigation .arrow {
    min-width: 88px;
    max-width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #9B3922;
    font-family: var(--font-dm-sans);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: 0.7s;
}

@media (max-width: 767px) {
    .details-navigation .single-navigation .arrow {
        min-width: 75px;
        max-width: 75px;
        height: 75px;
    }
}

@media (max-width: 576px) {
    .details-navigation .single-navigation .arrow {
        min-width: 70px;
        max-width: 70px;
        height: 70px;
    }
}

.details-navigation .single-navigation .arrow svg {
    fill: #9B3922;
    transition: 0.5s;
}

.details-navigation .single-navigation .arrow:hover {
    color: var(--white-color);
    box-shadow: inset 0 0 0 10em #9B3922;
}

.details-navigation .single-navigation .arrow:hover svg {
    fill: var(--white-color);
}

.details-navigation .single-navigation .content {
    max-width: 320px;
    width: 100%;
}

.details-navigation .single-navigation .content h6 {
    margin-bottom: 0;
}

.details-navigation .single-navigation .content h6 a {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.5;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .details-navigation .single-navigation .content h6 a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .details-navigation .single-navigation .content h6 a {
        font-size: 17px;
        line-height: 24px;
    }
}

.details-navigation .single-navigation .content h6 a:hover {
    color: #9B3922;
}

.details-navigation.two {
    padding: 35px 30px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    position: relative;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .details-navigation.two {
        padding: 25px 15px;
    }
}

@media (max-width: 991px) {
    .details-navigation.two {
        padding: 25px 15px;
    }
}

.details-navigation.two::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 88px;
    background-color: var(--border-color);
}

@media (max-width: 767px) {
    .details-navigation.two::before {
        display: none;
    }
}

.comment-and-form-area .comment-area {
    border: 1px solid #eee;
    padding: 60px 88px;
}

@media (max-width: 1399px) {
    .comment-and-form-area .comment-area {
        padding: 60px;
    }
}

@media (max-width: 1199px) {
    .comment-and-form-area .comment-area {
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .comment-and-form-area .comment-area {
        padding: 40px 25px;
    }
}

.comment-and-form-area .comment-area .comment-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.comment-and-form-area .comment-area .comment-title h4 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .comment-and-form-area .comment-area .comment-title h4 {
        font-size: 25px;
    }
}

.comment-and-form-area .comment-area .comment {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-and-form-area .comment-area .comment>li {
    margin-bottom: 40px;
}

.comment-and-form-area .comment-area .comment>li>.single-comment-area {
    margin-bottom: 24px;
}

.comment-and-form-area .comment-area .comment>li:last-child {
    margin-bottom: 0;
}

.comment-and-form-area .comment-area .comment .single-comment-area {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

@media (max-width: 576px) {
    .comment-and-form-area .comment-area .comment .single-comment-area {
        gap: 15px;
        flex-wrap: wrap;
    }
}

.comment-and-form-area .comment-area .comment .single-comment-area .author-img img {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg h6 {
    line-height: 1;
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 576px) {
    .comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg h6 {
        font-size: 15px;
    }
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg span {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content p {
    margin-bottom: 12px;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    cursor: pointer;
    transition: 0.35s;
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn svg {
    transition: 0.35s;
    fill: var(--paragraph-color);
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn:hover {
    color: var(--primary-color);
}

.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn:hover svg {
    fill: var(--primary-color);
}

.comment-and-form-area .comment-area .comment .comment-replay {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 70px;
    border-top: 1px solid #eee;
    padding-top: 24px;
}

@media (max-width: 576px) {
    .comment-and-form-area .comment-area .comment .comment-replay {
        margin-left: 25px;
    }
}

.comment-and-form-area .comment-area .comment .comment-replay>li {
    margin-bottom: 30px;
}

.comment-and-form-area .comment-area .comment .comment-replay>li:last-child {
    margin-bottom: 0;
}

.comment-and-form-area .inquiry-form {
    background: #F0F0F0;
    border-radius: 10px;
    padding: 60px 88px;
}

@media (max-width: 1399px) {
    .comment-and-form-area .inquiry-form {
        padding: 60px;
    }
}

@media (max-width: 1199px) {
    .comment-and-form-area .inquiry-form {
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .comment-and-form-area .inquiry-form {
        padding: 40px 25px;
    }
}

@media (max-width: 576px) {
    .comment-and-form-area .inquiry-form {
        padding: 35px 15px;
    }
}

.comment-and-form-area .inquiry-form .title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .comment-and-form-area .inquiry-form .title {
        margin-bottom: 20px;
    }
}

.comment-and-form-area .inquiry-form .title h4 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .comment-and-form-area .inquiry-form .title h4 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .comment-and-form-area .inquiry-form .title h4 {
        font-size: 28px;
    }
}

.comment-and-form-area .inquiry-form .form-check {
    min-height: unset;
    margin-bottom: 0;
}

.comment-and-form-area .inquiry-form .form-check .form-check-input {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin-top: 5px;
}

.comment-and-form-area .inquiry-form .form-check .form-check-input:focus {
    box-shadow: none;
}

.comment-and-form-area .inquiry-form .form-check .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.comment-and-form-area .inquiry-form .form-check .form-check-input[type=checkbox] {
    border-radius: unset;
}

.comment-and-form-area .inquiry-form .form-check .form-check-label {
    cursor: pointer;
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
}

.comment-and-form-area .inquiry-form .form-check .form-check-label span {
    color: var(--title-color);
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
}

@media (max-width: 576px) {
    .comment-and-form-area .inquiry-form .form-check .form-check-label {
        font-size: 14px;
    }
}

.comment-and-form-area .inquiry-form .form-inner input {
    background-color: var(--white-color);
}

.comment-and-form-area .inquiry-form .form-inner textarea {
    background-color: var(--white-color);
}

.comment-and-form-area .inquiry-form .form-inner textarea:focus {
    outline: none;
    border: 1px solid var(--title-color);
}

.comment-and-form-area .inquiry-form .form-inner .primary-btn1 {
    text-transform: uppercase;
}

.comment-and-form-area .inquiry-form .form-inner .primary-btn1:hover svg path {
    stroke: var(--white-color);
}

.comment-and-form-area.two .comment-area {
    border: unset;
    padding: 0;
}

.addithonal-information .cart-table {
    width: 100%;
}

@media (max-width: 767px) {
    .addithonal-information .cart-table {
        margin-bottom: 30px;
    }
}

.addithonal-information .cart-table thead tr {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.addithonal-information .cart-table thead tr th {
    color: var(--title-color);
    font-family: var(--font-outfit);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 20px 15px;
}

@media (max-width: 767px) {
    .addithonal-information .cart-table thead tr th {
        display: none;
    }
}

.addithonal-information .cart-table thead tr th:first-child {
    padding-left: 0;
}

.addithonal-information .cart-table tbody tr {
    border-bottom: 1px solid var(--white-color2);
}

.addithonal-information .cart-table tbody tr td {
    padding: 23px 15px;
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.addithonal-information .cart-table tbody tr td span {
    color: var(--paragraph-color);
}

.addithonal-information .cart-table tbody tr td:first-child {
    padding-left: 0;
}

@media (max-width: 767px) {
    .addithonal-information .cart-table tbody tr td {
        text-align: right;
    }
}

.addithonal-information .cart-table tbody tr td .product-info-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .addithonal-information .cart-table tbody tr td .product-info-wrapper {
        align-items: flex-end;
        flex-direction: column;
    }
}

.addithonal-information .cart-table tbody tr td .product-info-wrapper .product-info-img img {
    height: 144px;
    max-width: 120px;
    max-height: 144px;
}

.addithonal-information .cart-table tbody tr td .product-info-wrapper .product-info-content h6 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
    max-width: 215px;
}

.addithonal-information .cart-table tbody tr td .product-info-wrapper .product-info-content p {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
}

.addithonal-information .cart-table tbody tr td .product-info-wrapper .product-info-content p span {
    color: var(--title-color);
    font-weight: 400;
    font-family: var(--font-outfit);
}

.addithonal-information .cart-table tbody tr td .product-info-wrapper .product-info-content .quantity-area .quantity {
    display: flex;
    gap: 5px;
}

.addithonal-information .cart-table tbody tr td .product-info-wrapper .product-info-content .quantity-area .quantity a {
    height: 24px;
    width: 34px;
    background: #fff;
    border: 1px solid var(--white-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--title-color);
    font-weight: 600;
    cursor: pointer;
    transition: 0.35s;
    margin-bottom: 15px;
}

.addithonal-information .cart-table tbody tr td .product-info-wrapper .product-info-content .quantity-area .quantity a i {
    color: var(--title-color);
    transition: 0.35s;
}

.addithonal-information .cart-table tbody tr td .product-info-wrapper .product-info-content .quantity-area .quantity a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.addithonal-information .cart-table tbody tr td .product-info-wrapper .product-info-content .quantity-area .quantity a:hover i {
    color: var(--title-color);
}

.addithonal-information .cart-table tbody tr td .product-info-wrapper .product-info-content .quantity-area .quantity input {
    height: 24px;
    width: 34px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--title-color);
    border: 1px solid var(--white-color2);
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.addithonal-information .cart-table tbody tr td .product-info-wrapper .product-info-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .addithonal-information .cart-table tbody tr td .product-info-wrapper .product-info-content ul {
        justify-content: flex-end;
    }
}

.addithonal-information .cart-table tbody tr td .product-info-wrapper .product-info-content ul li {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    position: relative;
    transition: 0.5s;
    text-transform: capitalize;
    text-decoration: underline;
}

.addithonal-information .cart-table tbody tr td .product-info-wrapper .product-info-content ul li:hover {
    color: var(--title-color);
    background-color: var(--primary-color);
}

@media (max-width: 767px) {
    .addithonal-information .cart-table tbody tr td {
        display: block;
        width: 100%;
        text-align: right;
        position: relative;
        padding: 15px;
    }
    .addithonal-information .cart-table tbody tr td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        color: var(--title-color);
        font-family: var(--font-outfit);
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
    }
}

@media (max-width: 767px) and (max-width: 576px) {
    .addithonal-information .cart-table tbody tr td::before {
        font-size: 13px;
        font-weight: 700;
    }
}

/*=====================================
  44. About Us Section
========================================*/

.our-brand-section .our-brand-content h2 {
    font-family: var(--font-outfit);
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: var(--title-color);
    margin-bottom: 35px;
}

.our-brand-section .our-brand-content p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.our-value-section .value-content h3 {
    font-family: Outfit;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    margin-bottom: 20px;
}

.our-value-section .value-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.our-value-section .value-content ul li {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: var(--paragraph-color);
    margin-bottom: 20px;
}

/*=====================================
  45. Blog standard section
========================================*/

.blog-standers-section .shop-sidebar .single-widgets .widget-title {
    margin-bottom: 25px;
}

.blog-standers-section .shop-sidebar .single-widgets .widget-title h5 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.blog-standers-section .shop-sidebar .single-widgets .latest-blog {
    display: flex;
    gap: 14px;
    align-items: center;
}

.blog-standers-section .shop-sidebar .single-widgets .latest-blog .latest-blog-image img {
    min-height: 71px;
    min-width: 82px;
}

.blog-standers-section .shop-sidebar .single-widgets .latest-blog .latest-blog-content h6 a {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--title-color);
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    margin-bottom: 8px;
    transition: 0.35s;
}

.blog-standers-section .shop-sidebar .single-widgets .latest-blog .latest-blog-content h6 a:hover {
    color: var(--primary-color);
}

.blog-standers-section .shop-sidebar .single-widgets .latest-blog .latest-blog-content a {
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: var(--paragraph-color);
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
    transition: 0.35s;
}

.blog-standers-section .shop-sidebar .single-widgets .latest-blog .latest-blog-content a:hover {
    color: var(--primary-color);
}

.blog-standers-section .shop-sidebar .single-widgets .wp-block-tag-cloud {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
}

.blog-standers-section .shop-sidebar .single-widgets .wp-block-tag-cloud li {
    display: flex;
}

.blog-standers-section .shop-sidebar .single-widgets .wp-block-tag-cloud li a {
    border: 1px solid var(--white-color2);
    color: var(--paragraph-color);
    font-family: var(--font-outfit);
    font-size: 12px;
    font-weight: 400;
    padding: 6px 25px;
    transition: 0.35s;
}

.blog-standers-section .shop-sidebar .single-widgets .wp-block-tag-cloud li a:hover {
    border: 1px solid var(--title-color);
    color: var(--title-color);
}

.blog-standers-section .shop-sidebar .single-widgets .checkbox-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-standers-section .shop-sidebar .single-widgets .checkbox-container ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.blog-standers-section .shop-sidebar .single-widgets .checkbox-container ul li:last-child {
    margin-bottom: 0;
}

.blog-standers-section .shop-sidebar .single-widgets .checkbox-container ul li .containerss {
    display: flex;
    gap: 5px;
    width: 100%;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.blog-standers-section .shop-sidebar .single-widgets .checkbox-container ul li .containerss span {
    color: var(--paragraph-color);
    line-height: 1;
    text-transform: capitalize;
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.blog-standers-section .shop-sidebar .single-widgets .checkbox-container ul li .containerss input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.blog-standers-section .shop-sidebar .single-widgets .checkbox-container ul li .containerss input:checked~.checkmark {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.blog-standers-section .shop-sidebar .single-widgets .checkbox-container ul li .containerss input:checked~.checkmark::after {
    content: url(../image/inner-page/icon/checkbox-check.svg);
    left: 2px;
    top: -3px;
    position: absolute;
}

.blog-standers-section .shop-sidebar .single-widgets .checkbox-container ul li .containerss .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
}

.blog-standers-section .shop-sidebar .single-widgets.widget_search {
    border: none;
    padding: 0;
}

.blog-standers-section .shop-sidebar .single-widgets.widget_search .wp-block-search__inside-wrapper {
    display: flex;
    align-items: center;
}

.blog-standers-section .shop-sidebar .single-widgets.widget_search .wp-block-search__inside-wrapper input {
    background-color: #F8F8F8;
    color: #5E5E5E;
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 300;
    border: none;
    outline: none;
    width: 100%;
    padding: 0px 25px;
    height: 52px;
    border-radius: unset;
}

.blog-standers-section .shop-sidebar .single-widgets.widget_search .wp-block-search__inside-wrapper button {
    min-width: 52px;
    max-width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: var(--title-color);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.blog-standers-section .shop-sidebar .single-widgets.widget_search .wp-block-search__inside-wrapper button svg {
    fill: var(--white-color);
}

.blog-standers-section .shop-sidebar .single-widgets.widget_search .wp-block-search__inside-wrapper button::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--primary-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.blog-standers-section .shop-sidebar .single-widgets.widget_search .wp-block-search__inside-wrapper button:hover svg {
    fill: var(--primary-color3);
}

.blog-standers-section .shop-sidebar .single-widgets.widget_search .wp-block-search__inside-wrapper button:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.blog-standers-section .blog-stndard-card .blog-standard-image {
    position: relative;
    margin-bottom: 23px;
    overflow: hidden;
}

.blog-standers-section .blog-stndard-card .blog-standard-image>a {
    position: relative;
    display: block;
}

.blog-standers-section .blog-stndard-card .blog-standard-image>a img {
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease-out;
}

.blog-standers-section .blog-stndard-card .blog-standard-image>a::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.blog-standers-section .blog-stndard-card .blog-standard-image .date {
    position: absolute;
    top: 14px;
    left: 0px;
    z-index: 1;
}

.blog-standers-section .blog-stndard-card .blog-standard-image .date span a {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--white-color);
    background: var(--title-color);
    padding: 6px 10px;
}

.blog-standers-section .blog-stndard-card .blog-standard-content span {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--paragraph-color);
    display: inline-block;
    margin-bottom: 10px;
}

.blog-standers-section .blog-stndard-card .blog-standard-content h3 {
    margin-bottom: 15px;
}

.blog-standers-section .blog-stndard-card .blog-standard-content h3 a {
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: var(--title-color);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-standers-section .blog-stndard-card .blog-standard-content h3 a {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .blog-standers-section .blog-stndard-card .blog-standard-content h3 a {
        font-size: 25px;
    }
}

.blog-standers-section .blog-stndard-card .blog-standard-content p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    color: var(--paragraph-color);
    margin-bottom: 23px;
}

@media (max-width: 767px) {
    .blog-standers-section .blog-stndard-card .blog-standard-content p {
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    .blog-standers-section .blog-stndard-card .blog-standard-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.blog-standers-section .blog-stndard-card .blog-standard-content .primary-btn {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--title-color);
    background: transparent;
    border: 1px solid var(--title-color);
    padding: 17px 20px;
    position: relative;
}

.blog-standers-section .blog-stndard-card .blog-standard-content .primary-btn:hover {
    color: var(--white-color);
}

.blog-standers-section .blog-stndard-card:hover .blog-standard-image a img {
    transform: scale(1.1);
}

.blog-standers-section .blog-stndard-card:hover .blog-standard-image a::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

/*=====================================
  46.  Faq section strats
========================================*/

.faq-section .faq-wrap .accordion .accordion-item {
    border-radius: 10px;
    background-color: transparent;
    margin-bottom: 10px;
    border: none;
}

@media (max-width: 576px) {
    .faq-section .faq-wrap .accordion .accordion-item {
        border-radius: 10px;
    }
}

.faq-section .faq-wrap .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-section .faq-wrap .accordion .accordion-item .accordion-header {
    border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
}

.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    border: none;
    border-radius: unset;
    box-shadow: none;
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    background-color: transparent;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 17px;
        line-height: 1.5;
    }
}

.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    content: "\f64d";
    font-family: bootstrap-icons;
    background: transparent;
    font-weight: 600;
    transition: 0.5s;
}

@media (max-width: 767px) {
    .faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
        width: 26px;
        height: 26px;
        font-size: 20px;
    }
}

.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: unset;
    border-bottom: 1px solid var(--primary-color);
}

.faq-section .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f2ea";
    color: var(--primary-color);
}

.faq-section .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 17px 0;
    font-family: var(--font-dm-sans);
    color: #545454;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
}

@media (max-width: 576px) {
    .faq-section .faq-wrap .accordion .accordion-item .accordion-body {
        padding: 15px 0px;
    }
}

.enquery-section .enquery-form-wrapper {
    max-width: 872px;
    width: 100%;
    border: 1px solid rgba(238, 238, 238, 0.9333333333);
    padding: 70px 90px;
    margin: 0 auto;
    background: #EFF8FF;
}

@media (max-width: 1199px) {
    .enquery-section .enquery-form-wrapper {
        padding: 70px 60px;
    }
}

@media (max-width: 991px) {
    .enquery-section .enquery-form-wrapper {
        padding: 60px 50px;
    }
}

@media (max-width: 767px) {
    .enquery-section .enquery-form-wrapper {
        padding: 50px 30px;
    }
}

@media (max-width: 576px) {
    .enquery-section .enquery-form-wrapper {
        padding: 45px 20px;
    }
}

.enquery-section .enquery-form-wrapper.style-2 {
    background: transparent;
}

.enquery-section .enquery-form-wrapper.style-2 form .form-inner input {
    background: #F5F5F5;
}

.enquery-section .enquery-form-wrapper.style-2 form .form-inner textarea {
    background: #F5F5F5;
}

.enquery-section .enquery-form-wrapper.style-3 {
    background: transparent;
    padding: 20px 30px;
}

.enquery-section .enquery-form-wrapper.style-3 form .form-inner input {
    background: #F5F5F5;
}

.enquery-section .enquery-form-wrapper.style-3 form .form-inner textarea {
    background: #F5F5F5;
}

.enquery-section .enquery-form-wrapper .form-title {
    max-width: 540px;
    width: 100%;
    margin-bottom: 55px;
}

@media (max-width: 991px) {
    .enquery-section .enquery-form-wrapper .form-title {
        margin-bottom: 45px;
    }
}

@media (max-width: 576px) {
    .enquery-section .enquery-form-wrapper .form-title {
        margin-bottom: 35px;
    }
}

.enquery-section .enquery-form-wrapper .form-title h4 {
    font-family: var(--font-outfit);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: var(--title-color);
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.enquery-section .enquery-form-wrapper .form-title p {
    margin-bottom: 0;
}

/*=====================================
  47.  Enquery-section
========================================*/

.form-check {
    min-height: unset;
    margin-bottom: 0;
}

.form-check .form-check-input {
    cursor: pointer;
    height: 14px;
    width: 14px;
    border-color: #eee;
}

.form-check .form-check-input:focus {
    box-shadow: unset;
    border-color: #eee;
}

.form-check .form-check-input[type=checkbox] {
    border-radius: unset;
}

.form-check .form-check-input:checked {
    background-color: #0C4BED;
    border-color: #0C4BED;
}

.form-check .form-check-label {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
    color: var(--paragraph-color);
    cursor: pointer;
}

.form-check .form-check-label strong {
    font-weight: 700;
    color: var(--title-color);
}

/*=====================================
  48. Contact Page section
========================================*/

.ofline-store-location-section .single-location {
    padding: 35px 20px 28px;
    border: 1px solid rgba(238, 238, 238, 0.9333333333);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ofline-store-location-section .single-location {
        padding: 30px 15px 28px;
    }
}

.ofline-store-location-section .single-location .title-and-view-btn {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ofline-store-location-section .single-location .title-and-view-btn {
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .ofline-store-location-section .single-location .title-and-view-btn {
        gap: 25px;
    }
}

.ofline-store-location-section .single-location .title-and-view-btn h6 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ofline-store-location-section .single-location .title-and-view-btn h6 {
        font-size: 17px;
    }
}

.ofline-store-location-section .single-location .title-and-view-btn a {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: left;
    color: var(--title-color);
    text-transform: capitalize;
    text-decoration: underline;
    transition: 0.35s;
}

.ofline-store-location-section .single-location .title-and-view-btn:hover a {
    color: var(--primary-color);
}

.ofline-store-location-section .single-location ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ofline-store-location-section .single-location ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    line-height: 1;
    margin-bottom: 10px;
}

.ofline-store-location-section .single-location ul li:last-child {
    margin-bottom: 0;
}

.ofline-store-location-section .single-location ul li .icon {
    border: 1px solid #EEEEEE;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
}

.ofline-store-location-section .single-location ul li .icon svg {
    fill: var(--title-color);
}

.ofline-store-location-section .single-location ul li .info {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: var(--paragraph-color);
    text-transform: capitalize;
}

.ofline-store-location-section .single-location ul li .info a {
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: left;
    color: var(--paragraph-color);
}

.ofline-store-location-section .single-location ul li:hover .icon {
    background-color: var(--title-color);
}

.ofline-store-location-section .single-location ul li:hover .icon svg {
    fill: var(--white-color);
}

.contact-map-section {
    overflow: hidden;
    line-height: 1;
    margin-bottom: -2px;
}

.contact-map-section iframe {
    width: 100%;
    height: 100%;
    min-height: 620px;
    filter: invert(1) hue-rotate(180deg) brightness(0.7) grayscale(1);
}

@media (max-width: 1399px) {
    .contact-map-section iframe {
        min-height: 550px;
    }
}

@media (max-width: 991px) {
    .contact-map-section iframe {
        min-height: 500px;
    }
}

@media (max-width: 576px) {
    .contact-map-section iframe {
        min-height: 450px;
    }
}

/*=====================================
  49. banner and menu section
========================================*/

.category-list-area {
    border: 1px solid #eee;
    width: 100%;
    border-top: unset;
}

.category-list-area h6 {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 0;
    padding: 14px 25px;
    border-bottom: 1px solid #eee;
}

.category-list-area .category-btn {
    padding: 9px 15px;
    background-color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

@media (max-width: 576px) {
    .category-list-area .category-btn {
        gap: 7px;
    }
}

.category-list-area .category-btn svg {
    fill: var(--title-color);
    stroke: var(--title-color);
}

.category-list-area .category-btn span {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

.category-list-area .category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-list-area .category-list li {
    padding: 0 25px;
    position: relative;
}

.category-list-area .category-list li a {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    color: var(--paragraph-color);
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: block;
    transition: 0.45s;
}

.category-list-area .category-list li a:hover {
    color: var(--primary-color2);
}

.category-list-area .category-list li a span {
    font-size: 12px;
    line-height: 1;
    background-color: #9B3922;
    display: inline-block;
    padding: 3px 6px;
    color: var(--white-color);
}

.category-list-area .category-list li i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.category-list-area .category-list li .sub-category {
    position: absolute;
    left: 248px;
    width: 250px;
    top: 0;
    background-color: var(--white-color);
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    z-index: 99;
}

.category-list-area .category-list li .sub-category li {
    padding: 0;
}

.category-list-area .category-list li .sub-category li a {
    font-size: 14px;
    padding: 12px 15px;
    text-transform: capitalize;
}

.category-list-area .category-list li .sub-category li:last-child a {
    border-bottom: unset;
}

.category-list-area .category-list li>.sub-category {
    left: 304px;
}

@media (max-width: 1399px) {
    .category-list-area .category-list li>.sub-category {
        left: 259px;
    }
}

@media (max-width: 1199px) {
    .category-list-area .category-list li>.sub-category {
        left: 214px;
    }
}

.category-list-area .category-list li>.sub-category .sub-category {
    left: 248px;
}

.category-list-area .category-list li:last-child a {
    border-bottom: unset;
}

@media (min-width: 992px) {
    .category-list-area .category-list>li:hover>.sub-category {
        display: block;
        animation: fade-up 0.45s linear;
    }
}

@media (min-width: 992px) {
    .category-list-area .category-list>li>.sub-category li:hover .sub-category {
        display: block;
        animation: fade-up 0.45s linear;
    }
}

.category-list-area.two {
    border: unset;
    position: relative;
}

.category-list-area.two .category-menu-list {
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--white-color);
    min-width: 270px;
    z-index: 9999;
    height: 100%;
    overflow: auto;
    border-left: 1px solid rgba(13, 23, 32, 0.0784313725);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.6s ease 0s;
    padding: 60px 0;
    transform-origin: left;
    transform: translateX(100%);
}

.category-list-area.two .category-menu-list.active {
    transform: translateX(0);
}

.category-list-area.two .category-menu-list .category-menu-close {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid var(--title-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.category-list-area.two .category-menu-list .category-menu-close svg {
    fill: var(--title-color);
    transition: 0.5s;
}

.category-list-area.two .category-menu-list .category-menu-close:hover {
    background-color: #1E1E1E;
}

.category-list-area.two .category-menu-list .category-menu-close:hover svg {
    fill: var(--white-color);
}

.category-list-area.two .category-menu-list .category-list .has-sub-category .category-dropdown-icon {
    font-size: 20px;
    text-align: center;
    color: var(--title-color);
    font-style: normal;
    position: absolute;
    right: 30px;
    top: 7px;
    transform: unset;
    z-index: 999;
    cursor: pointer;
    transition: all 0.5s ease-out 0s;
}

.category-list-area.two .category-menu-list .category-list .has-sub-category .category-dropdown-icon.active::before {
    content: "\f2ea";
}

.category-list-area.two .category-menu-list .category-list .sub-category {
    position: static;
    min-width: 200px;
    max-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
    margin-left: 10px;
    padding: 10px 0;
}

.category-list-area.two .category-menu-list .category-list .sub-category li a {
    padding: 8px 0;
}

.category-list-area.two .category-menu-list .category-list .sub-category li .category-dropdown-icon {
    right: 10px;
    top: 2px;
}

.banner-and-menu-area .menu-area .main-menu {
    display: inline-block;
    position: relative;
}

.banner-and-menu-area .menu-area .main-menu .mobile-menu-logo {
    display: none;
}

.banner-and-menu-area .menu-area .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.banner-and-menu-area .menu-area .main-menu ul>li {
    display: inline-block;
    position: relative;
    padding: 15px 10px;
}

.banner-and-menu-area .menu-area .main-menu ul>li.position-inherit {
    position: inherit;
}

@media (max-width: 991px) {
    .banner-and-menu-area .menu-area .main-menu ul>li.position-inherit {
        position: relative;
    }
}

.banner-and-menu-area .menu-area .main-menu ul>li:first-child {
    padding-left: 0;
}

.banner-and-menu-area .menu-area .main-menu ul>li>a {
    color: var(--title-color);
    display: block;
    text-transform: uppercase;
    padding: 4px 13px;
    position: relative;
    font-family: var(--font-outfit);
    font-weight: 500;
    font-size: 14px;
    transition: all 0.5s ease-out 0s;
    position: relative;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 13px;
}

@media (max-width: 991px) {
    .banner-and-menu-area .menu-area .main-menu ul>li>a {
        padding: 32px 9px;
        border: none;
    }
}

.banner-and-menu-area .menu-area .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 7px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}

@media (max-width: 991px) {
    .banner-and-menu-area .menu-area .main-menu ul>li i {
        opacity: 1;
    }
}

.banner-and-menu-area .menu-area .main-menu ul>li i.active::before {
    content: "\f2ea";
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
    margin: 0;
    display: none;
    min-width: 280px;
    background: var(--white-color);
    border: 1px solid #eee;
    text-align: left;
    padding: 25px 0;
    z-index: 99;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.style-2 {
    z-index: 99;
    top: 53px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li {
    padding: 0;
    display: block;
    position: relative;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--title-color);
    font-size: 20px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li .dropdown-icon {
    color: rgba(0, 0, 0, 0.7);
    opacity: 1;
    top: 10px;
    font-size: 13px;
    right: 15px;
}

@media (max-width: 1199px) {
    .banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li .dropdown-icon {
        right: 0;
        color: rgba(0, 0, 0, 0.7);
        top: 6px;
        font-size: 20px;
    }
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li>a {
    display: block;
    padding: 9px 34px;
    font-family: var(--font-outfit);
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.4;
    transition: all 0.4s ease-out 0s;
    position: relative;
    border-radius: 0;
    border: none;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li>a::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--title-color);
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

@media (max-width: 991px) {
    .banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li>a::after {
        left: 0;
    }
}

@media (min-width: 1200px) {
    .banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li>a:hover {
        color: #CACACA;
        padding-left: 44px;
    }
}

@media (min-width: 1200px) and (max-width: 991px) {
    .banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li>a:hover {
        padding-left: 18px;
    }
}

@media (min-width: 1200px) {
    .banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li>a:hover::before {
        transform: scale(1);
    }
    .banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li>a:hover::after {
        opacity: 1;
    }
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li>a.active {
    color: var(--title-color);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li>a.active::before {
    transform: scale(1);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li:hover>a {
    color: var(--title-color);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li:hover .dropdown-icon {
    color: var(--title-color);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li:hover .dropdown-icon2 {
    color: var(--title-color);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li.active>a {
    color: var(--title-color);
    font-weight: 600;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li.active .dropdown-icon {
    color: var(--title-color);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li.active .dropdown-icon2 {
    color: var(--title-color);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li .sub-menu {
    left: 100%;
    position: absolute;
    max-width: 280px;
    min-width: 280px;
    background: var(--white-color);
    top: 0;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li .sub-menu::before {
    display: none;
    visibility: hidden;
}

@media (max-width: 1199px) {
    .banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: transparent;
        top: 0;
    }
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li .sub-menu>li i {
    display: block;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu>li:last-child {
    border-bottom: none;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu {
    width: 100%;
    animation: fade-up2 0.45s linear;
    max-width: 1200px;
    min-width: 1200px;
    left: 50%;
    top: 53px;
    transform: translateX(-50%);
    padding: 35px 25px;
    z-index: 99;
}

@media (max-width: 1399px) {
    .banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu {
        max-width: 1100px;
        min-width: 1100px;
    }
}

@media (max-width: 1199px) {
    .banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu {
        max-width: 950px;
        min-width: 950px;
    }
}

@media (max-width: 991px) {
    .banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu {
        max-width: 100%;
        min-width: 100%;
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        animation: unset;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        transform: translateY(0px);
        margin-left: 10px;
        padding: 10px 0;
    }
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items {
    margin-bottom: 30px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items:last-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items {
        margin-bottom: 20px;
    }
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items h6 {
    font-family: var(--font-outfit);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--title-color);
}

@media (max-width: 991px) {
    .banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items h6 {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list {
        padding: 0;
    }
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li {
    padding: 0;
    display: block;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a {
    display: block;
    padding: 9px 0;
    font-family: var(--font-outfit);
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.4;
    transition: all 0.4s ease-out 0s;
    position: relative;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--title-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

@media (max-width: 991px) {
    .banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a::after {
        left: 0;
    }
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a:hover {
    padding-left: 15px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .menu-list li a:hover::after {
    opacity: 1;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card {
    margin-top: 15px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a {
    width: 100%;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch {
    position: absolute;
    left: 0;
    top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch>span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.3px;
    background-color: #C36A2D;
    padding: 5px 10px;
    z-index: 1;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch>span.new {
    background-color: #9B3922;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch>span.style-2 {
    background-color: var(--title-color);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img>a .batch>span.style-3 {
    background-color: #CC2131;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .out-of-stock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .out-of-stock span {
    color: var(--title-color);
    text-align: center;
    font-size: 15px;
    font-family: var(--font-outfit);
    font-weight: 500;
    background-color: var(--white-color);
    border: 1px solid var(--black-color);
    padding: 8px 25px;
    white-space: nowrap;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay {
    background: rgba(33, 33, 33, 0.3000000119);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.5s;
    padding-bottom: 15px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay .cart-area .add-cart-btn {
    color: var(--white-color);
    text-align: center;
    font-size: 15px;
    font-family: var(--font-outfit);
    font-weight: 500;
    background: var(--title-color);
    padding: 10px 28px;
    display: flex;
    align-items: baseline;
    border-radius: 100px;
    gap: 7px;
    transition: 0.5s;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay .cart-area .add-cart-btn.style-2 {
    background: var(--white-color);
    color: var(--title-color);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay .cart-area .add-cart-btn.style-2:hover {
    color: var(--white-color);
    background: var(--title-color);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .overlay .cart-area .add-cart-btn:hover {
    color: var(--title-color);
    background: var(--white-color);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area {
    position: absolute;
    top: 7px;
    right: 7px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: scaleX(0);
    transform-origin: right;
    opacity: 0;
    transition: 0.5s;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li {
    margin-bottom: 5px;
    transition: 0.5s;
    padding: 0;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li:last-child {
    margin-bottom: 0;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li>a {
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    transition: 0.5s;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li>a svg {
    fill: var(--title-color);
    transition: 0.5s;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li:hover>a {
    background-color: var(--title-color);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-img .view-and-favorite-area>ul li:hover>a svg {
    fill: var(--white-color);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content {
    padding-top: 25px;
    padding-bottom: 10px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px;
    gap: 8px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating ul li {
    line-height: 1;
    padding: 0;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating ul li.style-2 i {
    color: #A0A0A0;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating ul li i {
    color: #ffc107;
    font-size: 12px;
    position: relative;
    right: unset;
    top: unset;
    display: inherit;
    opacity: 1;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .rating span {
    color: var(--paragraph-color2);
    font-size: 13px;
    font-family: var(--font-outfit);
    line-height: 1;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content h6 {
    margin-bottom: 10px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content h6 a {
    color: var(--title-color);
    font-size: 16px;
    font-family: var(--font-outfit);
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    margin-bottom: 18px;
    line-height: 1;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content p {
    margin-bottom: 20px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content p a {
    color: #878585;
    text-align: center;
    font-size: 15px;
    font-family: var(--font-outfit);
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: 0.5s;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content p a:hover {
    color: var(--paragraph-color);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .price {
    color: var(--title-color);
    font-size: 14px;
    font-family: var(--font-dm-sans);
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .price del {
    color: var(--paragraph-color);
    font-size: 14px;
    font-family: var(--font-dm-sans);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: relative;
    padding: 0;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li span {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background: var(--title-color);
    color: var(--white-color);
    padding: 5px 6px;
    transform: scaleY(0);
    transition: 0.5s;
    opacity: 0;
    margin-top: -20px;
    position: absolute;
    top: -10px;
    left: -16px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li span::after {
    content: "";
    height: 16px;
    width: 14.42px;
    background: var(--title-color);
    position: absolute;
    left: 48%;
    transform: translateX(-50%) rotate(45deg);
    top: 13px;
    border-bottom: none;
    border-right: none;
    z-index: -1;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li:hover span {
    opacity: 1;
    transform: scaleY(1);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.medium-brown {
    background: #643623;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.dark-lavender {
    background: #5F549E;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.amber-yellow {
    background: #FBB449;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.amber-yellow2 {
    background: #FFC107;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.green {
    background: #199033;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.black {
    background: var(--title-color);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.yellow {
    background: #E5E342;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.beaver {
    background: #77685A;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.cyan-blue {
    background: #0191B2;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.persian-red {
    background: #CC2131;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.rhino {
    background: #7A7D8A;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.claret {
    background: #90194B;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.pale-goldenrod {
    background: #D9D8AA;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.trendsetter {
    background: #8F549E;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.picton-blue {
    background: #49C5FB;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.resolution-blue {
    background: #191E90;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.lavender-gray {
    background: #B5B1CD;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.shadow {
    background: #776750;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.santa-fe {
    background: #9C503E;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.golden-brown {
    background: #9F6B1B;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.dark-green {
    background: #1D6C2F;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.imperial-blue {
    background: #253B80;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.powder-ash {
    background: rgba(191, 198, 192, 0.8);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .color-tag li.plus-icon {
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .product-size {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 5px;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .product-size li {
    padding: 5px 6px;
    border: 1px solid var(--paragraph-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: var(--font-outfit);
    color: var(--title-color);
    cursor: pointer;
    line-height: 1.2;
    transition: 0.5s;
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card .product-card-content .product-size li:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card:hover .product-card-img .overlay {
    opacity: 1;
    transform: scaleY(1);
}

.banner-and-menu-area .menu-area .main-menu ul>li .sub-menu.mega-menu .megamenu-items .product-card:hover .product-card-img .view-and-favorite-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: scaleX(1);
    opacity: 1;
}

.banner-and-menu-area .menu-area .main-menu ul>li:hover>a {
    border-color: var(--white-color);
}

@media (max-width: 1199px) {
    .banner-and-menu-area .menu-area .main-menu ul>li:hover>a {
        border: none;
    }
}

@media (min-width: 992px) {
    .banner-and-menu-area .menu-area .main-menu ul>li:hover>.sub-menu {
        display: block;
        animation: fade-up 0.45s linear;
    }
}

@media (min-width: 992px) {
    .banner-and-menu-area .menu-area .main-menu ul>li:hover>.sub-menu.mega-menu {
        display: block;
        animation: fade-up2 0.45s linear;
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden;
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        visibility: visible;
    }
}

.banner-and-menu-area .menu-area .main-menu ul>li.active>a {
    border-color: var(--white-color);
}

@media (max-width: 991px) {
    .banner-and-menu-area .menu-area .main-menu ul>li.active>a {
        border: none;
    }
}

.banner-and-menu-area .menu-area .main-menu ul>li.active .dropdown-icon2 {
    color: var(--primary-color);
}

.banner-and-menu-area .menu-area .main-menu ul li.menu-item-has-children>i {
    display: block;
}

@media (max-width: 991px) {
    .banner-and-menu-area .menu-area .dd--none {
        display: none;
        visibility: hidden;
    }
    .banner-and-menu-area .menu-area .mobile-logo-area {
        justify-content: center !important;
    }
    .banner-and-menu-area .menu-area .dropdown-icon {
        color: var(--white-color);
        opacity: 1 !important;
    }
    .banner-and-menu-area .menu-area .form-inner input {
        width: 100%;
        background-color: transparent;
        border: none;
        font-size: 14px;
        font-weight: 500;
        font-family: var(--font-dm-sans);
        color: var(--white-color);
        border: 1px solid #616161;
        padding: 15px 20px;
    }
    .banner-and-menu-area .menu-area .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: var(--white-color);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        border-right: 1px solid rgba(13, 23, 32, 0.0784313725);
    }
    .banner-and-menu-area .menu-area .main-menu::-webkit-scrollbar {
        width: 0;
    }
    .banner-and-menu-area .menu-area .main-menu.show-menu {
        transform: translateX(0);
    }
    .banner-and-menu-area .menu-area .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 10px;
        display: flex;
        justify-content: center;
        padding-bottom: 8px;
    }
    .banner-and-menu-area .menu-area .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .banner-and-menu-area .menu-area .main-menu .primary-btn {
        width: 100%;
        justify-content: center;
        text-transform: uppercase;
        font-size: 14px;
    }
    .banner-and-menu-area .menu-area .main-menu .header-btn {
        background: var(--white-color);
        border: 1px solid var(--title-color);
        min-width: auto;
    }
    .banner-and-menu-area .menu-area .main-menu>ul {
        padding: 0;
        margin: 0;
        list-style: none;
        float: none;
        text-align: left;
        padding: 5px 0px 20px 0;
    }
    .banner-and-menu-area .menu-area .main-menu>ul>li {
        display: block;
        position: relative;
        padding: 5px 5px;
    }
    .banner-and-menu-area .menu-area .main-menu>ul>li:first-child {
        padding-left: 5px;
    }
    .banner-and-menu-area .menu-area .main-menu>ul>li a {
        padding: 10px 0;
        display: block;
        font-size: 14px;
        border: unset;
        color: var(--title-color);
    }
    .banner-and-menu-area .menu-area .main-menu>ul>li ul.sub-menu {
        padding: 0;
        margin: 0;
        list-style: none;
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0px);
        margin-left: 10px;
        padding: 10px 0;
    }
    .banner-and-menu-area .menu-area .main-menu>ul>li ul.sub-menu>li a {
        padding: 7px 0px;
    }
}

.banner-and-menu-area .banner-sections {
    position: relative;
}

.banner-and-menu-area .banner-sections .banner-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 110px 70px;
}

@media (max-width: 991px) {
    .banner-and-menu-area .banner-sections .banner-wrapper {
        padding: 110px 50px;
    }
}

@media (max-width: 767px) {
    .banner-and-menu-area .banner-sections .banner-wrapper {
        padding: 90px 50px;
    }
}

@media (max-width: 576px) {
    .banner-and-menu-area .banner-sections .banner-wrapper {
        padding: 50px 30px;
    }
}

.banner-and-menu-area .banner-sections .banner-wrapper .banner-content {
    max-width: 490px;
    width: 100%;
}

.banner-and-menu-area .banner-sections .banner-wrapper .banner-content h6 {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--white-color);
    margin-bottom: 8px;
}

.banner-and-menu-area .banner-sections .banner-wrapper .banner-content h1 {
    font-family: var(--font-outfit);
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 25px;
    text-transform: capitalize;
}

@media (max-width: 576px) {
    .banner-and-menu-area .banner-sections .banner-wrapper .banner-content h1 {
        font-size: 40px;
    }
}

.banner-and-menu-area .banner-sections .banner-wrapper .banner-content h1 span {
    color: var(--primary-color);
}

.banner-and-menu-area .banner-sections .banner-wrapper .banner-content .banner-btn .learn-btn {
    display: inline-flex;
    background: var(--title-color);
    color: var(--white-color);
    padding: 17px 19px;
    min-width: auto;
}

.banner-and-menu-area .banner-sections .banner-wrapper .banner-content .banner-btn .learn-btn::after {
    background-color: var(--white-color);
}

.banner-and-menu-area .banner-sections .banner-wrapper .banner-content .banner-btn .learn-btn:hover {
    color: var(--title-color);
}

/*=====================================
  50. Banner section 
========================================*/

@media (min-width: 768px) and (max-width: 991px) {
    .home6-banner-section .banner-wrapper .banner-right-content {
        display: flex;
        align-items: center;
    }
}

.home6-banner-section .banner-wrapper .banner-right-content .men-fashion {
    position: relative;
    margin-bottom: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home6-banner-section .banner-wrapper .banner-right-content .men-fashion {
        margin-bottom: 0;
    }
}

.home6-banner-section .banner-wrapper .banner-right-content .men-fashion img {
    width: 100%;
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.home6-banner-section .banner-wrapper .banner-right-content .men-fashion .men-fashion-content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .home6-banner-section .banner-wrapper .banner-right-content .men-fashion .men-fashion-content {
        padding: 0 20px;
    }
}

.home6-banner-section .banner-wrapper .banner-right-content .men-fashion .men-fashion-content .men-fashion-content-wrap h3 {
    font-family: var(--font-outfit);
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 25px;
}

.home6-banner-section .banner-wrapper .banner-right-content .men-fashion .men-fashion-content .men-fashion-content-wrap .primary-btn2 {
    padding: 12px 23px;
    font-size: 12px;
    font-weight: 500;
}

.home6-banner-section .banner-wrapper .banner-right-content .women-fashion {
    position: relative;
}

.home6-banner-section .banner-wrapper .banner-right-content .women-fashion img {
    width: 100%;
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.home6-banner-section .banner-wrapper .banner-right-content .women-fashion .women-fashion-content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

@media (max-width: 1199px) {
    .home6-banner-section .banner-wrapper .banner-right-content .women-fashion .women-fashion-content {
        padding: 0 20px;
    }
}

.home6-banner-section .banner-wrapper .banner-right-content .women-fashion .women-fashion-content .women-fashion-content-wrap h3 {
    font-family: var(--font-outfit);
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 20px;
}

.home6-banner-section .banner-wrapper .banner-right-content .women-fashion .women-fashion-content .women-fashion-content-wrap a {
    font-family: var(--title-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    white-space: nowrap;
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left 100%;
    transition: background-size 0.75s;
}

.home6-banner-section .banner-wrapper .banner-right-content .women-fashion .women-fashion-content .women-fashion-content-wrap a:hover {
    background-size: 0 1px;
    background-position: 0% 100%;
}

.home6-banner-section .banner-wrapper .banner-slide {
    position: relative;
    height: 100%;
}

@media (max-width: 576px) {
    .home6-banner-section .banner-wrapper .banner-slide {
        height: unset;
    }
}

.home6-banner-section .banner-wrapper .banner-slide .home6-swiper-slider {
    height: 100%;
}

@media (max-width: 576px) {
    .home6-banner-section .banner-wrapper .banner-slide .home6-swiper-slider {
        height: unset;
    }
}

.home6-banner-section .banner-wrapper .banner-slide .banner-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 124px 70px;
    display: flex;
    align-items: center;
    height: 100%;
}

@media (max-width: 1399px) {
    .home6-banner-section .banner-wrapper .banner-slide .banner-bg {
        padding: 85px 50px;
    }
}

@media (max-width: 1199px) {
    .home6-banner-section .banner-wrapper .banner-slide .banner-bg {
        padding: 50px 30px;
    }
}

@media (max-width: 991px) {
    .home6-banner-section .banner-wrapper .banner-slide .banner-bg {
        min-height: 450px;
    }
}

@media (max-width: 767px) {
    .home6-banner-section .banner-wrapper .banner-slide .banner-bg {
        min-height: 420px;
    }
}

@media (max-width: 576px) {
    .home6-banner-section .banner-wrapper .banner-slide .banner-bg {
        padding: 40px 15px;
    }
}

.home6-banner-section .banner-wrapper .banner-slide .banner-bg .banner-content {
    max-width: 490px;
    width: 100%;
}

@media (max-width: 1199px) {
    .home6-banner-section .banner-wrapper .banner-slide .banner-bg .banner-content {
        max-width: 380px;
    }
}

.home6-banner-section .banner-wrapper .banner-slide .banner-bg .banner-content span {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 10px;
    display: inline-block;
}

.home6-banner-section .banner-wrapper .banner-slide .banner-bg .banner-content h2 {
    font-family: var(--font-outfit);
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: var(--white-color);
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .home6-banner-section .banner-wrapper .banner-slide .banner-bg .banner-content h2 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .home6-banner-section .banner-wrapper .banner-slide .banner-bg .banner-content h2 {
        font-size: 35px;
    }
}

@media (max-width: 576px) {
    .home6-banner-section .banner-wrapper .banner-slide .banner-bg .banner-content h2 {
        font-size: 33px;
    }
}

.home6-banner-section .banner-wrapper .banner-slide .banner-bg .banner-content .primary-btn {
    padding: 17px 19px;
}

.home6-banner-section .banner-wrapper .banner-slide .swiper-pagination3 {
    margin-top: 0;
    top: unset;
    bottom: 20px !important;
    z-index: 1;
}

.home6-banner-section .banner-wrapper .banner-slide .swiper-pagination3 .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
}

.home6-banner-section .banner-wrapper .banner-slide .swiper-pagination3 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background-color: var(--white-color);
}

/*=====================================
  51. My Account page section
========================================*/

.dashboard-section {
    position: relative;
    z-index: 1;
}

.dashboard-section .dashboard-left {
    position: sticky;
    top: 58px;
}

.dashboard-section .nav .nav-link {
    background: var(--white-color);
    border: 1px solid var(--black-color);
    border-bottom: none;
    width: 100%;
    min-width: 0px;
    color: var(--title-color);
    font-size: 19px;
    font-weight: 500;
    font-family: var(--font-outfit);
    padding: 17px 20px;
    text-align: left;
    transition: all 0.42s ease;
    border-radius: 0;
    display: flex;
    align-items: center;
    line-height: 1;
}

.dashboard-section .nav .nav-link:last-child {
    border-bottom: 1px solid var(--black-color);
}

.dashboard-section .nav .nav-link svg {
    margin-right: 10px;
    fill: var(--title-color);
    transition: all 0.42s ease;
}

.dashboard-section .nav .nav-link:hover {
    background-color: var(--primary-color);
    color: var(--title-color);
}

.dashboard-section .nav .nav-link:hover svg {
    fill: var(--title-color);
}

.dashboard-section .nav-pills .nav-link.active,
.dashboard-section .nav-pills .show>.nav-link {
    color: var(--title-color);
    background-color: var(--primary-color);
}

.dashboard-section .nav-pills .nav-link.active svg,
.dashboard-section .nav-pills .show>.nav-link svg {
    fill: var(--title-color);
}

.dashboard-section .dashboard-area .mt-30 {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .dashboard-section .dashboard-area .mt-30 {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .dashboard-section .dashboard-area .mt-30 {
        margin-top: 20px;
    }
}

.dashboard-section .dashboard-area h6 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .dashboard-section .dashboard-area h6 {
        margin-bottom: 20px;
    }
}

.dashboard-section .dashboard-area .dashboard-card {
    box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
}

.dashboard-section .dashboard-area .dashboard-card .header {
    background: #1F2230;
    border-radius: 4px 4px 0px 0px;
    padding: 10px 20px;
}

.dashboard-section .dashboard-area .dashboard-card .header h5 {
    color: var(--white-color);
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.dashboard-section .dashboard-area .dashboard-card .body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 25px;
}

.dashboard-section .dashboard-area .dashboard-card .body .counter-item h2 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 40px;
    font-weight: 600;
}

.dashboard-section .dashboard-area .dashboard-card .body .icon svg {
    fill: var(--title-color);
    transition: all 0.42s ease;
}

.dashboard-section .table-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 10px;
}

.dashboard-section .table-title-area h3 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 5px;
}

@media (max-width: 576px) {
    .dashboard-section .table-title-area h3 {
        font-size: 28px;
    }
}

.dashboard-section .table-title-area p {
    margin-bottom: 0;
}

.dashboard-section .table-title-area .nice-select {
    height: 40px;
    width: unset;
    border-radius: 30px;
    border: 1px solid var(--black-color);
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 25px;
    padding-right: 55px;
    display: flex;
    align-items: center;
}

.dashboard-section .table-title-area .nice-select:focus {
    border: 1px solid #ddd;
}

.dashboard-section .table-title-area .nice-select::after {
    border-bottom: 1px solid var(--black-color);
    border-right: 1px solid var(--black-color);
    width: 8px;
    height: 8px;
    right: 28px;
    top: 47%;
}

@media (max-width: 576px) {
    .dashboard-section .table-title-area .nice-select::after {
        width: 8px;
        height: 8px;
        top: 45%;
    }
}

.dashboard-section .table-title-area .nice-select.open .list {
    width: 100%;
}

.dashboard-section .table-title-area .nice-select.open .list .option {
    padding-left: 25px;
}

.dashboard-section .form-inner input {
    border: 1px solid var(--black-color);
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-weight: 500;
    width: 100%;
    height: 50px;
    padding: 15px 20px;
}

.dashboard-section .form-inner input:focus {
    border: 1px solid #ddd;
}

.dashboard-section .form-inner input::-moz-placeholder {
    color: var(--paragraph-color);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.dashboard-section .form-inner input::placeholder {
    color: var(--paragraph-color);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.dashboard-section .dashboard-profile {
    box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    background-color: var(--white-color);
    padding: 30px;
    border: 1px solid #ccc;
}

@media (max-width: 576px) {
    .dashboard-section .dashboard-profile {
        padding: 35px 20px;
    }
}

.dashboard-section .dashboard-profile .form-wrapper .nice-select {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid var(--black-color);
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 15px 20px;
    display: flex;
    align-items: center;
}

.dashboard-section .dashboard-profile .form-wrapper .nice-select:focus {
    border: 1px solid #ddd;
}

.dashboard-section .dashboard-profile .form-wrapper .nice-select::after {
    border-bottom: 1px solid var(--black-color);
    border-right: 1px solid var(--black-color);
    width: 8px;
    height: 8px;
    right: 20px;
    top: 48%;
}

@media (max-width: 576px) {
    .dashboard-section .dashboard-profile .form-wrapper .nice-select::after {
        width: 8px;
        height: 8px;
        top: 45%;
    }
}

.dashboard-section .dashboard-profile .form-wrapper .nice-select .current {
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
}

.dashboard-section .dashboard-profile .form-wrapper .nice-select.open .list {
    width: 100%;
}

.dashboard-section .dashboard-profile .form-wrapper .nice-select.open .list .option {
    padding-left: 25px;
    color: var(--title-color);
}

.dashboard-section .dashboard-profile .form-wrapper .form-inner {
    position: relative;
}

.dashboard-section .dashboard-profile .form-wrapper .form-inner i {
    position: absolute;
    right: 20px;
    bottom: 13px;
    color: var(--title-color);
    cursor: pointer;
}

.dashboard-section .dashboard-profile .owner {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    padding: 40px 40px 0px 40px;
}

.dashboard-section .dashboard-profile .owner .image {
    margin-right: 25px;
}

.dashboard-section .dashboard-profile .owner .image img {
    max-width: 100px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.dashboard-section .dashboard-profile .owner .content h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--title-color);
    margin-bottom: 0px;
}

.dashboard-section .dashboard-profile .owner .content p {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--font-outfit);
    margin-bottom: 0px;
}

.dashboard-section .button-group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .dashboard-section .button-group {
        gap: 15px;
        margin-top: 15px;
    }
}

.dashboard-section .button-group .primary-btn {
    padding: 18px 32px;
}

@media (max-width: 576px) {
    .dashboard-section .button-group .primary-btn {
        padding: 18px 25px;
    }
}

.dashboard-section .order-traking-area label {
    font-size: 16px;
    font-family: var(--font-dm-sans);
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}

.dashboard-section .order-traking-area p {
    margin-bottom: 25px;
    font-size: 16px;
    font-family: var(--font-dm-sans);
    font-weight: 400;
    text-align: center;
}

.dashboard-section .order-traking-area.two .section-title {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.dashboard-section .order-traking-area.two p {
    margin-bottom: 0;
}

.dashboard-section .eg-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

.dashboard-section .eg-table thead {
    background: var(--black-color);
}

.dashboard-section .eg-table thead tr {
    border-width: 1px;
}

.dashboard-section .eg-table thead tr th {
    font-size: 1rem;
    font-weight: 500;
    color: var(--white-color);
    opacity: 1;
    padding: 15px;
    vertical-align: top;
    text-align: center;
    border-width: 1px;
    border-color: var(--black-color);
    background-color: transparent;
    font-family: var(--font-dm-sans);
    white-space: nowrap;
}

.dashboard-section .eg-table thead tr th:first-child {
    border-left: 1px solid var(--black-color);
}

.dashboard-section .eg-table thead tr th:last-child {
    border-right: 1px solid var(--black-color);
}

@media (max-width: 767px) {
    .dashboard-section .eg-table thead tr th {
        display: none;
    }
}

.dashboard-section .eg-table tbody tr td {
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: 1px solid rgba(34, 34, 34, 0.75);
    vertical-align: middle;
}

@media (max-width: 767px) {
    .dashboard-section .eg-table tbody tr td {
        display: block;
        width: 100%;
        text-align: right;
        padding-left: 50%;
        position: relative;
        border-top: none;
    }
    .dashboard-section .eg-table tbody tr td:first-child {
        border-top: 1px solid rgba(34, 34, 34, 0.75);
    }
}

@media (max-width: 576px) {
    .dashboard-section .eg-table tbody tr td {
        font-size: 14px;
    }
}

.dashboard-section .eg-table tbody tr td del {
    color: var(--paragraph-color);
}

.dashboard-section .eg-table tbody tr td img {
    width: 110px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .dashboard-section .eg-table tbody tr {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .dashboard-section .eg-table tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .dashboard-section .eg-table {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .dashboard-section .eg-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        color: var(--title-color);
    }
}

.dashboard-section .table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
    box-shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
    background-color: var(--white-color);
}

@media (max-width: 767px) {
    .dashboard-section .table-wrapper {
        box-shadow: unset;
    }
}

.dashboard-section .table-wrapper .order-table tr td {
    padding: 10px 15px;
}

@media (max-width: 576px) {
    .dashboard-section .table-wrapper .order-table tr td {
        padding: 10px 15px 10px 135px;
    }
}

.dashboard-section .table-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.dashboard-section .table-pagination P {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    margin-right: 10px;
}

@media (max-width: 576px) {
    .dashboard-section .table-pagination P {
        margin-bottom: 1rem;
    }
}

.dashboard-section .table-pagination .shop-pagination .pagination-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-section .table-pagination .shop-pagination .pagination-list li {
    margin-right: 20px;
}

.dashboard-section .table-pagination .shop-pagination .pagination-list li .shop-pagi-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.dashboard-section .table-pagination .shop-pagination .pagination-list li .shop-pagi-btn i {
    color: var(--title-color);
    transition: 0.5s;
}

.dashboard-section .table-pagination .shop-pagination .pagination-list li .shop-pagi-btn:hover {
    background-color: var(--black-color);
}

.dashboard-section .table-pagination .shop-pagination .pagination-list li .shop-pagi-btn:hover i {
    color: var(--white-color);
}

.dashboard-section .table-pagination .shop-pagination .pagination-list li a {
    color: rgba(34, 34, 34, 0.5);
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

.dashboard-section .table-pagination .shop-pagination .pagination-list li a.active {
    color: var(--paragraph-color);
}

.dashboard-section .table-pagination .shop-pagination .pagination-list li:first-child {
    margin-right: 30px;
}

.dashboard-section .table-pagination .shop-pagination .pagination-list li:last-child {
    padding-left: 10px;
    margin-right: 0;
}

.auction-card-top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.auction-card-top-area .left-content h6 {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-align: left;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--paragraph-color);
    margin-bottom: 0;
}

.auction-card-top-area .left-content h6 span {
    font-weight: 500;
}

.auction-card-top-area .right-content {
    display: flex;
    align-items: center;
    gap: 24px;
}

.auction-card-top-area .right-content.style-2 {
    gap: 42px;
}

@media (max-width: 767px) {
    .auction-card-top-area .right-content.style-2 {
        gap: 24px;
    }
}

.auction-card-top-area .right-content .filter {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    cursor: pointer;
}

.auction-card-top-area .right-content .filter .filter-icon svg {
    fill: var(--title-color);
}

.auction-card-top-area .right-content .filter span {
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
}

.auction-card-top-area .right-content .category-area .nice-select {
    color: var(--primary-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 20px;
    height: 45px;
    width: 241px;
    border: 1px solid rgba(238, 238, 238, 0.9333333333);
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
}

@media (max-width: 576px) {
    .auction-card-top-area .right-content .category-area .nice-select {
        width: 220px;
    }
}

.auction-card-top-area .right-content .category-area .nice-select .current {
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.auction-card-top-area .right-content .category-area .nice-select:after {
    border-bottom: 2px solid var(--title-color);
    border-right: 2px solid var(--title-color);
    content: "";
    display: block;
    height: 9px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 19px;
    top: 50%;
    width: 9px;
}

.auction-card-top-area .right-content .category-area .nice-select .option {
    font-family: var(--font-dm-sans);
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
    min-height: 35px;
    color: var(--title-color);
    padding-left: 25px;
}

.auction-card-top-area .right-content .category-area .nice-select .list {
    background-color: var(--white-color);
    box-shadow: 0px 4px 32px 0px rgba(129, 129, 129, 0.2509803922);
    border: 1px solid #EEEEEE;
    width: 230px;
}

.auction-card-top-area .right-content .category-area .nice-select .option:hover,
.auction-card-top-area .right-content .category-area .nice-select .option.focus,
.auction-card-top-area .right-content .category-area .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.auction-card-top-area .right-content .filter-content h6 {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.auction-card-top-area .right-content .grid-view {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.auction-card-top-area .right-content .grid-view li {
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: 0.35s;
    min-height: 24px;
    min-width: 24px;
    cursor: pointer;
}

.auction-card-top-area .right-content .grid-view li svg path {
    stroke: #A0A0A0;
}

.auction-card-top-area .right-content .grid-view li:hover {
    background: var(--primary-color);
}

.auction-card-top-area .right-content .grid-view li:hover svg path {
    stroke: var(--title-color);
}

.auction-card-top-area .right-content .grid-view li.active {
    background: var(--primary-color);
}

.auction-card-top-area .right-content .grid-view li.active svg path {
    stroke: var(--title-color);
}

.nice-select {
    width: 100%;
    border-radius: 5px;
    height: 52px;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0px 25px;
    outline: none !important;
    box-shadow: none !important;
}

.nice-select::after {
    height: 8px;
    width: 8px;
    border-bottom: 1px solid var(--paragraph-color);
    border-right: 1px solid var(--paragraph-color);
    right: 28px;
    margin-top: -5px;
}

.nice-select .current {
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 576px) {
    .nice-select .current {
        font-size: 14px;
    }
}

.nice-select:hover {
    border-color: #F3F3F3;
    background: #F3F3F3;
}

.nice-select:focus {
    border-color: var(--title-color);
    background-color: var(--white-color);
}

.nice-select .list {
    border: none;
    border-radius: 5px;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
}

.nice-select .list::-webkit-scrollbar {
    width: 5px;
}

.nice-select .list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.nice-select .list::-webkit-scrollbar-thumb {
    background: var(--paragraph-color);
}

.nice-select .list .option {
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.nice-select .list .option:hover {
    color: var(--title-color);
    background-color: transparent;
    font-weight: 500;
}

.nice-select .list .option.selected {
    font-weight: 600;
}

/*=====================================
  52. grid view css
========================================*/

.list-grid-product-wrap.column-2-wrapper .item {
    width: 50%;
}

@media (max-width: 767px) {
    .list-grid-product-wrap.column-2-wrapper .item {
        display: none;
    }
}

.list-grid-product-wrap.column-3-wrapper .item {
    width: 33.33%;
}

@media (max-width: 767px) {
    .list-grid-product-wrap.column-3-wrapper .item {
        display: none;
    }
}

.list-grid-product-wrap.column-4-wrapper .item {
    width: 25%;
}

@media (max-width: 991px) {
    .list-grid-product-wrap.column-4-wrapper .item {
        display: none;
    }
}

.list-grid-product-wrap.column-4-wrapper .product-card .product-card-img .batch>span {
    font-size: 12px;
}

.list-grid-product-wrap.column-1-wrapper .item {
    width: 100%;
}

@media (max-width: 767px) {
    .list-grid-product-wrap.column-1-wrapper .item {
        display: none;
    }
}

.list-grid-product-wrap.column-1-wrapper .product-card {
    display: flex;
    gap: 25px;
}

.list-grid-product-wrap.column-1-wrapper .product-card .product-card-img a img {
    max-width: 312px;
    width: 100%;
}

.list-grid-product-wrap.column-1-wrapper .product-card .product-card-content {
    max-width: 400px;
    width: 100%;
}

.list-grid-product-wrap.column-1-wrapper .product-card .product-card-content h6 {
    margin-bottom: 10px;
}

.list-grid-product-wrap.column-1-wrapper .product-card .product-card-content h6 a {
    font-size: 28px;
}

@media (max-width: 991px) {
    .list-grid-product-wrap.column-1-wrapper .product-card .product-card-content h6 a {
        font-size: 26px;
    }
}

.list-grid-product-wrap.column-1-wrapper .product-card .product-card-content .price {
    font-size: 18px;
}

.list-grid-product-wrap.column-1-wrapper .product-card .product-card-content .price del {
    font-size: 18px;
}

.list-grid-product-wrap.column-1-wrapper .product-card .product-card-content .color-tag {
    margin-top: 20px;
}

/*=====================================
  53. sidebar section 
========================================*/

.sidebar-area .single-widgets .widget-title {
    margin-bottom: 25px;
}

.sidebar-area .single-widgets .widget-title h5 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.sidebar-area .single-widgets .checkbox-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-area .single-widgets .checkbox-container ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.sidebar-area .single-widgets .checkbox-container ul li:last-child {
    margin-bottom: 0;
}

.sidebar-area .single-widgets .checkbox-container ul li .containerss {
    display: flex;
    gap: 5px;
    width: 100%;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.sidebar-area .single-widgets .checkbox-container ul li .containerss span {
    color: var(--paragraph-color);
    line-height: 1;
    text-transform: capitalize;
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.sidebar-area .single-widgets .checkbox-container ul li .containerss input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.sidebar-area .single-widgets .checkbox-container ul li .containerss input:checked~.checkmark {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.sidebar-area .single-widgets .checkbox-container ul li .containerss input:checked~.checkmark::after {
    content: url(../image/inner-page/icon/checkbox-check.svg);
    left: 2px;
    top: -3px;
    position: absolute;
}

.sidebar-area .single-widgets .checkbox-container ul li .containerss .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
}

.sidebar-area .single-widgets .button-area {
    margin-top: 20px;
}

.sidebar-area .single-widgets .button-area a {
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: var(--primary-color);
    text-decoration: underline;
}

.sidebar-area .single-widgets.widget_search {
    border: none;
    padding: 0;
}

.sidebar-area .single-widgets.widget_search .wp-block-search__inside-wrapper {
    display: flex;
    align-items: center;
}

.sidebar-area .single-widgets.widget_search .wp-block-search__inside-wrapper input {
    background-color: #F8F8F8;
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 300;
    border: none;
    outline: none;
    width: 100%;
    padding: 0px 25px;
    height: 52px;
    border-radius: unset;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-area .single-widgets.widget_search .wp-block-search__inside-wrapper input {
        padding: 0px 15px;
    }
}

@media (max-width: 576px) {
    .sidebar-area .single-widgets.widget_search .wp-block-search__inside-wrapper input {
        padding: 0 20px;
    }
}

.sidebar-area .single-widgets.widget_search .wp-block-search__inside-wrapper button {
    min-width: 52px;
    max-width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: var(--title-color);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.sidebar-area .single-widgets.widget_search .wp-block-search__inside-wrapper button svg {
    fill: var(--white-color);
}

.sidebar-area .single-widgets.widget_search .wp-block-search__inside-wrapper button::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--primary-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.sidebar-area .single-widgets.widget_search .wp-block-search__inside-wrapper button:hover svg {
    fill: var(--primary-color3);
}

.sidebar-area .single-widgets.widget_search .wp-block-search__inside-wrapper button:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.sidebar-area .single-widgets .size-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-area .single-widgets .size-list ul {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .sidebar-area .single-widgets .size-list ul {
        gap: 15px;
    }
}

.sidebar-area .single-widgets .size-list ul li {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--title-color);
    border: 1px solid rgba(238, 238, 238, 0.9333333333);
    min-height: 30px;
    min-width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sidebar-area .single-widgets .size-list ul li.selected {
    background-color: #1E1E1E;
    color: var(--white-color);
}

.sidebar-area .single-widgets .color-area .color-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 15px;
}

.sidebar-area .single-widgets .color-area .color-list li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    background: #643623;
    position: relative;
}

.sidebar-area .single-widgets .color-area .color-list li.golden-lime {
    background: #C9B81F;
}

.sidebar-area .single-widgets .color-area .color-list li.dusky-rose {
    background: #DD8298;
}

.sidebar-area .single-widgets .color-area .color-list li.dusty-rose {
    background: #ED5C31;
}

.sidebar-area .single-widgets .color-area .color-list li.olive-green {
    background: #7F935F;
}

.sidebar-area .single-widgets .color-area .color-list li.bright-red {
    background: #FF0018;
}

.sidebar-area .single-widgets .color-area .color-list li.azure-blue {
    background: #317CED;
}

.sidebar-area .single-widgets .color-area .color-list li.black {
    background: #1E1E1E;
}

.sidebar-area .single-widgets .color-area .color-list li.peach {
    background: #F4C57E;
}

.sidebar-area .single-widgets .color-area .color-list li.cranberry {
    background: #A62544;
}

.sidebar-area .single-widgets .color-area .color-list li.flame-red {
    background: #E53A08;
}

.sidebar-area .single-widgets .color-area .color-list li.lavender {
    background: #969BC7;
}

.sidebar-area .single-widgets .color-area .color-list li.hot-pink {
    background: #CE62B6;
}

.sidebar-area .single-widgets .color-area .color-list li.selected::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    border: 1px solid #A0A0A0;
    border-radius: 50%;
}

.sidebar-area .single-widgets .feature-product-area {
    display: flex;
    gap: 14px;
    align-items: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-area .single-widgets .feature-product-area {
        gap: 8px;
    }
}

.sidebar-area .single-widgets .feature-product-area .feature-product-image a img {
    min-width: 82px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-area .single-widgets .feature-product-area .feature-product-image a img {
        min-width: 75px;
    }
}

.sidebar-area .single-widgets .feature-product-area .feature-product-content h6 a {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--title-color);
    text-align: left;
    margin-bottom: 8px;
}

.sidebar-area .single-widgets .feature-product-area .feature-product-content p {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: #212121;
    margin-bottom: 0;
}

.sidebar-area .single-widgets .feature-product-area .feature-product-content p del {
    color: #ABABAB;
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
}

.sidebar-area .single-widgets.style-2 {
    padding: 30px;
    border: 1px solid var(--border-color);
}

@media (max-width: 1399px) {
    .sidebar-area .single-widgets.style-2 {
        padding: 30px 20px;
    }
}

.sidebar-area.search-and-filter {
    max-width: 312px;
    width: 100%;
}

@media (max-width: 767px) {
    .sidebar-area.search-and-filter {
        max-width: unset;
    }
}

.range-wrap {
    padding-top: 10px;
}

.range-wrap .slider-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.range-wrap .slider-labels .caption {
    color: rgba(34, 34, 34, 0.6);
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3px;
}

.range-wrap .noUi-target,
.range-wrap .range-wrap .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    touch-action: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.range-wrap .noUi-target {
    position: relative;
    direction: ltr;
}

.range-wrap .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.range-wrap .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.range-wrap .noUi-handle {
    position: relative;
    z-index: 1;
}

.range-wrap .noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.range-wrap .noUi-state-tap .noUi-origin {
    transition: left 0.3s, top 0.3s;
}

.range-wrap .noUi-state-drag * {
    cursor: inherit !important;
}

.range-wrap .noUi-base,
.range-wrap .range-wrap .noUi-handle {
    transform: translate3d(0, 0, 0);
}

.range-wrap .noUi-horizontal {
    height: 4px;
}

.range-wrap .noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 0px;
    right: 0px;
    top: -4px;
    background-color: var(--primary-color);
    cursor: pointer;
}

.range-wrap .noUi-horizontal .noUi-handle::after {
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: var(--white-color);
    position: absolute;
    left: 7px;
    top: 7px;
    transform: translate(-50%, -50%);
}

.range-wrap .noUi-background {
    background: rgba(33, 33, 33, 0.5);
    height: 5px;
    border-radius: 10px;
}

.range-wrap .noUi-connect {
    background: var(--title-color);
    transition: background 450ms;
    border-radius: 10px;
    height: 5px;
}

.range-wrap .noUi-target {
    border-radius: 10px;
}

/*=====================================
  54. home4 product details section
========================================*/

.home4-product-details .product-details-area {
    position: relative;
    background-image: url(../image/home4/product-details-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 603px;
}

@media (max-width: 767px) {
    .home4-product-details .product-details-area {
        min-height: 545px;
    }
}

@media (max-width: 576px) {
    .home4-product-details .product-details-area {
        min-height: 450px;
    }
}

.home4-product-details .product-details-area .indicator-area .dot-area {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list {
    position: absolute;
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(1) {
    top: 55%;
    left: 31%;
}

@media (max-width: 1399px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(1) {
        left: 29%;
    }
}

@media (max-width: 1199px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(1) {
        left: 25%;
    }
}

@media (max-width: 991px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(1) {
        top: 60%;
        left: 20%;
    }
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(1) .single-item {
        bottom: unset;
        top: -330px;
        transform-origin: bottom;
    }
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(1) .single-item::after {
        top: unset;
        bottom: -5px;
    }
}

@media (max-width: 767px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(1) {
        left: 8%;
    }
}

@media (max-width: 576px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(1) {
        left: 5%;
    }
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(1) .single-item {
        top: -265px;
    }
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(2) {
    top: 38%;
    left: 65%;
}

@media (max-width: 1399px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(2) {
        left: 68%;
    }
}

@media (max-width: 991px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(2) {
        left: 75%;
    }
}

@media (max-width: 767px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(2) {
        left: 84%;
    }
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(2) .single-item {
        right: 0;
        left: unset;
    }
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(2) .single-item::after {
        left: unset;
        right: 0;
    }
}

@media (max-width: 576px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(2) {
        right: 10px;
        left: unset;
    }
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(3) {
    top: 45%;
    right: 24%;
}

@media (max-width: 1399px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(3) {
        right: 20%;
    }
}

@media (max-width: 1199px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(3) {
        right: 17%;
    }
}

@media (max-width: 991px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(3) {
        right: 2%;
    }
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(3) .single-item {
        right: 0;
        left: unset;
    }
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(3) .single-item::after {
        left: unset;
        right: 0;
    }
}

@media (max-width: 767px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(3) {
        display: none;
    }
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(4) {
    bottom: 5%;
    right: 8%;
}

@media (max-width: 1699px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(4) {
        right: 8%;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(4) {
        right: 10%;
    }
}

@media (max-width: 1399px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(4) {
        right: 12%;
    }
}

@media (max-width: 1199px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list:nth-child(4) {
        display: none;
    }
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list .dot-menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list .dot-menu .icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list .single-item {
    background: var(--white-color);
    border: 1px solid var(--border-color);
    padding: 10px;
    min-width: 220px;
    position: absolute;
    right: -167px;
    bottom: -330px;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.5s;
    z-index: 9;
}

@media (max-width: 576px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list .single-item {
        left: 0px;
        min-width: 160px;
        max-width: 160px;
        bottom: -265px;
        padding: 5px;
    }
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list .single-item::after {
    content: "";
    height: 16px;
    width: 14.42px;
    background: var(--white-color);
    position: absolute;
    left: 19%;
    transform: translateX(-50%) rotate(45deg);
    top: -5px;
    border-bottom: none;
    border-right: none;
    z-index: -1;
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list .single-item .hover-card-content {
    margin-top: 10px;
    padding: 5px;
}

@media (max-width: 576px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list .single-item .hover-card-content {
        margin-top: 5px;
    }
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list .single-item .hover-card-content .rating {
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
    gap: 8px;
}

@media (max-width: 576px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list .single-item .hover-card-content .rating {
        margin-bottom: 8px;
    }
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list .single-item .hover-card-content .rating ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list .single-item .hover-card-content .rating ul li {
    line-height: 1;
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list .single-item .hover-card-content .rating ul li i {
    color: #ffc107;
    font-size: 12px;
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list .single-item .hover-card-content .rating ul.style-2 li i {
    color: #A0A0A0;
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list .single-item .hover-card-content .rating span {
    color: var(--paragraph-color2);
    font-size: 13px;
    font-family: var(--font-outfit);
    line-height: 1;
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list .single-item .hover-card-content h6 {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .home4-product-details .product-details-area .indicator-area .dot-area .dot-list .single-item .hover-card-content h6 {
        font-size: 14px;
    }
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list .single-item .hover-card-content p {
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 0;
}

.home4-product-details .product-details-area .indicator-area .dot-area .dot-list.active .single-item {
    transform: scaleY(1);
}

/*=====================================
  55. wishlist section
========================================*/

.wishlist-section .wishlist-wrapper {
    border: 1px solid rgba(238, 238, 238, 0.9333333333);
    padding: 7px 10px;
}

.wishlist-section .wishlist-wrapper .product-content-details {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.wishlist-section .wishlist-wrapper .product-content-details.close-btn {
    gap: 34px;
}

.wishlist-section .wishlist-wrapper .product-content-details.style-2::after {
    display: none;
    visibility: hidden;
}

.wishlist-section .wishlist-wrapper .product-content-details::after {
    content: "";
    width: 1px;
    height: 145px;
    background: var(--white-color2);
    position: absolute;
    left: -150px;
}

@media (max-width: 1199px) {
    .wishlist-section .wishlist-wrapper .product-content-details::after {
        left: -20px;
    }
}

@media (max-width: 991px) {
    .wishlist-section .wishlist-wrapper .product-content-details::after {
        display: none;
    }
}

.wishlist-section .wishlist-wrapper .product-content-details .stock h6 {
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #199033;
    text-transform: capitalize;
    margin-bottom: 0;
}

.wishlist-section .wishlist-wrapper .product-content-details .stock h6.style-2 {
    color: #CC2131;
}

.wishlist-section .wishlist-wrapper .product-content-details .product-details h6 {
    margin-bottom: 12px;
}

.wishlist-section .wishlist-wrapper .product-content-details .product-details h6 a {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    transition: 0.5s;
}

.wishlist-section .wishlist-wrapper .product-content-details .product-details h6 a:hover {
    color: var(--primary-color);
}

.wishlist-section .wishlist-wrapper .product-content-details .product-details span {
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    display: flex;
    align-items: center;
    color: var(--paragraph-color);
    gap: 10px;
    margin-bottom: 15px;
}

.wishlist-section .wishlist-wrapper .product-content-details .product-details span strong {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: var(--title-color);
}

.wishlist-section .wishlist-wrapper .product-content-details .product-details p {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: var(--title-color);
    margin-bottom: 0;
}

.wishlist-section .wishlist-wrapper .product-content-details .primary-btn2 {
    padding: 12px 42px;
    border: 1px solid var(--title-color);
}

.wishlist-section .wishlist-wrapper .product-content-details .primary-btn2:hover {
    border: 1px solid var(--title-color);
}

/*=====================================
  56. cheakout section
========================================*/

.checkout-section .checkout-form-title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .checkout-section .checkout-form-title {
        margin-bottom: 25px;
    }
}

.checkout-section .checkout-form-title h4 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .checkout-section .checkout-form-title h4 {
        font-size: 26px;
    }
}

.checkout-section .enquery-section .enquery-form-wrapper {
    max-width: 872px;
    width: 100%;
    border: 1px solid rgba(238, 238, 238, 0.9333333333);
    padding: 70px 90px;
    margin: 0 auto;
    background: #EFF8FF;
}

.checkout-section .enquery-section .enquery-form-wrapper.style-2 {
    background: transparent;
}

.checkout-section .enquery-section .enquery-form-wrapper.style-2 form .form-inner input {
    background: #F5F5F5;
}

.checkout-section .enquery-section .enquery-form-wrapper.style-2 form .form-inner textarea {
    background: #F5F5F5;
}

.checkout-section .enquery-section .enquery-form-wrapper.style-3 {
    background: transparent;
    padding: 45px 30px;
}

@media (max-width: 767px) {
    .checkout-section .enquery-section .enquery-form-wrapper.style-3 {
        padding: 35px 25px;
    }
}

@media (max-width: 576px) {
    .checkout-section .enquery-section .enquery-form-wrapper.style-3 {
        padding: 30px 15px;
    }
}

.checkout-section .enquery-section .enquery-form-wrapper.style-3 form .form-inner input {
    background: #F5F5F5;
}

.checkout-section .enquery-section .enquery-form-wrapper.style-3 form .form-inner textarea {
    background: #F5F5F5;
}

@media (max-width: 991px) {
    .checkout-section .enquery-section .enquery-form-wrapper {
        padding: 70px 45px;
    }
}

@media (max-width: 767px) {
    .checkout-section .enquery-section .enquery-form-wrapper {
        padding: 50px 20px;
    }
}

.checkout-section .enquery-section .enquery-form-wrapper .form-title {
    max-width: 540px;
    width: 100%;
    margin-bottom: 55px;
}

.checkout-section .enquery-section .enquery-form-wrapper .form-title h4 {
    font-family: var(--font-outfit);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: var(--title-color);
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .checkout-section .enquery-section .enquery-form-wrapper .form-title h4 {
        font-size: 40px;
    }
}

.checkout-section .enquery-section .enquery-form-wrapper .form-title p {
    margin-bottom: 0;
}

.checkout-section .enquery-section .enquery-form-wrapper .form-check {
    min-height: unset;
    margin-bottom: 0;
}

.checkout-section .enquery-section .enquery-form-wrapper .form-check .form-check-input {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin-top: 6px;
}

.checkout-section .enquery-section .enquery-form-wrapper .form-check .form-check-input:focus {
    box-shadow: none;
}

.checkout-section .enquery-section .enquery-form-wrapper .form-check .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.checkout-section .enquery-section .enquery-form-wrapper .form-check .form-check-input[type=checkbox] {
    border-radius: unset;
}

.checkout-section .enquery-section .enquery-form-wrapper .form-check .form-check-label {
    cursor: pointer;
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
}

.checkout-section .enquery-section .enquery-form-wrapper .form-check .form-check-label span {
    font-family: var(--font-dm-sans);
    color: var(--title-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
}

@media (max-width: 576px) {
    .checkout-section .enquery-section .enquery-form-wrapper .form-check .form-check-label {
        font-size: 12px;
    }
}

.checkout-section .order-sum-area {
    background-color: transparent;
    padding: 45px 40px;
    border: 1px solid #EEEEEE;
}

@media (max-width: 1399px) {
    .checkout-section .order-sum-area {
        padding: 35px 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .checkout-section .order-sum-area {
        padding: 25px 15px;
    }
}

@media (max-width: 767px) {
    .checkout-section .order-sum-area {
        padding: 30px 20px;
    }
}

@media (max-width: 576px) {
    .checkout-section .order-sum-area {
        padding: 25px 15px;
    }
}

.checkout-section .order-sum-area .cart-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 50px;
}

.checkout-section .order-sum-area .cart-body ul .single-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.checkout-section .order-sum-area .cart-body ul .single-item:last-child {
    margin-bottom: 0;
}

.checkout-section .order-sum-area .cart-body ul .single-item .item-area {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    width: 100%;
}

.checkout-section .order-sum-area .cart-body ul .single-item .item-area .main-item {
    display: flex;
    gap: 15px;
    width: 100%;
    align-items: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .checkout-section .order-sum-area .cart-body ul .single-item .item-area .main-item {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .checkout-section .order-sum-area .cart-body ul .single-item .item-area .main-item {
        gap: 12px;
    }
}

.checkout-section .order-sum-area .cart-body ul .single-item .item-area .main-item .item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.checkout-section .order-sum-area .cart-body ul .single-item .item-area .main-item .item-img .close-btn {
    width: 20px;
    height: 20px;
    border-radius: 0 50% 50% 50%;
    background-color: #FF2615;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.checkout-section .order-sum-area .cart-body ul .single-item .item-area .main-item .item-img .close-btn i {
    color: var(--white-color);
}

.checkout-section .order-sum-area .cart-body ul .single-item .item-area .main-item .item-img img {
    height: 93px;
    max-width: 77px;
    min-width: 77px;
}

@media (max-width: 767px) {
    .checkout-section .order-sum-area .cart-body ul .single-item .item-area .main-item .item-img img {
        width: 45px;
        height: unset;
    }
}

.checkout-section .order-sum-area .cart-body ul .single-item .item-area .main-item .content-and-quantity {
    width: 100%;
}

.checkout-section .order-sum-area .cart-body ul .single-item .item-area .main-item .content {
    line-height: 1;
}

.checkout-section .order-sum-area .cart-body ul .single-item .item-area .main-item .content span {
    font-family: var(--font-dm-sans);
    font-weight: 500;
    font-size: 16px;
    color: var(--paragraph-color);
    display: inline-block;
    margin-bottom: 5px;
}

.checkout-section .order-sum-area .cart-body ul .single-item .item-area .main-item .content h6 {
    margin-bottom: 15px;
    line-height: 1;
}

.checkout-section .order-sum-area .cart-body ul .single-item .item-area .main-item .content h6 a {
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: var(--title-color);
    transition: 0.5s;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .checkout-section .order-sum-area .cart-body ul .single-item .item-area .main-item .content h6 a {
        font-size: 16px;
    }
}

.checkout-section .order-sum-area .cart-body ul .single-item .item-area .main-item .content h6 a:hover {
    color: var(--primary-color);
}

.checkout-section .order-sum-area .cart-body ul .single-item .quantity-area .quantity {
    display: block;
    gap: 5px;
}

.checkout-section .order-sum-area .cart-body ul .single-item .quantity-area .quantity a {
    height: 24px;
    width: 34px;
    background: #fff;
    border: 1px solid var(--white-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--title-color);
    font-weight: 600;
    cursor: pointer;
    transition: 0.35s;
    margin-bottom: 10px;
}

.checkout-section .order-sum-area .cart-body ul .single-item .quantity-area .quantity a i {
    color: var(--title-color);
    transition: 0.35s;
}

.checkout-section .order-sum-area .cart-body ul .single-item .quantity-area .quantity a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.checkout-section .order-sum-area .cart-body ul .single-item .quantity-area .quantity a:hover i {
    color: var(--title-color);
}

.checkout-section .order-sum-area .cart-body ul .single-item .quantity-area .quantity input {
    height: 24px;
    width: 34px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--title-color);
    border: 1px solid var(--white-color2);
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.checkout-section .order-sum-area .cart-footer .pricing-area {
    width: 100%;
}

.checkout-section .order-sum-area .cart-footer .pricing-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.checkout-section .order-sum-area .cart-footer .pricing-area ul li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    line-height: 1;
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
}

.checkout-section .order-sum-area .cart-footer .pricing-area ul li strong {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    text-transform: capitalize;
}

.checkout-section .order-sum-area .cart-footer .pricing-area ul li strong.price {
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
}

.checkout-section .order-sum-area .cart-footer .pricing-area ul li .order-info {
    text-align: right;
}

.checkout-section .order-sum-area .cart-footer .pricing-area ul li .order-info p {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px;
}

.checkout-section .order-sum-area .cart-footer .pricing-area ul li .order-info span {
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.checkout-section .order-sum-area .cart-footer .pricing-area ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: unset;
}

.checkout-section .order-sum-area .cart-footer .primary-btn {
    width: 100%;
}

.checkout-section .payment-method-area {
    margin-bottom: 40px;
    line-height: 1;
}

.checkout-section .payment-method-area h6 {
    margin-bottom: 20px;
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

.checkout-section .payment-method-area .payment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.checkout-section .payment-method-area .payment-list li {
    position: relative;
    margin-left: 25px;
    margin-bottom: 20px;
    cursor: pointer;
}

.checkout-section .payment-method-area .payment-list li:last-child {
    margin-bottom: 0;
}

.checkout-section .payment-method-area .payment-list li h6 {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

.checkout-section .payment-method-area .payment-list li .checked {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    width: 14px;
    height: 14px;
    background-color: #D9D9D9;
    border-radius: 50%;
}

.checkout-section .payment-method-area .payment-list li.active .checked {
    background: var(--primary-color);
}

.checkout-section .payment-method-area .payment-option {
    line-height: 1;
    padding-top: 20px;
}

.checkout-section .payment-method-area .payment-option ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .checkout-section .payment-method-area .payment-option ul {
        gap: 15px;
    }
}

.checkout-section .payment-method-area .form-inner label {
    font-size: 16px;
}

.checkout-section .payment-method-area .form-inner input {
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    color: var(--title-color);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .checkout-section .payment-method-area .form-inner input {
        padding: 15px 15px;
    }
}

@media (max-width: 576px) {
    .checkout-section .payment-method-area .form-inner input {
        padding: 15px 20px;
    }
}

/*=====================================
  57. Start Cart Page
========================================*/

.cart-page .cart-widget-title {
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .cart-page .cart-widget-title {
        margin-bottom: 25px;
    }
}

.cart-page .cart-widget-title h4 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}

.cart-page .cart-shopping-wrapper .cart-table {
    width: 100%;
}

@media (max-width: 767px) {
    .cart-page .cart-shopping-wrapper .cart-table {
        margin-bottom: 30px;
    }
}

.cart-page .cart-shopping-wrapper .cart-table thead tr {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.cart-page .cart-shopping-wrapper .cart-table thead tr th {
    color: var(--paragraph-color);
    font-family: var(--font-outfit);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 20px 15px;
}

@media (max-width: 767px) {
    .cart-page .cart-shopping-wrapper .cart-table thead tr th {
        display: none;
    }
}

.cart-page .cart-shopping-wrapper .cart-table thead tr th:first-child {
    padding-left: 0;
}

@media (max-width: 767px) {
    .cart-page .cart-shopping-wrapper .cart-table tbody tr {
        border-bottom: 1px solid var(--border-color2);
    }
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td {
    padding: 30px 15px;
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td span {
    color: var(--paragraph-color);
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td:first-child {
    padding-left: 0;
}

@media (max-width: 767px) {
    .cart-page .cart-shopping-wrapper .cart-table tbody tr td {
        text-align: right;
    }
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper {
        align-items: flex-end;
        flex-direction: column;
    }
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-img img {
    height: 144px;
    max-width: 120px;
    max-height: 144px;
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content h6 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
    max-width: 215px;
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content p {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content p span {
    color: var(--title-color);
    font-weight: 400;
    font-family: var(--font-outfit);
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content .quantity-area .quantity {
    display: flex;
    gap: 5px;
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content .quantity-area .quantity a {
    height: 24px;
    width: 34px;
    background: #fff;
    border: 1px solid var(--white-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--title-color);
    font-weight: 600;
    cursor: pointer;
    transition: 0.35s;
    margin-bottom: 15px;
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content .quantity-area .quantity a i {
    color: var(--title-color);
    transition: 0.35s;
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content .quantity-area .quantity a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content .quantity-area .quantity a:hover i {
    color: var(--title-color);
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content .quantity-area .quantity input {
    height: 24px;
    width: 34px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--title-color);
    border: 1px solid var(--white-color2);
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul {
        justify-content: flex-end;
    }
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    position: relative;
    transition: 0.5s;
    text-transform: capitalize;
    text-decoration: underline;
}

.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li:hover {
    color: var(--primary-color);
}

@media (max-width: 767px) {
    .cart-page .cart-shopping-wrapper .cart-table tbody tr td {
        display: block;
        width: 100%;
        text-align: right;
        position: relative;
        padding: 15px;
    }
    .cart-page .cart-shopping-wrapper .cart-table tbody tr td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        color: var(--paragraph-color);
        font-family: var(--font-dm-sans);
        font-size: 18px;
        font-weight: 400;
    }
}

.cart-page .cart-shopping-wrapper .details-button {
    color: #497CFF;
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
}

.cart-page .cart-shopping-wrapper .details-button svg {
    fill: #497CFF;
    transition: 0.5s;
}

.cart-page .cart-shopping-wrapper .details-button:hover {
    color: var(--primary-color);
}

.cart-page .cart-shopping-wrapper .details-button:hover svg {
    fill: var(--primary-color);
    transform: rotate(45deg);
}

@media (min-width: 992px) {
    .cart-page .cart-order-sum-area {
        padding-left: 15px;
    }
}

.cart-page .cart-order-sum-area .order-summary-wrap {
    padding: 40px;
    border: 1px solid var(--white-color2);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cart-page .cart-order-sum-area .order-summary-wrap {
        padding: 40px 25px;
    }
}

@media (max-width: 576px) {
    .cart-page .cart-order-sum-area .order-summary-wrap {
        padding: 35px 15px;
    }
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    line-height: 1;
    color: var(--title-color);
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li strong {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .order-info {
    text-align: right;
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .order-info p {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .order-info span {
    color: var(--title-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area {
    width: 100%;
    margin-bottom: 10px;
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area span {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner {
    position: relative;
    margin-top: 10px;
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner input {
    width: 100%;
    height: 48px;
    padding: 10px 100px 10px 20px;
    background-color: #F6F2F8;
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner input:focus {
    border: none;
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner .apply-btn {
    padding: 15px 23px;
    background-color: var(--title-color);
    border: 1px solid var(--title-color);
    color: var(--white-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.48px;
    line-height: 1;
    transition: 0.5s;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    position: absolute;
    margin-top: 0;
    top: 0;
    right: 0;
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner .apply-btn::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--white-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner .apply-btn:hover {
    color: var(--title-color);
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner .apply-btn:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li:last-child {
    margin-bottom: 0px;
}

.cart-page .cart-order-sum-area .order-summary-wrap .primary-btn {
    width: 100%;
}

/*=====================================
  58. product descripntion area
========================================*/

.product-description-and-review-area .nav2 {
    justify-content: start;
    width: 100%;
    line-height: 1;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 20px 0;
    margin-bottom: 30px;
    gap: 20px;
}

.product-description-and-review-area .nav2 .nav-link {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    padding: 8px 20px;
    line-height: 1;
    background-color: transparent;
    text-transform: capitalize;
    border-radius: 100px;
}

.product-description-and-review-area .nav2 .nav-link.active {
    background-color: var(--title-color);
    color: var(--white-color);
    position: relative;
}

.product-description-and-review-area .tab-content2 .description p:last-child {
    margin-bottom: 0;
}

.product-description-and-review-area .tab-content2 .review-form {
    border: 1px solid #eee;
    padding: 50px 40px;
    border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-description-and-review-area .tab-content2 .review-form {
        padding: 40px 20px;
    }
}

@media (max-width: 767px) {
    .product-description-and-review-area .tab-content2 .review-form {
        padding: 40px 30px;
    }
}

@media (max-width: 576px) {
    .product-description-and-review-area .tab-content2 .review-form {
        padding: 35px 15px;
    }
}

.product-description-and-review-area .tab-content2 .review-form .number-of-review {
    line-height: 1;
    margin-bottom: 30px;
}

.product-description-and-review-area .tab-content2 .review-form .number-of-review h4 {
    line-height: 1;
    margin-bottom: 0;
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}

.product-description-and-review-area .tab-content2 .review-form .primary-btn1 {
    background-color: var(--title-color);
    color: var(--white-color);
    text-transform: capitalize;
}

.product-description-and-review-area .tab-content2 .review-form .primary-btn1 svg path {
    stroke: var(--white-color);
}

.product-description-and-review-area .tab-content2 .review-form .primary-btn1:hover {
    color: var(--title-color);
}

.product-description-and-review-area .tab-content2 .review-form .primary-btn1:hover svg path {
    stroke: var(--title-color);
}

.product-description-and-review-area .tab-content2 .review-form .form-inner3 .review-rate-area {
    margin-bottom: 15px;
}

.product-description-and-review-area .tab-content2 .review-form .form-inner3 .review-rate-area p {
    font-family: var(--font-outfit);
    margin-bottom: 5px;
    color: var(--title-color);
}

.product-description-and-review-area .tab-content2 .review-form .form-inner3 .review-rate-area .rate {
    float: left;
}

.product-description-and-review-area .tab-content2 .review-form .form-inner3 .review-rate-area .rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.product-description-and-review-area .tab-content2 .review-form .form-inner3 .review-rate-area .rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    color: #ccc;
    padding-right: 8px;
    display: inline-block;
    margin-right: 8px;
}

.product-description-and-review-area .tab-content2 .review-form .form-inner3 .review-rate-area .rate:not(:checked)>label::before {
    content: "\f586";
    font-family: bootstrap-icons !important;
}

.product-description-and-review-area .tab-content2 .review-form .form-inner3 .review-rate-area .rate input:checked~label {
    color: #C2C00C;
}

.product-description-and-review-area .tab-content2 .review-form .form-inner3 .review-rate-area .rate:not(:checked)>label:hover,
.product-description-and-review-area .tab-content2 .review-form .form-inner3 .review-rate-area .rate:not(:checked)>label:hover~label {
    color: #C2C00C;
}

.product-description-and-review-area .tab-content2 .review-form .form-inner3 .review-rate-area input:checked+label:hover,
.product-description-and-review-area .tab-content2 .review-form .form-inner3 .review-rate-area input:checked+label:hover~label,
.product-description-and-review-area .tab-content2 .review-form .form-inner3 .review-rate-area input:checked~label:hover,
.product-description-and-review-area .tab-content2 .review-form .form-inner3 .review-rate-area input:checked~label:hover~label,
.product-description-and-review-area .tab-content2 .review-form .form-inner3 .review-rate-area label:hover~input:checked~label {
    color: #C2C00C;
}

.product-description-and-review-area .tab-content2 .review-form .form-inner label {
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--title-color);
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.product-description-and-review-area .tab-content2 .review-form .form-inner input {
    width: 100%;
    height: 52px;
    padding: 15px 25px;
    background-color: #F5F5F5;
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--paragraph-color);
    border: 1px solid #f1f1f1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 576px) {
    .product-description-and-review-area .tab-content2 .review-form .form-inner input {
        padding: 15px 18px;
    }
}

.product-description-and-review-area .tab-content2 .review-form .form-inner input:focus {
    background-color: transparent;
    border-color: var(--title-color);
}

.product-description-and-review-area .tab-content2 .review-form .form-inner textarea {
    width: 100%;
    min-height: 200px;
    padding: 15px 25px;
    background-color: #F5F5F5;
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--paragraph-color);
    border: 1px solid #f1f1f1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.product-description-and-review-area .tab-content2 .review-form .form-inner textarea:focus {
    background-color: transparent;
    border-color: var(--title-color);
    outline: none;
}

/*=====================================
  59. shop details top section
========================================*/

.shop-details-top-section.right-thumbnail-section .shop-details-content .quantity-color-area .quantity-color .widget-title span {
    color: #CC2131;
}

.shop-details-top-section.right-thumbnail-section .shop-details-img {
    justify-content: start;
}

.shop-details-top-section.right-thumbnail-section .shop-details-img .nav-pills {
    position: absolute;
    flex-direction: column;
    left: unset;
    right: 90px;
    top: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .shop-details-top-section.right-thumbnail-section .shop-details-img .nav-pills {
        right: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section.right-thumbnail-section .shop-details-img .nav-pills {
        position: relative;
        flex-direction: row;
        gap: 10px;
        left: unset;
        top: unset;
        right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .shop-details-top-section.right-thumbnail-section .shop-details-img .nav-pills {
        right: 150px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .shop-details-top-section.right-thumbnail-section .shop-details-img .nav-pills {
        right: -25px;
    }
}

@media (max-width: 576px) {
    .shop-details-top-section.right-thumbnail-section .shop-details-img .nav-pills {
        position: relative;
        flex-direction: row;
        gap: 10px;
        left: 10px;
        top: unset;
    }
}

.shop-details-top-section .shop-details-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-img {
        flex-direction: column;
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-img {
        flex-direction: column;
        gap: 25px;
    }
}

.shop-details-top-section .shop-details-img .product-img--main {
    position: relative;
    overflow: hidden;
    float: left;
    cursor: zoom-in;
    margin-left: 90px;
}

.shop-details-top-section .shop-details-img .product-img--main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.5s ease-out;
}

.shop-details-top-section .shop-details-img .nav-pills {
    position: absolute;
    left: -2px;
    top: 0;
    flex-direction: column;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .shop-details-top-section .shop-details-img .nav-pills {
        left: -3px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-img .nav-pills {
        position: relative;
        flex-direction: row;
        gap: 10px;
        left: unset;
        top: unset;
    }
}

@media (max-width: 991px) {
    .shop-details-top-section .shop-details-img .nav-pills {
        left: 0;
        top: 0;
    }
}

@media (max-width: 767px) {
    .shop-details-top-section .shop-details-img .nav-pills {
        position: relative;
        flex-direction: row;
        gap: 10px;
        left: 10px;
        top: unset;
    }
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-img .nav-pills {
        left: 0;
    }
}

.shop-details-top-section .shop-details-img .nav-pills .nav-link {
    background-color: unset;
    margin-bottom: 10px;
    border-radius: unset;
    padding: 0;
    width: 90px;
}

.shop-details-top-section .shop-details-img .nav-pills .nav-link.active {
    border: 1px solid var(--primary-color1);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-img .nav-pills .nav-link {
        border: 1px solid #eee;
    }
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-img .nav-pills .nav-link {
        border: 1px solid #eee;
        width: 70px;
        height: 70px;
        padding: 0;
    }
}

.shop-details-top-section .shop-details-img.style-2 {
    display: block;
}

.shop-details-top-section .shop-details-img.style-2 .exclusive-slider {
    position: relative;
}

.shop-details-top-section .shop-details-img.style-2 .exclusive-slider .slider-btn {
    display: block;
}

.shop-details-top-section .shop-details-img.style-2 .exclusive-slider .slider-btn .exclusive-prev-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    z-index: 1;
}

.shop-details-top-section .shop-details-img.style-2 .exclusive-slider .slider-btn .exclusive-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    z-index: 1;
}

.shop-details-top-section .shop-details-img.style-2 .nav-pills {
    position: relative;
    flex-direction: row;
    left: unset;
    top: unset;
    gap: 35px;
    padding-top: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-img.style-2 .nav-pills {
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-img.style-2 .nav-pills {
        gap: 20px;
        justify-content: center;
    }
}

.shop-details-top-section .shop-details-img.style-2 .nav-pills .nav-link {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-img.style-2 .nav-pills .nav-link {
        width: unset;
        height: unset;
    }
}

.shop-details-top-section .shop-details-img.style-3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
}

.shop-details-top-section .shop-details-img.style-4 {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-img.style-4 {
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .shop-details-top-section .shop-details-img.style-4 {
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-img.style-4 {
        justify-content: center;
        align-items: center;
    }
}

.shop-details-top-section .shop-details-img.style-4 .nav-pills {
    position: relative;
    left: unset;
    top: unset;
    gap: unset;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-img.style-4 .nav-pills {
        gap: 25px;
    }
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-img.style-4 .nav-pills {
        gap: 25px;
        justify-content: center;
    }
}

.shop-details-top-section .shop-details-img.style-4 .nav-pills .nav-link {
    margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-img.style-4 .nav-pills .nav-link {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-img.style-4 .nav-pills .nav-link {
        margin-bottom: 0;
    }
}

.shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img {
    position: relative;
}

.shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img .video-btn {
    width: 131px;
    height: 37px;
    border-radius: 50px;
    border: 1px solid rgba(34, 34, 34, 0.2);
    background-color: var(--white-color);
    color: var(--primary-color1);
    font-family: var(--font-outfit);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 20px;
    transition: 0.5s;
    z-index: 1;
}

.shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img .video-btn i {
    font-size: 18px;
}

.shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img .video-btn:hover {
    background-color: var(--primary-color1);
    color: var(--white-color);
}

.shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img .video-overlay {
    background-color: rgba(34, 34, 34, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-details-top-section .shop-details-img.style-4 .shop-details-tab-img .video-overlay a i {
    font-size: 60px;
    color: var(--white-color);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-details-top-section .shop-details-img.sticky {
    position: sticky;
    top: 50px;
}

.shop-details-top-section .shop-details-content h3 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-content h3 {
        font-size: 33px;
    }
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-content h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

.shop-details-top-section .shop-details-content .rating-review {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-content .rating-review {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }
}

.shop-details-top-section .shop-details-content .rating-review .rating {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

.shop-details-top-section .shop-details-content .rating-review .rating .star {
    display: flex;
    align-items: center;
    gap: 6px;
}

.shop-details-top-section .shop-details-content .rating-review .rating .star i {
    font-size: 14px;
    color: #ffc107;
}

.shop-details-top-section .shop-details-content .rating-review .rating p {
    margin-bottom: 0;
}

.shop-details-top-section .shop-details-content .rating-review .rating p a {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.5s;
}

.shop-details-top-section .shop-details-content .rating-review .rating p a:hover {
    color: var(--paragraph-color);
}

.shop-details-top-section .shop-details-content .rating-review p {
    color: var(--primary-color1);
    font-family: var(--font-outfit);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.shop-details-top-section .shop-details-content p {
    color: #636262;
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-content p {
        font-size: 15px;
    }
}

.shop-details-top-section .shop-details-content .price-area {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--white-color2);
    max-width: 448px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-content .price-area {
        margin-bottom: 30px;
    }
}

.shop-details-top-section .shop-details-content .price-area .price {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
    display: flex;
    gap: 12px;
}

.shop-details-top-section .shop-details-content .price-area .price del {
    color: var(--paragraph-color);
    font-family: var(--font-outfit);
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
}

.shop-details-top-section .shop-details-content .size-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.shop-details-top-section .shop-details-content .size-list ul li {
    font-family: var(--font-outfit);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--title-color);
    border: 1px solid rgba(238, 238, 238, 0.9333333333);
    min-height: 22px;
    min-width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.shop-details-top-section .shop-details-content .size-list ul li.selected {
    background-color: #1E1E1E;
    color: var(--white-color);
}

.shop-details-top-section .shop-details-content .quantity-color-area {
    gap: 50px;
    margin-bottom: 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-content .quantity-color-area {
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-content .quantity-color-area {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-area .quantity {
    display: flex;
    gap: 5px;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-area .quantity a {
    height: 40px;
    width: 41px;
    background: #fff;
    border: 1px solid var(--white-color2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--title-color);
    font-weight: 600;
    cursor: pointer;
    transition: 0.35s;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-area .quantity a i {
    color: var(--title-color);
    transition: 0.35s;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-area .quantity a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-area .quantity a:hover i {
    color: var(--title-color);
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-area .quantity input {
    height: 40px;
    width: 78px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--title-color);
    border: 1px solid var(--white-color2);
    font-weight: 500;
    text-align: center;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 23px;
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-content .quantity-color-area .quantity-color {
        display: inline-flex;
        flex-wrap: wrap;
    }
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .widget-title {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.48px;
    margin-bottom: 0;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .widget-title span {
    color: #199033;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .color-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .color-list {
        gap: 15px;
    }
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .color-list li {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .color-list li span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #730718;
    display: inline-block;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .color-list li:nth-child(2) span {
    background-color: #815147;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .color-list li:nth-child(3) span {
    background-color: #4A212B;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .color-list li:nth-child(4) span {
    background-color: #ED5C31;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .color-list li:nth-child(5) span {
    background-color: #93625F;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .color-list li:nth-child(6) span {
    background-color: #CE626C;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .color-list li.selected {
    border: 1px solid #A0A0A0;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .product-size {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .product-size li {
    width: 60px;
    height: 30px;
    border: 1px solid var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: var(--font-outfit);
    color: var(--primary-color1);
    cursor: pointer;
    line-height: 1.2;
    transition: 0.5s;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .product-size li.selected {
    background-color: var(--primary-color1);
    border: 1px solid var(--primary-color1);
    color: var(--white-color);
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .countdown-timer {
    margin-bottom: 5px;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .countdown-timer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .countdown-timer ul {
        gap: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .countdown-timer ul {
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .countdown-timer ul {
        gap: 12px;
    }
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .countdown-timer ul li {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .countdown-timer ul li {
        font-size: 23px;
    }
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .countdown-timer ul li strong {
    background: transparent;
    color: var(--title-color);
    border: 1px solid var(--white-color2);
    padding: 20px;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .countdown-timer ul li span {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .countdown-timer ul li span:first-child {
    display: none;
    visibility: hidden;
}

.shop-details-top-section .shop-details-content .quantity-color-area .quantity-color .countdown-timer ul svg {
    fill: rgba(255, 255, 255, 0.15);
}

.shop-details-top-section .shop-details-content .shop-details-btn {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid var(--primary-color1);
    padding-bottom: 20px;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-content .shop-details-btn {
        gap: 20px;
    }
}

.shop-details-top-section .shop-details-content .shop-details-btn .primary-btn {
    padding: 12px 42px;
    cursor: pointer;
    background: transparent;
    border: 1px solid var(--title-color);
}

.shop-details-top-section .shop-details-content .shop-details-btn .primary-btn2 {
    padding: 12px 55px;
    cursor: pointer;
    border: 1px solid var(--title-color);
}

.shop-details-top-section .shop-details-content .shop-details-btn .primary-btn2:hover {
    border: 1px solid var(--title-color);
}

.shop-details-top-section .shop-details-content .product-info {
    padding-top: 25px;
    border-top: 1px solid var(--white-color2);
    max-width: 448px;
}

.shop-details-top-section .shop-details-content .product-info .product-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 70px;
}

.shop-details-top-section .shop-details-content .product-info .product-info-list li {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.shop-details-top-section .shop-details-content .product-info .product-info-list li a {
    color: var(--paragraph-color3);
    transition: 0.35s;
}

.shop-details-top-section .shop-details-content .product-info .product-info-list li a:hover {
    color: var(--primary-color1);
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-content .product-info .product-info-list li {
        margin-right: 15px;
    }
}

.shop-details-top-section .shop-details-content .product-info .product-info-list li span {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
}

.shop-details-top-section .shop-details-content .product-shipping-delivers {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-content .product-shipping-delivers {
        display: inline-flex;
        flex-wrap: wrap;
    }
}

.shop-details-top-section .shop-details-content .product-shipping-delivers li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

.shop-details-top-section .shop-details-content .product-shipping-delivers li:last-child {
    margin-bottom: 0;
}

.shop-details-top-section .shop-details-content .product-shipping-delivers li svg {
    fill: var(--paragraph-color);
}

.shop-details-top-section .shop-details-content .product-shipping-delivers li p {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.shop-details-top-section .shop-details-content .product-shipping-delivers li p a {
    color: var(--paragraph-color);
    background: linear-gradient(to bottom, #222222 0%, #222222 98%);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background-size 0.75s;
}

.shop-details-top-section .shop-details-content .product-shipping-delivers li p a:hover {
    background-size: 0 2px;
    background-position: 0% 100%;
}

.shop-details-top-section .shop-details-content .compare-wishlist-area {
    margin-top: 16px;
    padding-bottom: 30px;
}

.shop-details-top-section .shop-details-content .compare-wishlist-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

.shop-details-top-section .shop-details-content .compare-wishlist-area ul li {
    transition: 0.5s;
}

.shop-details-top-section .shop-details-content .compare-wishlist-area ul li a {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: 0.5s;
}

.shop-details-top-section .shop-details-content .compare-wishlist-area ul li a span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(238, 238, 238, 0.9333333333);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.shop-details-top-section .shop-details-content .compare-wishlist-area ul li a span svg path {
    stroke: var(--paragraph-color);
    transition: 0.5s;
}

.shop-details-top-section .shop-details-content .compare-wishlist-area ul li a:hover {
    color: var(--title-color);
}

.shop-details-top-section .shop-details-content .compare-wishlist-area ul li:hover a span {
    background-color: var(--title-color);
}

.shop-details-top-section .shop-details-content .compare-wishlist-area ul li:hover a span svg path {
    stroke: var(--white-color);
}

.shop-details-top-section .shop-details-content .accordion {
    margin-top: 20px;
}

.shop-details-top-section .shop-details-content .accordion .accordion-item {
    border-radius: unset;
    border: unset;
}

.shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-header {
    border: unset;
    border-bottom: 1px solid var(--primary-color1);
}

.shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--primary-color1);
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    padding: 30px 20px;
}

.shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: unset;
}

.shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-header .accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-header .accordion-button::after {
    width: unset;
    height: unset;
    content: "\f282";
    font-family: bootstrap-icons;
    background-image: none;
    font-weight: 800;
    font-size: 18px;
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-header .accordion-button {
        padding: 20px;
    }
}

.shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-body .product-description p {
    color: var(--primary-color1);
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-body .product-description h6 {
    color: var(--primary-color1);
    font-family: var(--font-outfit);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-body .product-description ul {
    padding-left: 25px;
    list-style: disc;
}

.shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-body .product-description ul li {
    color: var(--primary-color1);
    font-family: var(--font-outfit);
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-body .product-description ul li span {
    font-weight: 500;
}

.shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-body .review-area {
    padding-top: 20px;
}

.shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-body .review-area .comment-section .comment-title {
    margin-bottom: 35px;
}

.shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 {
    margin-bottom: 0;
}

.shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 tbody tr {
    border-width: 1px;
    border-color: #eee;
}

.shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 tbody tr td {
    border-width: 1px;
    border-color: #eee;
    padding: 15px;
    color: var(--primary-color1);
    font-family: var(--font-outfit);
    font-size: 14px;
    line-height: 30px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 tbody tr td {
        padding: 10px;
    }
}

.shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 tbody tr td:nth-child(1) {
    font-weight: 600;
    font-size: 16px;
    color: var(--primary-color1);
    font-family: var(--font-outfit);
    text-align: start;
    line-height: 26px;
}

@media (min-width: 992px) {
    .shop-details-top-section .shop-details-content .accordion .accordion-item .accordion-body .addithonal-information .total-table2 tbody tr td:nth-child(1) {
        width: 25%;
    }
}

.shop-details-top-section .shop-details-content.style-2 {
    margin-bottom: 80px;
}

.shop-details-top-section .shop-details-content.style-2 .shop-details-content-left {
    max-width: 600px;
    width: 100%;
}

.shop-details-top-section .shop-details-content.style-2 .shop-details-btn {
    border-bottom: unset;
    padding-bottom: 0;
}

.shop-details-top-section .shop-details-content.style-2 .product-info {
    padding-top: 0;
}

.shop-details-top-section .shop-details-content.sticky {
    position: sticky;
    top: 55px;
}

.shop-details-top-section .shop-details-content.style-3 .countdown-timer {
    margin-bottom: 40px;
}

.shop-details-top-section .shop-details-content.style-3 .countdown-timer ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .shop-details-top-section .shop-details-content.style-3 .countdown-timer ul {
        gap: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-content.style-3 .countdown-timer ul {
        gap: 12px;
    }
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-content.style-3 .countdown-timer ul {
        gap: 12px;
    }
}

.shop-details-top-section .shop-details-content.style-3 .countdown-timer ul li {
    color: var(--primary-color1);
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid rgba(34, 34, 34, 0.3);
    border-radius: 5px;
    width: 70px;
    height: 70px;
    padding: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-content.style-3 .countdown-timer ul li {
        font-size: 23px;
    }
}

.shop-details-top-section .shop-details-content.style-3 .countdown-timer ul li span {
    color: rgba(34, 34, 34, 0.6999999881);
    font-family: var(--font-outfit);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

.shop-details-top-section .shop-details-content.style-3 .countdown-timer ul li span:last-child {
    display: none;
    visibility: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shop-details-top-section .shop-details-content.style-3 .countdown-timer ul li span {
        font-size: 13px;
    }
}

.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog {
    animation: zoom-In-effect 0.5s;
}

.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content {
    border-radius: unset;
    border: 1px solid var(--primary-color1);
    padding: 40px 45px;
    position: relative;
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content {
        padding: 30px 20px;
    }
}

.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header h4 {
    color: var(--primary-color1);
    text-align: center;
    font-family: var(--font-outfit);
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header h4 {
        font-size: 22px;
    }
}

.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header p {
    color: var(--paragraph-color2);
    font-family: var(--font-outfit);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.5;
}

.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.1);
    height: 35px;
    width: 35px;
    cursor: pointer;
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn {
        width: 25px;
        height: 25px;
        top: 10px;
        right: 10px;
    }
}

.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn::before,
.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn::after {
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 6px);
    display: block;
    height: 1px;
    width: 15px;
    background-color: var(--gray-dark, #000);
    transition: all 0.3s ease-out;
}

@media (max-width: 576px) {
    .shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn::before,
    .shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn::after {
        width: 12px;
    }
}

.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn::after {
    transform: rotate(-135deg);
}

.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn:hover::before,
.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-header .close-btn:hover::after {
    transform: rotate(0deg);
}

.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner input {
    border: 1px solid var(--primary-color1);
    width: 100%;
    height: 50px;
    padding: 15px 20px;
}

.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner input:focus {
    border: 1px solid #ddd;
}

.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner input::-moz-placeholder {
    color: rgba(34, 34, 34, 0.5);
    font-family: var(--font-outfit);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .form-inner input::placeholder {
    color: rgba(34, 34, 34, 0.5);
    font-family: var(--font-outfit);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.shop-details-top-section .shop-details-content.style-3 .modal .modal-dialog .modal-content .modal-body .notify-me-form .primary-btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.shop-details-top-section .shop-details-content.style-3 .item-stock {
    margin-bottom: 40px;
}

.shop-details-top-section .shop-details-content.style-3 .item-stock p {
    color: var(--primary-color1);
    font-family: var(--font-outfit);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
}

.shop-details-top-section .shop-details-content.style-3 .item-stock p span {
    color: #FF6161;
}

.shop-details-top-section .shop-details-content.style-3 .item-stock .item-stock-bar {
    background-color: rgba(34, 34, 34, 0.15);
    border-radius: 5px;
    position: relative;
    height: 3px;
    width: 100%;
}

.shop-details-top-section .shop-details-content.style-3 .item-stock .item-stock-bar .item-stock-percentage {
    background: var(--primary-color1);
    border-radius: 5px;
    height: 100%;
    width: 20%;
    transition: 1s ease 0.3s;
}

.shop-details-top-section .shop-details-content.style-3 h6 {
    color: var(--primary-color1);
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.shop-details-top-section .shop-details-content.style-3 h6 span {
    color: #FF6161;
    font-weight: 400;
}

.shop-details-top-section .shop-details-content.style-3 .notify-me-form {
    max-width: 470px;
    width: 100%;
    padding-bottom: 35px;
}

.shop-details-top-section .shop-details-content.style-3 .notify-me-form .form-inner input {
    border: 1px solid var(--primary-color1);
    width: 100%;
    height: 50px;
    padding: 15px 20px;
}

.shop-details-top-section .shop-details-content.style-3 .notify-me-form .form-inner input:focus {
    border: 1px solid #ddd;
}

.shop-details-top-section .shop-details-content.style-3 .notify-me-form .form-inner input::-moz-placeholder {
    color: rgba(34, 34, 34, 0.5);
    font-family: var(--font-outfit);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.shop-details-top-section .shop-details-content.style-3 .notify-me-form .form-inner input::placeholder {
    color: rgba(34, 34, 34, 0.5);
    font-family: var(--font-outfit);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.shop-details-top-section .shop-details-content.style-3 .notify-me-form .primary-btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/*=====================================
  60. shop details top section
========================================*/

.product-card-section .primary-btn2 {
    border: 1px solid var(--title-color);
}

.product-card-section .primary-btn2:hover {
    border: 1px solid var(--title-color);
}

.video-section .video-section-image {
    position: relative;
}

.video-section .video-section-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.36);
}

.video-section .video-section-image .video-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-section .video-section-image .video-area .icon {
    position: relative;
}

.video-section .video-section-image .video-area .icon .video-circle {
    stroke: var(--white-color);
    fill: none;
    transition: 0.5s;
}

@media (max-width: 767px) {
    .video-section .video-section-image .video-area .icon .video-circle {
        width: 50px;
    }
}

.video-section .video-section-image .video-area .icon .video-circle .top-half {
    stroke-dasharray: 320;
    stroke-dashoffset: 320;
    transition: stroke-dashoffset 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.video-section .video-section-image .video-area .icon i {
    color: var(--white-color);
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 2px;
}

@media (max-width: 767px) {
    .video-section .video-section-image .video-area .icon i {
        font-size: 30px;
    }
}

.video-section .video-section-image .video-area:hover .icon .video-circle .top-half {
    stroke-dashoffset: 0;
}

/*=====================================
  61. Error page section
========================================*/

.error-page .error-wrapper {
    text-align: center;
}

.error-page .error-wrapper .error-img {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .error-page .error-wrapper .error-img {
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .error-page .error-wrapper .error-img {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .error-page .error-wrapper .error-img img {
        width: 300px;
    }
}

.error-page .error-wrapper .error-content h1 {
    color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .error-page .error-wrapper .error-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .error-page .error-wrapper .error-content h1 {
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}

.error-page .error-wrapper .error-content p {
    color: var(--paragraph-color);
    font-family: var(--font-dm-sans);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .error-page .error-wrapper .error-content p {
        margin-bottom: 55px;
    }
}

@media (max-width: 767px) {
    .error-page .error-wrapper .error-content p {
        margin-bottom: 45px;
    }
}

@media (max-width: 576px) {
    .error-page .error-wrapper .error-content p {
        font-size: 18px;
        margin-bottom: 35px;
    }
}

.error-page .error-wrapper .error-content .primary-btn {
    padding: 19px 28px;
    max-width: 346px;
    width: 100%;
    justify-content: space-between;
    background-color: #F5F5F5;
    font-family: var(--font-dm-sans);
    font-weight: 700;
}

@media (max-width: 576px) {
    .error-page .error-wrapper .error-content .primary-btn {
        max-width: 320px;
    }
}

.error-page .error-wrapper .error-content .primary-btn::after {
    background-color: var(--primary-color);
    left: 8%;
}

.error-page .error-wrapper .error-content .primary-btn:hover {
    color: var(--title-color);
}

/*# sourceMappingURL=style.css.map */


.custom-category-section .category-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  text-decoration: none;
  color: inherit;
  border: 1px solid #ddd;
  padding: 20px;
}
.custom-category-section .category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.custom-category-section .category-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  text-align: center;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
  transition: background 0.3s ease;
}
.custom-category-section .category-card .overlay h5 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}
.custom-category-section .category-card:hover img {
  transform: scale(1.1);
}
.custom-category-section .category-card:hover .overlay {
  background: linear-gradient(to top, rgba(0, 0, 34, 0.85), transparent);
}



/* Quantity Buttons */
.qty-btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  background: #f0f0f0;
  border-radius: 5px;
  margin: 0 5px;
  font-weight: bold;
}

/* Table Borders */
.cart-table th, .cart-table td, .summary-table th, .summary-table td {
  
  vertical-align: middle;
}

/* Summary Table */
/* Summary Container */
.summary-container {
  border-radius: 10px;
  overflow: hidden;
  background: #f9f9f9;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Summary Table */
.summary-table th, .summary-table td {
  font-weight: 600;
  vertical-align: middle;
}

.summary-table a.btn {
  font-weight: bold;
}

/* Table Borders */
.table th, .table td {
  vertical-align: middle;
  border: 1px solid #ddd !important;
}

/* Stock Labels */
.stock-label {
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 0.85rem;
  font-weight: 600;
}
.in-stock {
  background-color: green;
  color: white;
}
.out-stock {
  background-color: red;
  color: white;
}

/* Product Image */
.table img {
  width: 60px;
  object-fit: cover;
  border-radius: 5px;
}

/* Mobile Card Styling */
.wishlist-card img {
  width: 80px;
  object-fit: cover;
}
.wishlist-card {
  border: 1px solid #ddd;
  border-radius: 10px;
}


/* Main Image */
.main-image-box {
  position: relative;
  border: 1px solid #eee;
  padding: 10px;
  background: #fff;
  max-width: 500px; /* এখানেই main image max size নির্ধারণ */
  margin: 0 auto;   /* center alignment */
}

.main-image-box img {
  width: 100%;
  height: auto;
  display: block;       /* extra space remove */
}

.product-gallery {
  max-width: 500px;      /* Main image + thumbnails width একরকম */
  margin: 0 auto;        /* Center alignment */
}


/* Zoom Result */
#zoomResult {
  position: absolute;
  top: 0;
  left: 105%;
  width: 400px;
  height: 400px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-size: 200%;
  display: none;
  z-index: 100;
}

/* Thumbnails */
.thumb-list {
  display: flex;
  gap: 10px;
  overflow-x: auto;     /* scroll support */
  padding: 5px 0;
  justify-content: flex-start; /* left aligned */
}

.thumb-list img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  flex: 0 0 auto;       /* prevent shrinking */
  border-radius: 6px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.3s;
}


.thumb-list img.active,
.thumb-list img:hover {
  border-color: #007bff;
}

/* Product Info */

.product-title {
  color: var(--title-color);
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.product-desc {

    font-family: var(--font-dm-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--paragraph-color);
}

.product-price {
  font-size: 1.5rem;
  color: #e63946;
  font-weight: bold;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  font-size: 1rem;
  margin-left: 10px;
}



.product-features li {
  list-style: none;
  margin-bottom: 5px;
  color: #222;
}


.product-size h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.size-btn {
  padding: 8px 18px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.size-btn:hover {
  border-color: #000;
  background: #f7f7f7;
}

.size-btn.active {
  background: #000;
  color: #fff;
  border-color: #000;
}




/* Thumbnail List Fix */
.thumb-list {
  display: flex;
  gap: 10px;
  overflow-x: auto;        /* ছোট স্ক্রিনে horizontal scroll */
  padding-bottom: 5px;
  scrollbar-width: thin;   /* Firefox scrollbar */
}

.thumb-list::-webkit-scrollbar {
  height: 6px; /* Chrome scrollbar */
}

.thumb-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.thumb-list img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  flex: 0 0 auto;          /* Prevent shrinking */
  transition: border 0.3s ease, transform 0.3s ease;
}

.thumb-list img:hover {
  border: 2px solid #007bff;
  transform: scale(1.05);
}

.thumb-list img.active {
  border: 2px solid #007bff;
}



.login-box {
  max-width: 1200px;
  width: 100%;
  background: #fff;
}

/* Input fields */
.custom-input {
  padding: 12px 15px;  /* extra top-bottom padding */
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.custom-input:focus {
  border-color: #F79321;
  box-shadow: 0 0 0 0.2rem rgba(247,147,33,0.25);
}

/* Login button */
.custom-btn {
  background-color: #2D3195;
  border: none;
  padding: 12px;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s ease;
  color: #fff;
}

.custom-btn:hover {
  background-color: #5e5e5e;
  color: #fff;
}

/* Register section */
.register-side {
  background: linear-gradient(135deg, #2D3195, #F79321);
  text-align: center;
  padding: 50px 30px;
}

.register-side h2 {
    color:#fff;
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.login-custom-h2{
    color:#5e5e5e;
    font-family: var(--font-outfit);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.register-side p {
  font-family: var(--font-dm-sans);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #f4f4f4;
    margin-bottom: 25px;

}

.register-btn {
  background-color: #fff;
  color: #2D3195;
  transition: 0.3s ease;
}

.register-btn:hover {
  background-color: #F79321;
  color: #fff;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F79321; /* Orange */
  opacity: 0.5;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  width: 30px;  /* active indicator becomes pill */
  border-radius: 10px;
  background-color: #2D3195; /* Blue */
  opacity: 1;
}

.contact-section {
  background: #f8f9fc;
}

.icon-box {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F79321, #2D3195);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

.contact-info h5 {
  color: #2D3195;
}

.map-container {
  min-height: 300px;
}













