:root {
    font-size: 62.5%;
    --primary-color: #e04f4f;
    --hover-color: #e04f4f;
    --primary-color-two: #0d7862;
    --hover-color-two: #04b691;
    --primary-color-three: #5f8e3e;
    --hover-color-three: #519224;
    --secondary-color: #fdd65b;
    --bColor: #777777;
    --white: #ffffff;
    --black: #000000;
    --header-height: 4rem;

    --dark-color: hsl(0, 0%, 10%);
    --body-color: hsl(0, 0%, 85%);
    --section-color: linear-gradient(135deg, hsl(0, 0%, 70%), hsl(0, 0%, 30%));
    --container-color: linear-gradient(
        135deg,
        hsl(0, 0%, 80%),
        hsl(0, 0%, 50%)
    );
    --hover-color2: linear-gradient(90deg, hsl(0, 0%, 100%), hsl(0, 0%, 80%));
    --white-color: hsl(0, 0%, 100%);

    --body-font-family: "Poppins", sans-serif;
    --biggest-font-size: 4rem;
    --h1-font-size: 3rem;
    --h2-font-size: 2rem;
    --h3-font-size: 1.5rem;
    --normal-font-size: 1rem;
    --small-font-size: 0.9rem;
    --tiny-font-size: 0.75rem;

    --font-regular: 400;
    --font-medium: 500;
    --font-semi: 600;
    --font-bold: 700;

    --mb-0-5: 0.5rem;
    --mb-0-75: 0.75rem;
    --mb-1: 1rem;
    --mb-1-5: 1.5rem;
    --mb-2: 2rem;
    --mb-2-5: 2.5rem;
    --mb-3: 3rem;
}
.form-check-input:checked {
    background-color: black !important;
    border-color: black !important;
}
html,
body {
    height: 100%;
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    color: var(--bColor);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
    font-weight: 700;
}

iframe {
    border: none;
}

a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
    -moz-outline: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    outline: 0;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

:focus {
    outline: none;
}

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

button:focus {
    -moz-outline: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section {
    padding: 13rem 0;
}

.section-top {
    padding-top: 13rem;
}

.section-bottom {
    padding-bottom: 13rem;
}

.btn.focus,
.btn:focus {
    border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.acurate {
    margin: 0;
    padding: 0;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 12px;
    margin-bottom: 26px;
}

.alignright {
    float: right;
    margin-left: 12px;
    margin-bottom: 26px;
}

.aligncenter {
    display: block;
    margin: 0 auto 26px;
}

a:focus {
    outline: 0px solid;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 26px;
}

a {
    text-decoration: none;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
    color: var(--hover-color);
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

::-moz-selection {
    background: var(--primary-color);
    text-shadow: none;
}

::selection {
    background: var(--primary-color);
    text-shadow: none;
    color: #ffffff;
}

.browserupgrade {
    margin: 26px 0;
    background: var(--primary-color);
    color: #ffffff;
    padding: 26px 0;
}

.p-0 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
    padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 0.5rem;
}

.mt-10 {
    margin-top: 1rem;
}

.mt-15 {
    margin-top: 1.5rem;
}

.mt-20 {
    margin-top: 2rem;
}

.mt-25 {
    margin-top: 2.5rem;
}

.mt-30 {
    margin-top: 3rem;
}

.mt-35 {
    margin-top: 3.5rem;
}

.mt-40 {
    margin-top: 4rem;
}

.mt-45 {
    margin-top: 4.5rem;
}

.mt-50 {
    margin-top: 5rem;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 0.5rem;
}

.mb-10 {
    margin-bottom: 1rem;
}

.mb-15 {
    margin-bottom: 1.5rem;
}

.mb-20 {
    margin-bottom: 2rem;
}

.mb-25 {
    margin-bottom: 2.5rem;
}

.mb-30 {
    margin-bottom: 3rem;
}

.mb-35 {
    margin-bottom: 3.5rem;
}

.mb-40 {
    margin-bottom: 4rem;
}

.mb-45 {
    margin-bottom: 4.5rem;
}

.mb-50 {
    margin-bottom: 5rem;
}

.mb-55 {
    margin-bottom: 5.5rem;
}

.mb-60 {
    margin-bottom: 6rem;
}

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

.section-bg {
    background-color: #f4f4f4;
}

.section-bg-two {
    background-color: #f8f3e7;
}

#scrollUp {
    background: var(--white);
    bottom: 20px;
    color: var(--primary-color);
    font-size: 20px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 1000;
    border-radius: 5px;
    -webkit-box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.2);
}

#scrollUp:hover {
    background: var(--hover-color);
    color: var(--white);
}

@media (max-width: 991px) {
    .section {
        padding: 6rem 0;
    }
    .section-top {
        padding-top: 6rem;
    }
    .section-bottom {
        padding-bottom: 6rem;
    }
    .pb-90 {
        padding-bottom: 30px;
    }
    .pb-100 {
        padding-bottom: 30px;
    }
    .pb-110 {
        padding-bottom: 40px;
    }
    .mb-60 {
        margin-bottom: 4rem;
    }
    .mb-100 {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 5rem 0;
    }
    .section-top {
        padding-top: 5rem;
    }
    .section-bottom {
        padding-bottom: 5rem;
    }
    .pb-90 {
        padding-bottom: 20px;
    }
    .pb-100 {
        padding-bottom: 20px;
    }
    .pb-110 {
        padding-bottom: 30px;
    }
    .mb-60 {
        margin-bottom: 3rem;
    }
    .mb-100 {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: var(--bs-gutter-x, 12px);
        padding-left: var(--bs-gutter-x, 12px);
    }
}

#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999999999;
}

#status {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.theme-modal .modal-dialog .modal-content .modal-body {
    background-color: #e5e5e7;
    padding: 0px;
}

.theme-modal .modal-dialog .modal-content .modal-body .offer_modal_img {
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left {
    padding: 50px;
}

.theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left img {
    height: 34px;
}

.theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left h3 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 25px;
    color: #000;
}

.theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
    font-weight: 500;
    padding-bottom: 22px;
}

.theme-modal
    .modal-dialog
    .modal-content
    .modal-body
    .offer_modal_left
    form
    input {
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 50px;
    font-size: 16px;
    padding: 12px 20px;
}

.theme-modal
    .modal-dialog
    .modal-content
    .modal-body
    .offer_modal_left
    form
    label {
    font-size: 14px;
}

.theme-modal
    .modal-dialog
    .modal-content
    .modal-body
    .offer_modal_left
    form
    button {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    height: 50px;
    padding: 10px 20px;
    font-weight: 500;
    background-color: var(--primary-color);
    color: #fff;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
}

.theme-modal
    .modal-dialog
    .modal-content
    .modal-body
    .offer_modal_left
    form
    button:hover {
    background-color: var(--hover-color);
}

.theme-modal
    .modal-dialog
    .modal-content
    .modal-body
    .offer_modal_left
    form
    .check_boxed_modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.theme-modal
    .modal-dialog
    .modal-content
    .modal-body
    .offer_modal_left
    form
    .check_boxed_modal
    input {
    margin-right: 10px;
    height: 30px;
}

.theme-modal .modal-dialog .modal-content .modal-body .btn-close {
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 15px;
    cursor: pointer;
    z-index: 999;
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-bottom: 5px;
}

.theme-modal .modal-dialog .modal-content .modal-body .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 320px) and (max-width: 400px) {
    .theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left {
        padding: 23px;
    }
    .popular-categories-area-v2 .catagory-left .catagory-title:after {
        display: none;
    }
}

.header-area .header-top {
    padding: 2.2rem 0;
    border-bottom: 1px solid #ededed;
}

.header-area .header-top .header-top-left .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    color: var(--black);
}

.header-area .header-top .header-top-left .contact-info .icon {
    margin-right: 1rem;
}

.header-area .header-top .header-top-left .contact-info .icon::before {
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 700;
}

.header-area .header-top .header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-area .header-top .switcher-lang-currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2rem;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    margin-right: 2rem;
}

.header-area .header-top .top-bar-menu .menu-list {
    margin: 0;
    padding: 0;
}

.header-area .header-top .top-bar-menu .menu-list .menu-item {
    display: inline-block;
    margin-right: 3rem;
}

.header-area .header-top .top-bar-menu .menu-list .menu-item .menu-link {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #888888;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-area .header-top .top-bar-menu .menu-list .menu-item .menu-link:hover {
    color: var(--primary-color);
}

.header-area .header-top .account-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-area .header-top .account-btn .user-icon {
    margin-right: 5px;
    font-size: 2.2rem;
}

.header-area .header-top .account-btn:hover {
    color: var(--primary-color);
}
/* here */
.header-area .header-middle {
    padding: 0 !important ;
}

.header-area .header-middle .header-middle-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-area .header-middle .header-middle-wrap .brand-area .brand-image {
    max-width: 150px;
}

.header-area .header-middle .header-middle-wrap .search-area {
    width: 580px;
}

.header-area .header-middle .header-middle-wrap .search-area .search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #c4c4c4;
    border-radius: 0.6rem;
}

.header-area
    .header-middle
    .header-middle-wrap
    .search-area
    .search-wrap
    .form-select {
    width: 160px;
    height: 5.2rem;
    padding: 0 1.5rem;
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    border: none;
    background-color: transparent;
    white-space: nowrap;
}

.header-area
    .header-middle
    .header-middle-wrap
    .search-area
    .search-wrap
    .form-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-area
    .header-middle
    .header-middle-wrap
    .search-area
    .search-wrap
    .form-group {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-area
    .header-middle
    .header-middle-wrap
    .search-area
    .search-wrap
    .form-group::before {
    position: absolute;
    content: "";
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d0d0d0;
    width: 1px;
    height: 20px;
}

.header-area
    .header-middle
    .header-middle-wrap
    .search-area
    .search-wrap
    .form-group
    .form-control {
    width: 100%;
    height: 5.2rem;
    padding: 0 2rem;
    padding-right: 5rem;
    border: none;
    background-color: transparent;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333333;
}

.header-area
    .header-middle
    .header-middle-wrap
    .search-area
    .search-wrap
    .form-group
    .form-control::-webkit-input-placeholder {
    color: #333333;
}

.header-area
    .header-middle
    .header-middle-wrap
    .search-area
    .search-wrap
    .form-group
    .form-control:-ms-input-placeholder {
    color: #333333;
}

.header-area
    .header-middle
    .header-middle-wrap
    .search-area
    .search-wrap
    .form-group
    .form-control::-ms-input-placeholder {
    color: #333333;
}

.header-area
    .header-middle
    .header-middle-wrap
    .search-area
    .search-wrap
    .form-group
    .form-control::placeholder {
    color: #333333;
}

.header-area
    .header-middle
    .header-middle-wrap
    .search-area
    .search-wrap
    .form-group
    .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-area
    .header-middle
    .header-middle-wrap
    .search-area
    .search-wrap
    .form-group
    .search-btn {
    position: absolute;
    right: 2.5rem;
    top: 1.8rem;
    padding: 0;
    line-height: 1;
    border: none;
    background-color: transparent;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 700;
}

.header-area
    .header-middle
    .header-middle-wrap
    .search-area
    .search-wrap
    .form-group
    .search-btn:hover {
    color: var(--primary-color);
}

.header-area .header-middle .header-middle-wrap .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-area .header-middle .header-middle-wrap .header-right .single-btn {
    margin-right: 4rem;
}

.header-area
    .header-middle
    .header-middle-wrap
    .header-right
    .single-btn:last-child {
    margin-right: 0;
}

.header-area
    .header-middle
    .header-middle-wrap
    .header-right
    .single-btn
    .header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-area
    .header-middle
    .header-middle-wrap
    .header-right
    .single-btn
    .header-btn
    .btn-left {
    position: relative;
    width: 3rem;
    height: 3rem;
    margin-right: 1.5rem;
}

.header-area
    .header-middle
    .header-middle-wrap
    .header-right
    .single-btn
    .header-btn
    .btn-left
    .count {
    position: absolute;
    right: -5px;
    top: 0;
    width: 1.8rem;
    height: 1.8rem;
    line-height: 2rem;
    border-radius: 50%;
    background-color: #fca610;
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.header-area
    .header-middle
    .header-middle-wrap
    .header-right
    .single-btn
    .header-btn
    .btn-left
    .btn-icon {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    color: var(--black);
}

.header-area
    .header-middle
    .header-middle-wrap
    .header-right
    .single-btn
    .header-btn
    .btn-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-area
    .header-middle
    .header-middle-wrap
    .header-right
    .single-btn
    .header-btn
    .btn-right
    .btn-text {
    margin-bottom: 0.5rem;
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.header-area
    .header-middle
    .header-middle-wrap
    .header-right
    .single-btn
    .header-btn
    .btn-right
    .item-count {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    color: #888888;
}

.header-area
    .header-middle
    .header-middle-wrap
    .header-right
    .single-btn
    .header-btn
    .btn-right
    .price {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    color: #888888;
}

.header-area
    .header-middle
    .header-middle-wrap
    .header-right
    .single-btn
    .header-btn.wishlist-btn
    .btn-left
    .count {
    background-color: #fca610;
}

.header-area
    .header-middle
    .header-middle-wrap
    .header-right
    .single-btn
    .header-btn.compare-btn
    .btn-left
    .count {
    background-color: #00aa6c;
}

.header-area
    .header-middle
    .header-middle-wrap
    .header-right
    .single-btn
    .header-btn.cart-btn
    .btn-left
    .count {
    background-color: #ef1b27;
}

.header-area .header-bottom {
    background-color: var(--black);
}

.header-area .header-bottom .menu-area .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-area .header-bottom .menu-area .main-menu .menu-item {
    margin: 0 2rem;
}

.header-area .header-bottom .menu-area .main-menu .menu-item .menu-link {
    display: inline-block;
    position: relative;
    padding: 1.7rem 0;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item
    .menu-link
    .arrow-icon {
    margin-left: 5px;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item
    .menu-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    background-color: var(--primary-color);
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}

.header-area .header-bottom .menu-area .main-menu .menu-item .menu-link::after {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    background-color: var(--primary-color);
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item:hover
    .menu-link::before {
    width: 100%;
    opacity: 1;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item:hover
    .menu-link::after {
    width: 100%;
    opacity: 1;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.active
    .menu-link::before {
    width: 100%;
    opacity: 1;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.active
    .menu-link::after {
    width: 100%;
    opacity: 1;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children {
    position: relative;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children
    .sub-menu {
    position: absolute;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    left: -20px;
    min-width: 244px;
    border-radius: 0;
    padding: 0 10px;
    z-index: 5;
    pointer-events: none;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .sub-menu-item {
    display: block;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .sub-menu-item:last-child {
    border-bottom: none;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .sub-menu-item
    .sub-menu-link {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--bColor);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 1rem;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .sub-menu-item
    .sub-menu-link:hover {
    color: var(--primary-color);
    padding-left: 1.5rem;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children:hover
    .sub-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.header-area .header-bottom .menu-area .main-menu .menu-item.mega-menu-parent {
    position: static;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu-area {
    padding: 6rem 0;
    position: absolute;
    background: #ffffff;
    -webkit-box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    z-index: 99;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent:hover
    .mega-menu-area {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1024px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item {
    width: 27%;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item:last-child {
    width: 46%;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .mega-menu-title {
    display: block;
    margin-bottom: 3rem;
    font-family: "Jost", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items {
    margin: 0;
    padding: 0;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items {
    list-style: none;
    display: block;
    margin-bottom: 2rem;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link {
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #555555;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link
    .menu-item-badge {
    display: inline-block;
    font-size: 1.4rem;
    padding: 0.5rem 0.8rem;
    line-height: 1;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--white);
    background-color: #00aa6c;
    margin-left: 0.5rem;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link
    .menu-item-badge.new {
    background-color: #ef1b27;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link
    .menu-item-badge.trending {
    background-color: #fca610;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link
    .menu-item-badge.popular {
    background-color: #00aa6c;
}

.header-area
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link:hover {
    color: var(--primary-color);
}

.lang-switcher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.lang-switcher .flag {
    margin-right: 5px;
    width: 24px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.lang-switcher .lang {
    color: #888888;
    font-size: 1.5rem;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 500;
}

.lang-switcher .lang .fa-angle-down {
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.lang-switcher .lang-list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    padding: 12px;
    position: absolute;
    top: 90px;
    left: 0px;
    width: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.lang-switcher .lang-list .single-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
    cursor: pointer;
}

.lang-switcher .lang-list .single-lang .lang-text {
    color: var(--bColor);
    display: block;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.lang-switcher .lang-list .single-lang .lang-text:hover {
    color: var(--primary-color);
}

.lang-switcher .lang-list .single-lang .flag {
    margin-right: 6px;
    border-radius: 50%;
}

.lang-switcher .lang-list .single-lang:last-child {
    margin-bottom: 0;
}

.lang-switcher .lang-list::before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
}

.lang-switcher .lang-list-open {
    opacity: 1;
    top: 52px;
    visibility: visible;
    z-index: 9;
}

.currency-switcher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2rem;
    padding: 0;
    min-width: 63px;
}

.currency-switcher .flag {
    margin-right: 5px;
    width: 24px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.currency-switcher .flag i {
    font-size: 13px;
}

.currency-switcher .currency {
    color: #888888;
    font-size: 1.5rem;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 500;
}

.currency-switcher .currency .fa-angle-down {
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.currency-switcher .currency-list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    padding: 12px;
    position: absolute;
    top: 90px;
    left: 0px;
    width: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.currency-switcher .currency-list .single-currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
    cursor: pointer;
}

.currency-switcher .currency-list .single-currency .currency-text {
    color: var(--bColor);
    display: block;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.currency-switcher .currency-list .single-currency .currency-text:hover {
    color: var(--primary-color);
}

.currency-switcher .currency-list .single-currency .flag {
    margin-right: 6px;
    border-radius: 50%;
}

.currency-switcher .currency-list .single-currency:last-child {
    margin-bottom: 0;
}

.currency-switcher .currency-list::before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
}

.currency-switcher .currency-list-open {
    opacity: 1;
    top: 52px;
    visibility: visible;
    z-index: 9;
}

.account-switcher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2rem;
    padding: 0;
    min-width: 63px;
}

.account-switcher .flag {
    margin-right: 5px;
    width: 24px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.account-switcher .flag i {
    font-size: 13px;
}

.account-switcher .lang {
    color: #888888;
    font-size: 1.5rem;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 500;
}

.account-switcher .lang .fa-angle-down {
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.account-switcher .account-list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    padding: 12px;
    position: absolute;
    top: 63px;
    left: 0px;
    width: 136px !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.account-switcher .account-list .single-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
    cursor: pointer;
}

.account-switcher .account-list .single-lang .lang-text {
    color: var(--bColor);
    display: block;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.account-switcher .account-list .single-lang .lang-text:hover {
    color: var(--primary-color);
}

.account-switcher .account-list .single-lang .flag {
    margin-right: 6px;
    border-radius: 50%;
}

.account-switcher .account-list .single-lang:last-child {
    margin-bottom: 0;
}

.account-switcher .account-list::before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
}

.account-switcher .currency-list-open {
    opacity: 1;
    top: 52px;
    visibility: visible;
    z-index: 9;
}

@media (max-width: 1399px) {
    .header-area .header-top .top-bar-menu {
        display: none;
    }
    .header-area .header-middle .header-middle-wrap .search-area {
        width: 450px;
    }
}

@media (max-width: 1199px) {
    .header-area
        .header-middle
        .header-middle-wrap
        .header-right
        .single-btn
        .header-btn
        .btn-right {
        display: none;
    }
    .header-area .header-middle .header-middle-wrap .header-right .single-btn {
        margin-right: 1rem;
    }
}

.header-area-v2 .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 100px;
}

.header-area-v2 .header-top {
    padding: 2rem 0;
    background: var(--primary-color-two);
}

.header-area-v2 .header-top .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    color: var(--white);
}

.header-area-v2 .header-top .contact-info .icon {
    margin-right: 1rem;
}

.header-area-v2 .header-top .contact-info .icon::before {
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 700;
}

.header-area-v2 .header-top .top-bar-menu .menu-list {
    margin: 0;
    padding: 0;
}

.header-area-v2 .header-top .top-bar-menu .menu-list .menu-item {
    display: inline-block;
    margin-right: 3rem;
}

.header-area-v2 .header-top .top-bar-menu .menu-list .menu-item .menu-link {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-area-v2
    .header-top
    .top-bar-menu
    .menu-list
    .menu-item
    .menu-link:hover {
    color: var(--hover-color-two);
}

.header-area-v2 .header-top .switcher-lang-currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-area-v2 .header-middle {
    padding: 3.5rem 0;
}

.header-area-v2 .header-middle .header-right .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 260px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-area-v2 .header-middle .header-right .btn-list .single-item {
    list-style: none;
    margin-right: 2rem;
}

.header-area-v2 .header-middle .header-right .btn-list .single-item:last-child {
    margin-right: 0;
}

.header-area-v2
    .header-middle
    .header-right
    .btn-list
    .single-item
    .single-btn {
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-area-v2
    .header-middle
    .header-right
    .btn-list
    .single-item
    .single-btn
    .btn-icon::before {
    font-size: 2.2rem;
    font-weight: 500;
}

.header-area-v2
    .header-middle
    .header-right
    .btn-list
    .single-item
    .single-btn:hover {
    color: var(--primary-color-two);
}

.header-area-v2 .header-middle .brand-logo-area .brand-logo {
    display: inline-block;
}

.header-area-v2 .header-middle .brand-logo-area .brand-logo .brand-image {
    max-width: 200px;
}

.header-area-v2 .header-middle .search-area .form-group {
    display: inline-block;
    position: relative;
}

.header-area-v2 .header-middle .search-area .form-group .form-control {
    width: 260px;
    height: 40px;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    padding-left: 3rem;
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #333333;
}

.header-area-v2
    .header-middle
    .search-area
    .form-group
    .form-control::-webkit-input-placeholder {
    color: #333333;
}

.header-area-v2
    .header-middle
    .search-area
    .form-group
    .form-control:-ms-input-placeholder {
    color: #333333;
}

.header-area-v2
    .header-middle
    .search-area
    .form-group
    .form-control::-ms-input-placeholder {
    color: #333333;
}

.header-area-v2
    .header-middle
    .search-area
    .form-group
    .form-control::placeholder {
    color: #333333;
}

.header-area-v2 .header-middle .search-area .form-group .search-btn {
    position: absolute;
    left: 0;
    top: 10px;
    border: none;
    padding: 0;
    background: transparent;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-area-v2 .header-middle .search-area .form-group .search-btn:hover {
    color: var(--primary-color-two);
}

.header-area-v2 .header-bottom {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ededed;
}

.header-area-v2 .header-bottom .menu-area .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-area-v2 .header-bottom .menu-area .main-menu .menu-item {
    margin: 0 2rem;
}

.header-area-v2 .header-bottom .menu-area .main-menu .menu-item .menu-link {
    display: inline-block;
    position: relative;
    padding: 1.7rem 0;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--black);
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item
    .menu-link
    .arrow-icon {
    margin-left: 5px;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item:hover
    .menu-link {
    color: var(--primary-color-two);
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.active
    .menu-link {
    color: var(--primary-color-two);
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children {
    position: relative;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children
    .sub-menu {
    position: absolute;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    left: -20px;
    min-width: 244px;
    border-radius: 0;
    padding: 0 10px;
    z-index: 5;
    pointer-events: none;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .sub-menu-item {
    display: block;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .sub-menu-item:last-child {
    border-bottom: none;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .sub-menu-item
    .sub-menu-link {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--bColor);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 1rem;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .sub-menu-item
    .sub-menu-link:hover {
    color: var(--primary-color-two);
    padding-left: 1.5rem;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children:hover
    .sub-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent {
    position: static;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu-area {
    padding: 6rem 0;
    position: absolute;
    background: #ffffff;
    -webkit-box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    z-index: 99;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent:hover
    .mega-menu-area {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1024px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item {
    width: 27%;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item:last-child {
    width: 46%;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .mega-menu-title {
    display: block;
    margin-bottom: 3rem;
    font-family: "Jost", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items {
    margin: 0;
    padding: 0;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items {
    list-style: none;
    display: block;
    margin-bottom: 2rem;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link {
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #555555;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link
    .menu-item-badge {
    display: inline-block;
    font-size: 1.4rem;
    padding: 0.5rem 0.8rem;
    line-height: 1;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--white);
    background-color: #00aa6c;
    margin-left: 0.5rem;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link
    .menu-item-badge.new {
    background-color: #ef1b27;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link
    .menu-item-badge.trending {
    background-color: #fca610;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link
    .menu-item-badge.popular {
    background-color: #00aa6c;
}

.header-area-v2
    .header-bottom
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link:hover {
    color: var(--primary-color-two);
}

.header-area-v2 .lang-switcher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    min-width: 60px;
}

.header-area-v2 .lang-switcher .flag {
    margin-right: 5px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.header-area-v2 .lang-switcher .lang {
    color: var(--white);
    font-size: 1.5rem;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 500;
}

.header-area-v2 .lang-switcher .lang .fa-angle-down {
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.header-area-v2 .lang-switcher .lang-list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    padding: 12px;
    position: absolute;
    top: 90px;
    left: 0px;
    width: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header-area-v2 .lang-switcher .lang-list .single-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
    cursor: pointer;
}

.header-area-v2 .lang-switcher .lang-list .single-lang .lang-text {
    color: var(--bColor);
    display: block;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header-area-v2 .lang-switcher .lang-list .single-lang .lang-text:hover {
    color: var(--hover-color-two);
}

.header-area-v2 .lang-switcher .lang-list .single-lang .flag {
    margin-right: 6px;
    border-radius: 50%;
}

.header-area-v2 .lang-switcher .lang-list .single-lang:last-child {
    margin-bottom: 0;
}

.header-area-v2 .lang-switcher .lang-list::before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--hover-color-two);
}

.header-area-v2 .lang-switcher .lang-list-open {
    opacity: 1;
    top: 52px;
    visibility: visible;
    z-index: 9;
}

.header-area-v2 .currency-switcher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    padding: 0;
    min-width: 60px;
}

.header-area-v2 .currency-switcher .flag {
    margin-right: 5px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.header-area-v2 .currency-switcher .currency {
    color: var(--white);
    font-size: 1.5rem;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 500;
}

.header-area-v2 .currency-switcher .currency .fa-angle-down {
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.header-area-v2 .currency-switcher .currency-list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    padding: 12px;
    position: absolute;
    top: 90px;
    left: 0px;
    width: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header-area-v2 .currency-switcher .currency-list .single-currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
    cursor: pointer;
}

.header-area-v2
    .currency-switcher
    .currency-list
    .single-currency
    .currency-text {
    color: var(--bColor);
    display: block;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header-area-v2
    .currency-switcher
    .currency-list
    .single-currency
    .currency-text:hover {
    color: var(--hover-color-two);
}

.header-area-v2 .currency-switcher .currency-list .single-currency .flag {
    margin-right: 6px;
    border-radius: 50%;
}

.header-area-v2 .currency-switcher .currency-list .single-currency:last-child {
    margin-bottom: 0;
}

.header-area-v2 .currency-switcher .currency-list::before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--hover-color-two);
}

.header-area-v2 .currency-switcher .currency-list-open {
    opacity: 1;
    top: 52px;
    visibility: visible;
    z-index: 9;
}

@media (max-width: 1199px) {
    .header-area-v2 .header-top .top-bar-menu {
        display: none;
    }
}

.header-area-v3 {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 4rem;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 65px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 65px 2px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}

.header-area-v3.header-transparent {
    position: absolute;
    top: 4rem;
    left: 0;
    right: 0;
    z-index: 999;
    margin-top: 0;
}

.header-area-v3 .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-area-v3 .brand-logo {
    display: inline-block;
}

.header-area-v3 .menu-area .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-area-v3 .menu-area .main-menu .menu-item {
    margin: 0 2rem;
}

.header-area-v3 .menu-area .main-menu .menu-item .menu-link {
    display: inline-block;
    position: relative;
    padding: 3rem 0;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--black);
}

.header-area-v3 .menu-area .main-menu .menu-item .menu-link .arrow-icon {
    margin-left: 5px;
}

.header-area-v3 .menu-area .main-menu .menu-item:hover .menu-link {
    color: var(--primary-color-two);
}

.header-area-v3 .menu-area .main-menu .menu-item.active .menu-link {
    color: var(--primary-color-two);
}

.header-area-v3 .menu-area .main-menu .menu-item.menu-item-has-children {
    position: relative;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children
    .sub-menu {
    position: absolute;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    left: -20px;
    min-width: 244px;
    border-radius: 0;
    padding: 0 10px;
    z-index: 5;
    pointer-events: none;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .sub-menu-item {
    display: block;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .sub-menu-item:last-child {
    border-bottom: none;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .sub-menu-item
    .sub-menu-link {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--bColor);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 1rem;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children
    .sub-menu
    .sub-menu-item
    .sub-menu-link:hover {
    color: var(--primary-color-two);
    padding-left: 1.5rem;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.menu-item-has-children:hover
    .sub-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.header-area-v3 .menu-area .main-menu .menu-item.mega-menu-parent {
    position: static;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu-area {
    padding: 6rem 0;
    position: absolute;
    background: #ffffff;
    -webkit-box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    z-index: 99;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent:hover
    .mega-menu-area {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
}

.header-area-v3 .menu-area .main-menu .menu-item.mega-menu-parent .mega-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1024px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item {
    width: 27%;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item:last-child {
    width: 46%;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .mega-menu-title {
    display: block;
    margin-bottom: 3rem;
    font-family: "Jost", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items {
    margin: 0;
    padding: 0;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items {
    list-style: none;
    display: block;
    margin-bottom: 2rem;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link {
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #555555;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link
    .menu-item-badge {
    display: inline-block;
    font-size: 1.4rem;
    padding: 0.5rem 0.8rem;
    line-height: 1;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--white);
    background-color: #00aa6c;
    margin-left: 0.5rem;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link
    .menu-item-badge.new {
    background-color: #ef1b27;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link
    .menu-item-badge.trending {
    background-color: #fca610;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link
    .menu-item-badge.popular {
    background-color: #00aa6c;
}

.header-area-v3
    .menu-area
    .main-menu
    .menu-item.mega-menu-parent
    .mega-menu
    .mega-menu-item
    .menu-items
    .mega-menu-items
    .mega-menu-link:hover {
    color: var(--primary-color-two);
}

.header-area-v3 .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-area-v3 .header-right .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 2rem;
    padding: 0;
    border-right: 1px solid #d6d6d6;
}

.header-area-v3 .header-right .btn-list .single-item {
    list-style: none;
    margin-right: 2rem;
    height: 2.4rem;
    line-height: 1;
}

.header-area-v3 .header-right .btn-list .single-item .single-btn {
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-area-v3
    .header-right
    .btn-list
    .single-item
    .single-btn
    .btn-icon::before {
    font-size: 2.4rem;
    font-weight: 500;
}

.header-area-v3 .header-right .btn-list .single-item .single-btn:hover {
    color: var(--primary-color-two);
}

.header-area-v3 .header-right .menu-bar {
    padding: 0;
    border: none;
    background-color: transparent;
}

@media (max-width: 1199px) {
    .header-area-v3.header-transparent {
        top: 1.5rem;
    }
    .header-area-v3 {
        margin-top: 1.5rem;
    }
    .header-area-v3 .menu-area .main-menu .menu-item {
        margin: 0 1.2rem;
    }
}

@media (max-width: 991px) {
    .header-area-v3 .menu-area {
        display: none;
    }
    .header-area-v3 {
        padding: 1.5rem 0;
    }
    .header-area-v3.header-transparent {
        top: 1rem;
    }
}

.mobile-header-area {
    padding: 15px 0;
}

.mobile-header-area .menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile-header-area .brand-logo .brand-image {
    max-width: 120px;
}

.mobile-header-area .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mobile-header-area .header-right .header-btn {
    display: inline-block;
    margin-right: 2rem;
    position: relative;
    top: 5px;
}

.mobile-header-area .header-right .header-btn .btn-left {
    position: relative;
    width: 3rem;
}

.mobile-header-area .header-right .header-btn .btn-left .count {
    position: absolute;
    right: 0;
    top: -3px;
    width: 1.8rem;
    height: 1.8rem;
    line-height: 2rem;
    border-radius: 50%;
    background-color: #fca610;
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.mobile-header-area .header-right .header-btn .btn-left .btn-icon {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 600;
    color: var(--black);
}

.mobile-header-area .header-right .header-btn.wishlist-btn .btn-left .count {
    background-color: #fca610;
}

.mobile-header-area .header-right .header-btn.compare-btn .btn-left .count {
    background-color: #00aa6c;
}

.mobile-header-area .header-right .header-btn.cart-btn .btn-left .count {
    background-color: #ef1b27;
}

.mobile-header-area .header-right .menu-bar {
    position: relative;
    top: 3px;
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 18px;
}

.mobile-header-area .header-right .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    top: 5px;
}

.mobile-header-area .header-right .btn-list .single-item {
    list-style: none;
    margin-right: 2rem;
}

.mobile-header-area .header-right .btn-list .single-item .single-btn {
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.mobile-header-area
    .header-right
    .btn-list
    .single-item
    .single-btn
    .btn-icon::before {
    font-size: 2.2rem;
    font-weight: 500;
}

.mobile-header-area .header-right .btn-list .single-item .single-btn:hover {
    color: var(--primary-color-two);
}

.menu-offcanvas {
    width: 88%;
    padding: 3rem 1.5rem;
    border-right: 1px solid #fafafa;
    -webkit-box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.menu-offcanvas::-webkit-scrollbar {
    display: none;
}

.menu-offcanvas .mobile-menu-area .offcanvas-header {
    padding: 0;
    margin-bottom: 3rem;
}

.menu-offcanvas .mobile-menu-area .offcanvas-header .brand-logo {
    display: inline-block;
}

.menu-offcanvas .mobile-menu-area .menu-search-form {
    margin-bottom: 3rem;
}

.menu-offcanvas .mobile-menu-area .menu-search-form .form-select {
    margin-bottom: 1.5rem;
    width: 100%;
    height: 5.2rem;
    padding: 0 1.5rem;
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    border: 1px solid #c4c4c4;
    border-radius: 0.6rem;
    background-color: transparent;
    white-space: nowrap;
}

.menu-offcanvas .mobile-menu-area .menu-search-form .form-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-offcanvas .mobile-menu-area .menu-search-form .form-group {
    position: relative;
}

.menu-offcanvas .mobile-menu-area .menu-search-form .form-group .form-control {
    width: 100%;
    height: 5.2rem;
    padding: 0 1.5rem;
    padding-right: 4rem;
    border: none;
    background-color: transparent;
    border: 1px solid #c4c4c4;
    border-radius: 0.6rem;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333333;
}

.menu-offcanvas
    .mobile-menu-area
    .menu-search-form
    .form-group
    .form-control::-webkit-input-placeholder {
    color: #333333;
}

.menu-offcanvas
    .mobile-menu-area
    .menu-search-form
    .form-group
    .form-control:-ms-input-placeholder {
    color: #333333;
}

.menu-offcanvas
    .mobile-menu-area
    .menu-search-form
    .form-group
    .form-control::-ms-input-placeholder {
    color: #333333;
}

.menu-offcanvas
    .mobile-menu-area
    .menu-search-form
    .form-group
    .form-control::placeholder {
    color: #333333;
}

.menu-offcanvas
    .mobile-menu-area
    .menu-search-form
    .form-group
    .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-offcanvas .mobile-menu-area .menu-search-form .form-group .search-btn {
    position: absolute;
    right: 1.5rem;
    top: 1.8rem;
    padding: 0;
    line-height: 1;
    border: none;
    background-color: transparent;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 700;
}

.menu-offcanvas
    .mobile-menu-area
    .menu-search-form
    .form-group
    .search-btn:hover {
    color: var(--primary-color);
}

.menu-offcanvas .mobile-menu-area .menu-bottom .currency-switcher {
    margin-bottom: 1.5rem;
}

.menu-offcanvas .mobile-menu-area .menu-bottom .lang-switcher {
    margin-bottom: 1.5rem;
}

.menu-offcanvas
    .mobile-menu-area
    .menu-bottom
    .currency-switcher
    .currency-list-open {
    top: 38px;
}

.menu-offcanvas .mobile-menu-area .menu-bottom .lang-switcher .lang-list-open {
    top: 38px;
}

.menu-offcanvas .mobile-menu-area .menu-bottom .account-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-offcanvas .mobile-menu-area .menu-bottom .account-btn .user-icon {
    margin-right: 5px;
    font-size: 2.2rem;
}

.menu-offcanvas .mobile-menu-area .menu-bottom .account-btn:hover {
    color: var(--primary-color);
}

.menu-offcanvas .mobile-menu-area .main-menu .menu-list .menu-item {
    position: relative;
    margin-bottom: 1.5rem;
}

.menu-offcanvas
    .mobile-menu-area
    .main-menu
    .menu-list
    .menu-item
    .menu-expand {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 0;
    cursor: pointer;
    background-color: transparent;
}

.menu-offcanvas
    .mobile-menu-area
    .main-menu
    .menu-list
    .menu-item
    .menu-expand::before {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    width: 14px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    background-color: #7e7e7e;
}

.menu-offcanvas
    .mobile-menu-area
    .main-menu
    .menu-list
    .menu-item
    .menu-expand::after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    width: 14px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(0.75) rotate(90deg);
    transform: scale(0.75) rotate(90deg);
    background-color: #7e7e7e;
}

.menu-offcanvas
    .mobile-menu-area
    .main-menu
    .menu-list
    .menu-item.active
    .menu-expand::after {
    -webkit-transform: inherit;
    transform: inherit;
}

.menu-offcanvas .mobile-menu-area .main-menu .menu-list .menu-item .menu-link {
    display: block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #555555;
}

.menu-offcanvas
    .mobile-menu-area
    .main-menu
    .menu-list
    .menu-item:hover
    .menu-link {
    color: var(--primary-color);
}

.menu-offcanvas
    .mobile-menu-area
    .main-menu
    .menu-list
    .menu-item.active
    .menu-link {
    color: var(--primary-color);
}

.menu-offcanvas .mobile-menu-area .main-menu .menu-list .menu-item .sub-menu {
    display: none;
}

.menu-offcanvas
    .mobile-menu-area
    .main-menu
    .menu-list
    .menu-item
    .sub-menu
    .sub-menu-item {
    margin-top: 1.5rem;
}

.menu-offcanvas
    .mobile-menu-area
    .main-menu
    .menu-list
    .menu-item
    .sub-menu
    .sub-menu-title {
    display: block;
    margin-bottom: 2rem;
    font-family: "Jost", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.menu-offcanvas
    .mobile-menu-area
    .main-menu
    .menu-list
    .menu-item
    .sub-menu
    .sub-menu-link {
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #555555;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-offcanvas
    .mobile-menu-area
    .main-menu
    .menu-list
    .menu-item
    .sub-menu
    .sub-menu-link
    .menu-item-badge {
    display: inline-block;
    font-size: 1.4rem;
    padding: 0.5rem 0.8rem;
    line-height: 1;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--white);
    background-color: #00aa6c;
    margin-left: 0.5rem;
}

.menu-offcanvas
    .mobile-menu-area
    .main-menu
    .menu-list
    .menu-item
    .sub-menu
    .sub-menu-link
    .menu-item-badge.new {
    background-color: #ef1b27;
}

.menu-offcanvas
    .mobile-menu-area
    .main-menu
    .menu-list
    .menu-item
    .sub-menu
    .sub-menu-link
    .menu-item-badge.trending {
    background-color: #fca610;
}

.menu-offcanvas
    .mobile-menu-area
    .main-menu
    .menu-list
    .menu-item
    .sub-menu
    .sub-menu-link
    .menu-item-badge.popular {
    background-color: #00aa6c;
}

.menu-offcanvas
    .mobile-menu-area
    .main-menu
    .menu-list
    .menu-item
    .sub-menu
    .sub-menu-link:hover {
    color: var(--primary-color);
}
.brand-image {
    color: black;
}
@media (max-width: 480px) {
    .mobile-header-area .header-right .header-btn {
        margin-right: 1rem;
    }
    .mobile-header-area .brand-logo .brand-image {
        max-width: 100px;
    }
    .mobile-header-area .header-right .btn-list .single-item {
        margin-right: 1rem;
    }
    .header-area-v3 .header-right .btn-list .single-item {
        margin-right: 1rem;
    }
    .header-area-v3 .header-right .btn-list {
        margin-right: 1rem;
    }
}

.primary-btn {
    display: inline-block;
    padding: 1.4rem 3rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #000 !important;
    color: var(--white) !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: none;
    border-radius: 6.8rem !important;
}

.primary-btn:hover {
    background-color: var(--white) !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 6.8rem !important;
}
.hover-black:hover {
    background-color: #313131 !important;
    color: var(--white) !important;
    border: none !important;
}

/* .auth-btn {
    background-color: #000 !important;
    color: var(--white) !important;
}

.primary-btn:hover {
    border: 1px solid #000 !important;
    background-color: var(--white) !important;
    color: #000 !important;
} */

.primary-btn-v2 {
    display: inline-block;
    padding: 1.4rem 3rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
    background-color: var(--primary-color-two);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: none;
}

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

.primary-btn-v3 {
    display: inline-block;
    padding: 1.4rem 3rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
    background-color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: none;
    border-radius: 0.8rem;
}

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

.secondary-btn {
    display: inline-block;
    padding: 1.2rem 3rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid var(--black);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.secondary-btn .iocn {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    margin-left: 1rem;
    vertical-align: text-top;
}

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

.secondary-btn-v2 {
    display: inline-block;
    padding: 1.3rem 3rem;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: capitalize;
    border: 1px solid var(--black);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.secondary-btn-v2.round {
    border-radius: 0.8rem;
}

.secondary-btn-v2 .iocn {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    margin-left: 1rem;
    vertical-align: text-top;
}

.secondary-btn-v2:hover {
    background-color: var(--primary-color-three);
    border-color: var(--primary-color-three);
    color: var(--white);
}

.see-btn {
    display: inline-block;
    font-size: 2rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.see-btn:hover {
    color: var(--hover-color);
    border-color: var(--hover-color);
}

@media (max-width: 575px) {
    .primary-btn {
        padding: 0.8rem 1.5rem;
        font-size: 1.3rem;
    }
}

.login-wrap {
    position: relative;
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.login-wrap .icon {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.login-wrap .icon span {
    color: #000;
}

.login-wrap h1 {
    font-size: 3rem;
    font-weight: 500;
    color: var(--black);
}

.login-wrap form .form-group {
    margin-bottom: 20px;
}

.login-wrap form input {
    height: 50px;
    border: 1px solid #c4c4c4;
    border-radius: 0.6rem;
    padding: 15px;
    font-size: 16px;
}

.login-wrap form .checkbox-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-wrap form .checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.login-wrap form .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.login-wrap form .checkbox-wrap:hover input ~ .checkmark {
    background-color: #ccc;
}

.login-wrap form .checkbox-wrap input:checked ~ .checkmark {
    background-color: #2196f3;
}

.login-wrap form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.login-wrap form .checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
}

.login-wrap form .checkbox-wrap .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-wrap form .forget-password-link {
    font-weight: 500;
    color: var(--black);
}

.login-wrap form .forget-password-link:hover {
    color: var(--hover-color);
}

.login-wrap form .already-have-account {
    margin-top: 20px;
    text-align: center;
}

.login-wrap form .already-have-account a {
    margin-left: 5px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .login-wrap form .already-have-account {
        margin-top: 10px;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .login-wrap .primary-btn {
        padding: 0.8rem 1.5rem;
        font-size: 1.6rem;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .login-wrap {
        padding: 30px;
    }
}

.hero-section .hero-slider .slick-dots {
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero-section .hero-slider .slick-dots li {
    margin-bottom: 2rem;
    font-size: 0;
    padding: 0;
    line-height: 1;
}

.hero-section .hero-slider .slick-dots li:last-child {
    margin-bottom: 0;
}

.hero-section .hero-slider .slick-dots li button {
    position: relative;
    font-size: 0;
    line-height: 1;
    padding: 0;
    border: none;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: var(--black);
}

.hero-section .hero-slider .slick-dots li button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    border-radius: 50%;
    border: 1px solid var(--black);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hero-section .hero-slider .slick-dots li.slick-active button:after {
    opacity: 1;
    visibility: visible;
}

.hero-section .hero-slider .signle-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 67vh;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-section .hero-slider .signle-slide .slider-sub-title {
    font-family: "Allison", cursive;
    font-size: 8.8rem;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    color: #9d4040 !important;
}

.hero-section .hero-slider .signle-slide .slider-title {
    margin-bottom: 1.5rem;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}

.hero-section .hero-slider .signle-slide .slider-text {
    margin-bottom: 4.5rem;
    font-size: 2rem;
    line-height: 3rem;
    color: #555555;
}

.hero-section .hero-slider .signle-slide .slider-btn .secondary-btn {
    margin-left: 1.5rem;
}

@media (max-width: 1199px) {
    .hero-section .hero-slider .signle-slide .slider-sub-title {
        font-size: 6rem;
    }
    .hero-section .hero-slider .signle-slide .slider-title {
        font-size: 4rem;
    }
    .hero-section .hero-slider .signle-slide .slider-text {
        margin-bottom: 2.5rem;
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .hero-section .hero-slider .signle-slide {
        height: 550px;
    }
}

@media (max-width: 991px) {
    .hero-section .hero-slider .signle-slide {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
        padding-top: 3rem;
    }
    .hero-section .hero-slider .signle-slide .slider-text {
        margin-bottom: 1.5rem;
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .hero-section .hero-slider .signle-slide .primary-btn {
        padding: 1rem 1.5rem;
        font-size: 1.4rem;
    }
    .hero-section .hero-slider .signle-slide .secondary-btn {
        padding: 0.8rem 1.5rem;
        font-size: 1.4rem;
    }
    .secondary-btn .iocn {
        font-size: 1.4rem;
        margin-left: 0.5rem;
        vertical-align: middle;
    }
    .hero-section .hero-slider .signle-slide .slider-title {
        margin-bottom: 1.5rem;
        font-size: 3.2rem;
    }
    .hero-section .hero-slider .signle-slide .slider-sub-title {
        font-size: 4rem;
    }
}

@media (max-width: 768px) {
    .hero-section .hero-slider .slick-dots {
        position: absolute;
        right: 0;
        left: 0;
        top: auto;
        bottom: 16px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
    }
    .hero-section .hero-slider .slick-dots li {
        display: inline-block;
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-slider .signle-slide .primary-btn {
        display: none;
    }
}

@media (max-width: 575px) {
    .hero-section .hero-slider .signle-slide .slider-sub-title {
        font-size: 3rem;
    }
    .hero-section .hero-slider .signle-slide .slider-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .hero-section .hero-slider .signle-slide .slider-btn .secondary-btn {
        margin-left: 0;
    }
    .hero-section .secondary-btn {
        padding: 0.4rem 1.5rem !important;
    }
    .hero-section .primary-btn {
        padding: 1.4rem 2rem;
    }
    .hero-section .hero-slider .signle-slide .slider-text {
        display: none;
    }
}

@media (max-width: 360px) {
    .hero-section .hero-slider .signle-slide .secondary-btn {
        padding: 0.6rem 1.2rem;
        font-size: 1.2rem;
    }
    .hero-section .hero-slider .slick-dots {
        bottom: 10px;
    }
    .hero-section .hero-slider .signle-slide .slider-title {
        margin-bottom: 1.5rem;
    }
}

.hero-section-v2 .hero-section-wrap {
    margin: 6rem 13rem 0 13rem;
}

.hero-section-v2 .signle-banner {
    position: relative;
    padding: 6rem 0 6rem 0;
    background: #f8f3e7;
}

.hero-section-v2 .signle-banner .hero-title {
    margin-bottom: 2.5rem;
    font-family: "Marcellus", serif;
    font-size: 6.4rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--black);
}

.hero-section-v2 .signle-banner .hero-text {
    margin-bottom: 4.5rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #777777;
}

.hero-section-v2 .signle-banner .hero-banner-image .hero-image {
    max-width: 100%;
}

@media (max-width: 1600px) {
    .hero-section-v2 .hero-section-wrap {
        margin: 6rem 3rem 0 3rem;
    }
}

@media (max-width: 1367px) {
    .hero-section-v2 .signle-banner .hero-title {
        font-size: 4.6rem;
    }
}

@media (max-width: 991px) {
    .hero-section-v2 .hero-section-wrap {
        margin: 0;
    }
    .hero-section-v2 .signle-banner .hero-title {
        font-size: 3.2rem;
        margin-bottom: 2rem;
    }
    .hero-section-v2 .signle-banner .hero-text {
        margin-bottom: 2.5rem;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .hero-section-v2 .signle-banner {
        padding: 6rem 0;
    }
    .hero-section-v2 .signle-banner .secondary-btn {
        padding: 0.8rem 1.5rem;
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .hero-section-v2 .signle-banner .hero-title {
        font-size: 2.8rem;
    }
    .hero-section-v2 .signle-banner .hero-text {
        display: none;
    }
}

@media (max-width: 575px) {
    .hero-section-v2 .signle-banner {
        padding: 4rem 0;
    }
}

@media (max-width: 475px) {
    .hero-section-v2 .signle-banner .hero-title {
        font-size: 2.2rem;
    }
    .hero-section-v2 .signle-banner .secondary-btn {
        padding: 0.6rem 1.2rem;
        font-size: 1.4rem;
    }
}

@media (max-width: 360px) {
    .hero-section-v2 .signle-banner .hero-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
}

.hero-section-v3 {
    min-height: 800px;
    position: relative;
}

.hero-section-v3 .social-media {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 60px;
}

.hero-section-v3 .social-media .media-item {
    margin: 20px 0;
}

.hero-section-v3 .social-media .media-item .media-link {
    display: inline-block;
    font-size: 1.8rem;
    color: #cdcdcd;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hero-section-v3 .social-media .media-item .media-link:hover {
    color: var(--primary-color-three);
}

.hero-section-v3 .hero-banner-slide-v3 .slick-dots {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
}

.hero-section-v3 .hero-banner-slide-v3 .slick-dots li {
    position: relative;
    z-index: 1;
}

.hero-section-v3 .hero-banner-slide-v3 .slick-dots li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 1px;
    background-color: #e5e5e5;
    z-index: -1;
}

.hero-section-v3 .hero-banner-slide-v3 .slick-dots li button {
    padding: 0;
    border: none;
    font-size: 0;
    height: 4rem;
    width: 3px;
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hero-section-v3 .hero-banner-slide-v3 .slick-dots li.slick-active button {
    background-color: var(--black);
}

.hero-section-v3 .hero-banner-slide-v3 .single-slide .banner-info {
    margin-top: 12rem;
}

.hero-section-v3
    .hero-banner-slide-v3
    .single-slide
    .banner-info
    .banner-subtitle {
    display: inline-block;
    position: relative;
    margin-bottom: 3.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--primary-color-three);
}

.hero-section-v3
    .hero-banner-slide-v3
    .single-slide
    .banner-info
    .banner-subtitle:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--primary-color-three);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 25px);
}

.hero-section-v3
    .hero-banner-slide-v3
    .single-slide
    .banner-info
    .banner-title {
    margin-bottom: 3rem;
    font-family: "Fira Sans", sans-serif;
    font-size: 6.4rem;
    line-height: 7.7rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.hero-section-v3
    .hero-banner-slide-v3
    .single-slide
    .banner-info
    .banner-content {
    margin-bottom: 3.5rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #555555;
}

.hero-section-v3
    .hero-banner-slide-v3
    .single-slide
    .banner-info
    .primary-btn-v3 {
    margin-right: 2.5rem;
}

.hero-section-v3 .hero-banner-slide-v3 .single-slide .banner-image {
    position: relative;
    right: -95px;
}

@media (max-width: 1500px) {
    .hero-section-v3
        .hero-banner-slide-v3
        .single-slide
        .banner-info
        .banner-title {
        margin-bottom: 2rem;
        font-size: 5rem;
        line-height: 6rem;
    }
    .hero-section-v3 .social-media {
        left: 30px;
    }
    .hero-section-v3 .hero-banner-slide-v3 .single-slide .banner-image {
        right: -60px;
    }
}

@media (max-width: 1399px) {
    .hero-section-v3 {
        min-height: auto;
    }
}

@media (max-width: 1365px) {
    .hero-section-v3 .hero-banner-slide-v3 .single-slide .banner-image {
        right: -25px;
    }
    .hero-section-v3 .social-media {
        left: 15px;
    }
}

@media (max-width: 1199px) {
    .hero-section-v3
        .hero-banner-slide-v3
        .single-slide
        .banner-info
        .banner-title {
        margin-bottom: 1.5rem;
        font-size: 3.8rem;
        line-height: 4.8rem;
    }
    .hero-section-v3
        .hero-banner-slide-v3
        .single-slide
        .banner-info
        .banner-content {
        margin-bottom: 2.5rem;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .hero-section-v3 .hero-banner-slide-v3 .single-slide .banner-image {
        right: 0;
    }
    .hero-section-v3 .social-media {
        left: -60px;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .hero-section-v3:hover .social-media {
        left: 15px;
    }
    .hero-section-v3
        .hero-banner-slide-v3
        .single-slide
        .banner-info
        .banner-subtitle {
        margin-bottom: 2rem;
    }
    .hero-section-v3 .social-media {
        background-color: #ffffff;
        padding: 0 15px;
        text-align: center;
        z-index: 99;
        -webkit-box-shadow: 6px 15px 25px rgba(0, 0, 0, 0.2);
        box-shadow: 6px 15px 25px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
    }
    .hero-section-v3 .social-media .media-item .media-link {
        color: var(--black);
    }
}

@media (max-width: 991px) {
    .hero-section-v3 .hero-banner-slide-v3 .single-slide .banner-info {
        margin-top: 0;
    }
    .hero-section-v3
        .hero-banner-slide-v3
        .single-slide
        .banner-info
        .primary-btn-v3 {
        margin-right: 1rem;
    }
    .hero-section-v3
        .hero-banner-slide-v3
        .single-slide
        .banner-info
        .banner-title {
        font-size: 3.2rem;
        line-height: 4.2rem;
    }
    .hero-section-v3 {
        padding: 10rem 0 6rem 0;
        background-color: #fafafa;
    }
}

@media (max-width: 767px) {
    .hero-section-v3 {
        padding: 6rem 0;
    }
    .hero-section-v3 .hero-banner-slide-v3 .slick-dots {
        right: 15px;
    }
    .hero-section-v3
        .hero-banner-slide-v3
        .single-slide
        .banner-info
        .banner-title {
        font-size: 2.6rem;
        line-height: 3.6rem;
    }
    .hero-section-v3
        .hero-banner-slide-v3
        .single-slide
        .banner-info
        .banner-content {
        display: none;
    }
    .hero-section-v3
        .hero-banner-slide-v3
        .single-slide
        .banner-info
        .primary-btn-v3 {
        padding: 1rem 1.5rem;
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .hero-section-v3 {
        padding-top: 10rem;
        padding-bottom: 5rem;
    }
}

@media (max-width: 475px) {
    .hero-section-v3
        .hero-banner-slide-v3
        .single-slide
        .banner-info
        .banner-title {
        font-size: 2rem;
        line-height: 3rem;
    }
    .hero-section-v3
        .hero-banner-slide-v3
        .single-slide
        .banner-info
        .banner-subtitle {
        margin-bottom: 1rem;
        font-size: 1.4rem;
    }
    .hero-section-v3
        .hero-banner-slide-v3
        .single-slide
        .banner-info
        .primary-btn-v3 {
        padding: 0.6rem 1.2rem;
    }
    .hero-section-v3
        .hero-banner-slide-v3
        .single-slide
        .banner-info
        .banner-subtitle::after {
        width: 25px;
        left: calc(100% + 8px);
    }
}

@media (max-width: 375px) {
    .hero-section-v3
        .hero-banner-slide-v3
        .single-slide
        .banner-info
        .banner-title {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

.brads-area {
    padding: 5.5rem 0;
}

.brads-area .slick-slider {
    margin: 0 -12px;
}

.brads-area .slick-slide {
    margin-right: 12px;
    margin-left: 12px;
}

.brads-area .sigle-brad {
    text-align: center;
}

.brads-area .sigle-brad img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    margin: 0 auto;
}

.brads-area .sigle-brad:hover img {
    opacity: 1;
}

@media (max-width: 767px) {
    .brads-area {
        padding: 4rem 0;
    }
}

@media (max-width: 575px) {
    .brads-area {
        padding: 2.5rem 0;
    }
}

.brads-area-v2 .slick-slider {
    margin: 0 -12px;
}

.brads-area-v2 .slick-slide {
    margin-right: 12px;
    margin-left: 12px;
}

.brads-area-v2 .brads-wrap {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 3.5rem 0;
}

.brads-area-v2 .brads-wrap .sigle-brad {
    text-align: center;
}

.brads-area-v2 .brads-wrap .sigle-brad img {
    opacity: 0.6;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    margin: 0 auto;
}

.brads-area-v2 .brads-wrap .sigle-brad:hover img {
    opacity: 1;
}

@media (max-width: 767px) {
    .brads-area-v2 .brads-wrap {
        padding: 2.5rem 0;
    }
}

.popular-categories-area .single-categorie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 3.5rem 0 0;
    height: 11rem;
    margin-bottom: 3rem;
    z-index: 1;
}

.popular-categories-area .single-categorie:before {
    position: absolute;
    content: "";
    width: calc(100% - 28px);
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--white);
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.popular-categories-area .single-categorie .categorie-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popular-categories-area .single-categorie .categorie-wrap .categorie-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: 2rem;
    width: 5.6rem;
    height: 5.6rem;
}

.popular-categories-area
    .single-categorie
    .categorie-wrap
    .categorie-icon
    .icon {
    font-size: 5rem;
    font-weight: 700;
    color: var(--black);
}

.popular-categories-area .single-categorie .categorie-wrap .categorie-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.popular-categories-area
    .single-categorie
    .categorie-wrap
    .categorie-info
    .categorie-name {
    margin-bottom: 0.7rem;
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.popular-categories-area
    .single-categorie
    .categorie-wrap
    .categorie-info
    .categorie-subtitle {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--black);
}

.popular-categories-area .single-categorie .arrow {
    font-size: 2.5rem;
    color: var(--black);
    font-weight: 900;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.popular-categories-area .single-categorie:hover .arrow {
    color: var(--primary-color);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

@media (max-width: 1199px) {
    .popular-categories-area
        .single-categorie
        .categorie-wrap
        .categorie-info
        .categorie-name {
        font-size: 1.8rem;
    }
    .popular-categories-area
        .single-categorie
        .categorie-wrap
        .categorie-info
        .categorie-subtitle {
        font-size: 1.4rem;
    }
    .popular-categories-area .single-categorie {
        padding: 0px 2rem 0px 0px;
    }
    .popular-categories-area .single-categorie .categorie-wrap .categorie-icon {
        margin-right: 1rem;
    }
}

.popular-categories-area-v2 .catagory-left {
    position: relative;
    padding: 155px 0;
    z-index: 1;
}

.popular-categories-area-v2 .catagory-left .catagory-title {
    position: relative;
    margin-bottom: 4rem;
    font-family: "Marcellus", serif;
    font-size: 4.8rem;
    line-height: 5.85rem;
    color: var(--black);
}

.popular-categories-area-v2 .catagory-left .catagory-title:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 1px;
    background-color: var(--black);
    bottom: 22px;
    margin-left: 30px;
}

.popular-categories-area-v2 .catagory-left:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 100%;
    top: 0;
    left: -60px;
    background: #f8f3e7;
    border-radius: 0 320px 320px 0;
    z-index: -1;
}

.popular-categories-area-v2 .catagory-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popular-categories-area-v2 .catagory-list .sigle-catagory {
    width: calc(33% - 12px);
    margin: 12px 0;
}

.popular-categories-area-v2 .catagory-list .sigle-catagory .catatory-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    line-height: 1;
    border: 1px solid #dedede;
    font-size: 2rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #333333;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.popular-categories-area-v2
    .catagory-list
    .sigle-catagory
    .catatory-link
    .icon {
    position: relative;
    top: 2px;
    font-size: 1.4rem;
    margin-left: 0.5rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.popular-categories-area-v2
    .catagory-list
    .sigle-catagory
    .catatory-link
    .icon::before {
    line-height: 1;
}

.popular-categories-area-v2
    .catagory-list
    .sigle-catagory
    .catatory-link:hover {
    color: var(--black);
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

.popular-categories-area-v2
    .catagory-list
    .sigle-catagory
    .catatory-link:hover
    .icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

@media (max-width: 1199px) {
    .popular-categories-area-v2 .catagory-left .catagory-title {
        font-size: 4.2rem;
        line-height: 5rem;
    }
}

@media (max-width: 991px) {
    .popular-categories-area-v2 .catagory-left {
        margin-bottom: 30px;
        padding: 100px 0;
        width: 70%;
    }
}

@media (max-width: 767px) {
    .popular-categories-area-v2 .catagory-left {
        width: 100%;
    }
    .popular-categories-area-v2 .catagory-list .sigle-catagory .catatory-link {
        font-size: 1.6rem;
    }
    .popular-categories-area-v2
        .catagory-list
        .sigle-catagory
        .catatory-link
        .icon {
        font-size: 1rem;
    }
    .popular-categories-area-v2 .catagory-left .catagory-title {
        font-size: 3.6rem;
        line-height: 4.2rem;
    }
}

@media (max-width: 480px) {
    .popular-categories-area-v2 .catagory-list .sigle-catagory {
        width: calc(50% - 6px);
        margin: 6px 0;
    }
    .popular-categories-area-v2 .catagory-left .catagory-title {
        font-size: 3rem;
        line-height: 4rem;
    }
}

@media (max-width: 375px) {
    .popular-categories-area-v2 .catagory-left {
        padding: 60px 0;
    }
}

@media (max-width: 360px) {
    .popular-categories-area-v2 .catagory-list .sigle-catagory {
        width: 100%;
    }
}

.section-header-area {
    margin-bottom: 10px;
}

.section-header-area .sub-title {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--primary-color);
}

.section-header-area .section-title {
    margin: 0;
    font-size: 3.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}

.section-header-two {
    margin-bottom: 4.5rem;
}

.section-header-two .section-title {
    position: relative;
    font-family: "Marcellus", serif;
    font-size: 4.8rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--black);
    display: inline-block;
}

.section-header-two .section-title:after {
    position: absolute;
    content: "";
    width: 7rem;
    height: 1px;
    background: var(--black);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -100px;
}

.section-header-two .section-title::before {
    position: absolute;
    content: "";
    width: 7rem;
    height: 1px;
    background: var(--black);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -100px;
}

.section-header-three.text-center .section-sub-title:before {
    display: block;
}

.section-header-three .section-title {
    margin-bottom: 3rem;
    font-family: "Fira Sans", sans-serif;
    font-size: 4.8rem;
    line-height: 5.8rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.section-header-three .section-sub-title {
    display: inline-block;
    position: relative;
    margin-bottom: 3.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--primary-color-three);
}

.section-header-three .section-sub-title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--primary-color-three);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 25px);
    display: none;
}

.section-header-three .section-sub-title:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--primary-color-three);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 25px);
}

.section-header-three .section-text {
    margin: 0;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #555555;
}

@media (max-width: 991px) {
    .section-header-area {
        margin-bottom: 5rem;
    }
}

@media (max-width: 767px) {
    .section-header-area {
        margin-bottom: 4rem;
    }
    .section-header-area .primary-btn {
        margin-top: 2rem;
    }
    .section-header-area .see-btn {
        margin-top: 2rem;
    }
    .section-header-area .sub-title {
        margin-bottom: 1.5rem;
    }
    .section-header-area .section-title {
        font-size: 3.2rem;
    }
    .section-header-two .section-title::before {
        display: none;
    }
    .section-header-two .section-title::after {
        display: none;
    }
    .section-header-two .section-title {
        font-size: 3.2rem;
    }
    .section-header-three .section-title {
        font-size: 3.2rem;
        line-height: 4.2rem;
    }
    .section-header-three .section-text {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .section-header-three .section-text br {
        display: none;
    }
}

@media (max-width: 575px) {
    .section-header-area .section-title {
        font-size: 3rem;
    }
    .section-header-two .section-title {
        font-size: 3rem;
    }
    .section-header-three .section-title {
        font-size: 3rem;
    }
    .section-header-three .section-sub-title {
        margin-bottom: 1rem;
    }
    .section-header-three .section-title {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 360px) {
    .section-header-area .section-title {
        font-size: 2.6rem;
    }
}

.single-grid-product {
    margin-bottom: 3rem;
}

.single-grid-product .product-top {
    position: relative;
    margin-bottom: 3.5rem;
    overflow: hidden;
}

.single-grid-product .product-top:hover .product-thumbnal {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-grid-product .product-top .product-thumbnal {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
}

.single-grid-product .product-top .product-flags {
    position: absolute;
    left: 0;
    right: 0;
    top: 1.5rem;
    text-align: center;
}

.single-grid-product .product-top .product-flags .product-flag {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--black);
}

.single-grid-product .product-top .product-flags .product-flag.sale {
    margin-left: 5px;
    padding: 3px 7px;
    border-radius: 20px;
    color: #fff; /* Replace this with the actual value of --color-primary-white */
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.2px;
    font-weight: 500;

    background-color: #ff9500;
}
.single-grid-product .product-top .product-flags .product-flag {
    margin-left: 5px;
    padding: 3px 7px;
    border-radius: 20px;
    background-color: #5cc777; /* Replace this with the actual value of --color-primary-black */
    color: #fff; /* Replace this with the actual value of --color-primary-white */
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.single-grid-product .product-top .prdouct-btn-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.5rem;
    text-align: center;
}

.single-grid-product .product-top .prdouct-btn-wrapper .single-product-btn {
    display: inline-block;
    /* -webkit-transform: translateY(10px);
    transform: translateY(10px); */
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    opacity: 0;
    visibility: hidden;
    margin: 0 0.3rem;
}

.single-grid-product
    .product-top
    .prdouct-btn-wrapper
    .single-product-btn:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single-grid-product
    .product-top
    .prdouct-btn-wrapper
    .single-product-btn:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.single-grid-product
    .product-top
    .prdouct-btn-wrapper
    .single-product-btn:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.single-grid-product
    .product-top
    .prdouct-btn-wrapper
    .single-product-btn:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.single-grid-product
    .product-top
    .prdouct-btn-wrapper
    .single-product-btn
    .product-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 4.8rem;
    height: 4.8rem;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--black);
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-grid-product
    .product-top
    .prdouct-btn-wrapper
    .single-product-btn
    .product-btn
    .icon::before {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
}

.single-grid-product
    .product-top
    .prdouct-btn-wrapper
    .single-product-btn
    .product-btn:hover {
    color: var(--white);
    background-color: var(--primary-color);
}

.single-grid-product .product-info .product-catagory {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #555555;
    display: none;
}

.single-grid-product .product-info .product-name {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
    color: var(--black);
    text-transform: capitalize;
}

.single-grid-product .product-info .product-name .product-link {
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-grid-product .product-info .product-name .product-link:hover {
    color: var(--primary-color);
}

.single-grid-product .product-info .product-review {
    margin-bottom: 1rem;
    padding: 0;
    display: none;
}

.single-grid-product .product-info .product-review .review-item {
    display: inline-block;
    color: #d0d0d0;
    cursor: pointer;
}

.single-grid-product .product-info .product-review .review-item.active {
    color: #fca610;
}

.single-grid-product .product-info .product-price {
}

.single-grid-product .product-info .product-price .regular-price {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    color: #555555;
    text-decoration: line-through;
    margin-right: 1rem;
}

.single-grid-product .product-info .product-price .price {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    color: black;
}

.single-grid-product .product-info .color-switch {
    border-bottom: 1px solid #ededed;
}

.single-grid-product .product-info .color-switch .single-color {
    display: inline-block;
    margin: 0 0.3rem;
    list-style: none;
    width: 3rem;
    height: 3rem;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--white);
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.single-grid-product .product-info .color-switch .single-color.active {
    border: 2px solid var(--black);
}

.single-grid-product .product-info .color-switch .single-color.white {
    background-color: #ffffff;
}

.single-grid-product .product-info .color-switch .single-color.black {
    background-color: #1c1c1c;
}

.single-grid-product .product-info .color-switch .single-color.red {
    background-color: #fb8484;
}

.single-grid-product .product-info .color-switch .single-color.gray {
    background-color: #b1b1b1;
}

.single-grid-product .product-info .size-switch {
    margin-bottom: 3rem;
    padding: 0;
}

.single-grid-product .product-info .size-switch .single-size {
    display: inline-block;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: #777777;
    padding: 0.6rem 1.5rem;
    background-color: #f4f4f4;
}

.single-grid-product .product-info .size-switch .single-size.active {
    color: var(--white);
    background-color: #00aa6c;
}

.single-grid-product .product-info .add-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 5.6rem;
    border: 1px solid var(--black);
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-grid-product .product-info .add-cart .icon {
    margin-left: 1rem;
}

.single-grid-product .product-info .add-cart:hover {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.single-grid-product:hover .product-top .single-product-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.variable-single-item {
    margin-top: 15px;
}

.variable-single-item > span {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: capitalize;
    color: #24262b;
}

.product-variable-color label {
    line-height: 0;
    margin-right: 5px;
    position: relative;
}

.product-variable-color label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

.product-variable-color label span {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #e9ecef;
    border-radius: 50%;
    cursor: pointer;
}

.product-variable-color label .product-color-red {
    background: red;
}

.product-variable-color label .product-color-tomato {
    background: #fb8484;
}

.product-variable-color label .product-color-green {
    background: green;
}

.product-variable-color label .product-color-light-green {
    background: #90ee90;
}

.product-variable-color label .product-color-blue {
    background: #00f;
}

.product-variable-color label .product-color-light-blue {
    background: #add8e6;
}

.product-variable-color label .product-color-black {
    background: #000;
}

.product-variable-color label .product-color-gray {
    background: #b1b1b1;
}

.product-variable-color label span::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    content: "";
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 900;
}

.product-variable-color label input:checked ~ span::after {
    content: "\f00c";
}

.size-switch label input:checked {
    background-color: #00aa6c;
}

@media (max-width: 1199px) {
    .single-grid-product .product-info .size-switch .single-size {
        font-size: 1.4rem;
        padding: 0.6rem 1rem;
    }
    .single-grid-product .product-info .color-switch .single-color {
        margin: 0;
        width: 2rem;
        height: 2rem;
    }
}

.single-grid-product-v2 {
    margin-bottom: 3rem;
}

.single-grid-product-v2 .product-top {
    position: relative;
    margin-bottom: 3.5rem;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
}

.single-grid-product-v2 .product-top::before {
    /* position: absolute;
    content: '';
    width: 100%;
    height: 84%;
    background-color: #F9ECCE;
    left: 0;
    bottom: 0;
    border-radius: 500px 500px 0 0;
    z-index: -1 */
}

.single-grid-product-v2 .product-top:hover .product-thumbnal {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-grid-product-v2 .product-top .product-thumbnal {
    max-width: 100%;
    display: inline-block;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
}

.single-grid-product-v2 .product-top .product-flags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 2rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    text-align: center;
}

.single-grid-product-v2 .product-top .product-flags .product-flag {
    display: inline-block;
    padding: 0;
    width: 5.6rem;
    height: 5.6rem;
    line-height: 5.6rem;
    border-radius: 50%;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
    background-color: #fdd65b;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.single-grid-product-v2 .product-top .product-flags .product-flag:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single-grid-product-v2 .product-top .product-flags .product-flag:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.single-grid-product-v2 .product-top .product-flags .product-flag.sale {
    background-color: #e94646;
}

.single-grid-product-v2 .product-top .prdouct-btn-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.5rem;
    text-align: center;
}

.single-grid-product-v2 .product-top .prdouct-btn-wrapper .single-product-btn {
    display: inline-block;
    -webkit-transform: translateY(10px);
    /* transform: translateY(10px); */
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    margin: 0 0.3rem;
}

.single-grid-product-v2
    .product-top
    .prdouct-btn-wrapper
    .single-product-btn:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single-grid-product-v2
    .product-top
    .prdouct-btn-wrapper
    .single-product-btn:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.single-grid-product-v2
    .product-top
    .prdouct-btn-wrapper
    .single-product-btn:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.single-grid-product-v2
    .product-top
    .prdouct-btn-wrapper
    .single-product-btn:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.single-grid-product-v2
    .product-top
    .prdouct-btn-wrapper
    .single-product-btn
    .product-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 4.8rem;
    height: 4.8rem;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--primary-color-two);
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-grid-product-v2
    .product-top
    .prdouct-btn-wrapper
    .single-product-btn
    .product-btn
    .icon::before {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
}

.single-grid-product-v2
    .product-top
    .prdouct-btn-wrapper
    .single-product-btn
    .product-btn:hover {
    color: var(--white);
    background-color: var(--hover-color-two);
}

.single-grid-product-v2 .product-info .product-catagory {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #555555;
}

.single-grid-product-v2 .product-info .product-name {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
    color: var(--black);
    text-transform: capitalize;
}

.single-grid-product-v2 .product-info .product-name .product-link {
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-grid-product-v2 .product-info .product-name .product-link:hover {
    color: var(--primary-color-two);
}

.single-grid-product-v2 .product-info .product-review {
    margin-bottom: 1rem;
    padding: 0;
}

.single-grid-product-v2 .product-info .product-review .review-item {
    display: inline-block;
    color: #d0d0d0;
    cursor: pointer;
}

.single-grid-product-v2 .product-info .product-review .review-item.active {
    color: #fca610;
}

.single-grid-product-v2 .product-info .product-price {
    margin-bottom: 2.5rem;
}

.single-grid-product-v2 .product-info .product-price .regular-price {
    display: inline-block;
    font-size: 2rem;
    font-weight: 400;
    color: #555555;
    text-decoration: line-through;
    margin-right: 1rem;
}

.single-grid-product-v2 .product-info .product-price .price {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color-two);
}

.single-grid-product-v2 .product-info .color-switch {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ededed;
}

.single-grid-product-v2 .product-info .color-switch .single-color {
    display: inline-block;
    margin: 0 0.3rem;
    list-style: none;
    width: 3rem;
    height: 3rem;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--white);
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.single-grid-product-v2 .product-info .color-switch .single-color.active {
    border: 2px solid var(--black);
}

.single-grid-product-v2 .product-info .color-switch .single-color.white {
    background-color: #ffffff;
}

.single-grid-product-v2 .product-info .color-switch .single-color.black {
    background-color: #1c1c1c;
}

.single-grid-product-v2 .product-info .color-switch .single-color.red {
    background-color: #fb8484;
}

.single-grid-product-v2 .product-info .color-switch .single-color.gray {
    background-color: #b1b1b1;
}

.single-grid-product-v2 .product-info .size-switch {
    margin-bottom: 3rem;
    padding: 0;
}

.single-grid-product-v2 .product-info .size-switch .single-size {
    display: inline-block;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: #777777;
    padding: 0.6rem 1.5rem;
    background-color: #f4f4f4;
}

.single-grid-product-v2 .product-info .size-switch .single-size.active {
    color: var(--white);
    background-color: #e94646;
}

.single-grid-product-v2 .product-info .add-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 312px;
    margin: 0 auto;
    height: 5.6rem;
    border: 1px solid #cacaca;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-grid-product-v2 .product-info .add-cart .icon {
    margin-left: 1rem;
}

.single-grid-product-v2 .product-info .add-cart:hover {
    color: var(--white);
    background-color: var(--primary-color-two);
    border-color: var(--primary-color-two);
}

.single-grid-product-v2:hover .product-top .single-product-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.single-grid-product-v2:hover .product-top .product-flags .product-flag {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.featured-products-area-v2
    .single-grid-product-v2
    .product-info
    .size-switch
    .single-size {
    background-color: var(--white);
}

.featured-products-area-v2
    .single-grid-product-v2
    .product-info
    .size-switch
    .single-size.active {
    color: var(--white);
    background-color: #e94646;
}

@media (max-width: 1199px) {
    .single-grid-product-v2 .product-info .add-cart {
        width: 250px;
    }
    .single-grid-product-v2 .product-top .product-thumbnal {
        max-height: 400px;
    }
}

@media (max-width: 991px) {
    .single-grid-product-v2 .product-info .add-cart {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .single-grid-product-v2 .product-top .product-thumbnal {
        max-height: 350px;
    }
}

@media (max-width: 575px) {
    .single-grid-product-v2 .product-info .size-switch .single-size {
        font-size: 1.4rem;
        padding: 0.6rem 1rem;
    }
    .single-grid-product-v2 .product-info .color-switch .single-color {
        margin: 0;
        width: 2.5rem;
        height: 2.5rem;
    }
}

.sigle-grid-product-v3 .product-image {
    position: relative;
    z-index: 1;
    margin-bottom: 3.5rem;
    overflow: hidden;
}

.sigle-grid-product-v3 .product-image:hover .product-thumbnail {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sigle-grid-product-v3 .product-image .product-thumbnail {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
}

.sigle-grid-product-v3 .product-image::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 150px;
    background-color: #f1f1f1;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 20px;
}

.sigle-grid-product-v3 .product-info .product-catagory {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #555555;
}

.sigle-grid-product-v3 .product-info .product-name {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}

.sigle-grid-product-v3 .product-info .product-name a {
    color: var(--black);
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
}

.sigle-grid-product-v3 .product-info .product-review {
    margin-bottom: 1rem;
    padding: 0;
}

.sigle-grid-product-v3 .product-info .product-review .review-item {
    display: inline-block;
    color: #d0d0d0;
    cursor: pointer;
}

.sigle-grid-product-v3 .product-info .product-review .review-item.active {
    color: #fca610;
}

.sigle-grid-product-v3 .product-info .product-price {
    margin-bottom: 3rem;
}

.sigle-grid-product-v3 .product-info .product-price .regular-price {
    display: inline-block;
    font-size: 2rem;
    font-weight: 400;
    color: #555555;
    text-decoration: line-through;
    margin-right: 1rem;
}

.sigle-grid-product-v3 .product-info .product-price .price {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
}

.sigle-grid-product-v3 .product-info .add-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    border-radius: 0.8rem;
    height: 5.6rem;
    border: 1px solid var(--black);
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sigle-grid-product-v3 .product-info .add-cart .icon {
    margin-left: 1rem;
}

.sigle-grid-product-v3 .product-info .add-cart:hover {
    background-color: var(--black);
    color: var(--white);
}

.sigle-grid-product-v3:hover .product-name a {
    color: var(--hover-color);
}

@media (max-width: 1199px) {
    .sigle-grid-product-v3 .product-info .product-price .regular-price {
        font-size: 1.7rem;
    }
    .sigle-grid-product-v3 .product-info .product-price .price {
        font-size: 1.7rem;
    }
    .sigle-grid-product-v3 .product-info .product-catagory {
        font-size: 1.4rem;
    }
}

.about-area {
    background-image: url("../images/about-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-area .story-box-slide .slick-slide {
    margin: 0 12px;
}

.about-area .story-box-slide .slick-list {
    margin: 0 -12px;
}

.about-area .story-box-slide .slick-dots {
    margin-top: 4rem;
    text-align: center;
}

.about-area .story-box-slide .slick-dots li {
    display: inline-block;
    margin: 0 1rem;
    font-size: 0;
    padding: 0;
    line-height: 1;
}

.about-area .story-box-slide .slick-dots li button {
    position: relative;
    font-size: 0;
    line-height: 1;
    padding: 0;
    border: none;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: var(--black);
}

.about-area .story-box-slide .slick-dots li button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    border-radius: 50%;
    border: 1px solid var(--black);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-area .story-box-slide .slick-dots li.slick-active button:after {
    opacity: 1;
    visibility: visible;
}

.about-area .story-box-slide .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: absolute;
    top: calc(50% - 30px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.8rem;
    height: 4.8rem;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 5;
    cursor: pointer;
}

.about-area .story-box-slide .slick-arrow:hover {
    color: var(--white);
    background-color: var(--black);
}

.about-area .story-box-slide .slick-arrow.slick-prev {
    left: -60px;
}

.about-area .story-box-slide .slick-arrow.slick-next {
    right: -60px;
}

.about-area .story-box-slide .single-story-box {
    padding: 3.5rem 4rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
}

.about-area .story-box-slide .single-story-box .story-title {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}

.about-area .story-box-slide .single-story-box .story-title .story-year {
    border-bottom: 2px solid var(--primary-color);
}

.about-area .story-box-slide .single-story-box .story-content {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    color: #555555;
}

@media (max-width: 1400px) {
    .about-area .story-box-slide .slick-arrow.slick-prev {
        left: 0;
    }
    .about-area .story-box-slide .slick-arrow.slick-next {
        right: 0;
    }
}

@media (max-width: 1199px) {
    .about-area .story-box-slide .single-story-box {
        padding: 2.5rem 2rem;
    }
}

@media (max-width: 767px) {
    .about-area .story-box-slide .slick-dots {
        margin-top: 2rem;
    }
    .about-area .story-box-slide .slick-arrow {
        opacity: 0;
        visibility: hidden;
    }
    .about-area .story-box-slide:hover .slick-arrow {
        opacity: 1;
        visibility: visible;
    }
    .about-area .story-box-slide .single-story-box .story-content {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
}

.primary-tabs .nav-tabs {
    border: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.primary-tabs .nav-tabs .nav-item {
    border: none;
    margin-right: 2.5rem;
}

.primary-tabs .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.primary-tabs .nav-tabs .nav-item .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #888888;
}

.primary-tabs .nav-tabs .nav-item .nav-link.active {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

@media (max-width: 991px) {
    .primary-tabs .nav-tabs {
        margin-top: 2rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .primary-tabs .nav-tabs .nav-item .nav-link {
        font-size: 1.4rem;
    }
    .primary-tabs .nav-tabs .nav-item {
        margin: 0.5rem 0.8rem;
    }
}

.secendary-tabs .nav-tabs {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.secendary-tabs .nav-tabs .nav-item {
    border: none;
    margin-right: 2.5rem;
}

.secendary-tabs .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.secendary-tabs .nav-tabs .nav-item .nav-link {
    border: none;
    padding: 2px 10px;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #888888;
    border-radius: 0;
}

.secendary-tabs .nav-tabs .nav-item .nav-link.active {
    color: var(--white);
    background-color: var(--primary-color);
}

@media (max-width: 991px) {
    .secendary-tabs .nav-tabs .nav-item {
        margin: 0.5rem 0.8rem;
    }
}

.product-banner .single-banner {
    display: block;
    margin-bottom: 3rem;
    overflow: hidden;
}

.product-banner .single-banner .banner-image {
    width: 100%;
    max-height: 468px;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
}

.product-banner .single-banner:hover .banner-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .product-banner .single-banner .banner-image {
        width: auto;
        height: 255px;
    }
}

@media (max-width: 767px) {
    .product-banner .single-banner .banner-image {
        width: 100%;
        height: auto;
    }
}

.blog-area .blog-slide .slick-slide {
    margin: 0 12px;
}

.blog-area .blog-slide .slick-list {
    margin: 0 -12px;
}

.blog-area .blog-slide .slick-dots {
    margin-top: 4rem;
    text-align: center;
}

.blog-area .blog-slide .slick-dots li {
    display: inline-block;
    margin: 0 1rem;
    font-size: 0;
    padding: 0;
    line-height: 1;
}

.blog-area .blog-slide .slick-dots li button {
    position: relative;
    font-size: 0;
    line-height: 1;
    padding: 0;
    border: none;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: var(--black);
}

.blog-area .blog-slide .slick-dots li button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    border-radius: 50%;
    border: 1px solid var(--black);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-area .blog-slide .slick-dots li.slick-active button:after {
    opacity: 1;
    visibility: visible;
}

.blog-area .blog-slide .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: absolute;
    top: calc(50% - 30px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.8rem;
    height: 4.8rem;
    background-color: var(--black);
    border-radius: 50%;
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 5;
    cursor: pointer;
}

.blog-area .blog-slide .slick-arrow:hover {
    color: var(--white);
    background-color: var(--primary-color);
}

.blog-area .blog-slide .slick-arrow.slick-prev {
    left: -30px;
}

.blog-area .blog-slide .slick-arrow.slick-next {
    right: -30px;
}

.blog-page-area .single-grid-blog {
    margin-bottom: 3rem;
}

@media (max-width: 1024px) {
    .blog-area .blog-slide .slick-arrow.slick-prev {
        left: 0;
    }
    .blog-area .blog-slide .slick-arrow.slick-next {
        right: 0;
    }
    .blog-area .blog-slide .slick-arrow {
        opacity: 0;
        visibility: hidden;
    }
    .blog-area .blog-slide:hover .slick-arrow {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 991px) {
    .blog-area .blog-slide .slick-dots {
        margin-top: 30px;
    }
    .blog-area.section-top.section-bg.pb-100 {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .blog-area.section-top.section-bg.pb-100 {
        padding-bottom: 50px;
    }
}

.blog-area-v2 .blog-area-top .blog-left-title {
    position: relative;
    margin-bottom: 2.5rem;
    font-family: "Marcellus", serif;
    font-size: 4.8rem;
    line-height: 5.85rem;
    color: var(--black);
}

.blog-area-v2 .blog-area-top .blog-left-title:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 1px;
    background-color: var(--black);
    bottom: 22px;
    margin-left: 30px;
}

.blog-area-v2 .blog-area-top .blog-left-subtitle {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #777777;
}

@media (max-width: 1199px) {
    .blog-area-v2 .blog-area-top .blog-left-title {
        font-size: 4.2rem;
        line-height: 5rem;
    }
    .blog-area-v2 .blog-area-top .blog-left-title br {
        display: none;
    }
}

@media (max-width: 991px) {
    .blog-area-v2 .blog-area-top {
        margin-bottom: 5rem;
    }
}

@media (max-width: 767px) {
    .blog-area-v2 .blog-area-top .blog-left-title {
        font-size: 3.2rem;
        line-height: 4.2rem;
    }
    .blog-area-v2 .blog-area-top .blog-left-title::after {
        display: none;
    }
}

@media (max-width: 575px) {
    .blog-area-v2 .blog-area-top .blog-left-title {
        font-size: 3rem;
        line-height: 4rem;
    }
}

.single-grid-blog .blog-thumbnail {
    margin-bottom: 3.5rem;
    overflow: hidden;
}

.single-grid-blog .blog-thumbnail .thumbnail-image {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
}

.single-grid-blog .blog-info .blog-category {
    margin-bottom: 1rem;
}

.single-grid-blog .blog-info .blog-category .single-category {
    display: inline-block;
    position: relative;
    margin-right: 1.5rem;
    line-height: 1;
}

.single-grid-blog .blog-info .blog-category .single-category::before {
    position: absolute;
    content: ",";
    bottom: 0;
    left: calc(100% + 6px);
}

.single-grid-blog
    .blog-info
    .blog-category
    .single-category:last-child::before {
    display: none;
}

.single-grid-blog .blog-info .blog-category .single-category .category-text {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    color: #555555;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: uppercase;
}

.single-grid-blog
    .blog-info
    .blog-category
    .single-category
    .category-text:hover {
    color: var(--primary-color);
}

.single-grid-blog .blog-info .blog-title {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.single-grid-blog .blog-info .blog-title .blog-link {
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-grid-blog .blog-info .blog-title .blog-link:hover {
    color: var(--primary-color);
}

.single-grid-blog .blog-info .blog-content {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: var(--bColor);
}

.single-grid-blog .blog-info .blog-btn {
    display: inline-block;
    font-size: 2rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--primary-color);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-bottom: 2px solid var(--primary-color);
}

.single-grid-blog .blog-info .blog-btn:hover {
    color: var(--hover-color);
}

.single-grid-blog:hover .blog-thumbnail .thumbnail-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 480px) {
    .single-grid-blog .blog-info .blog-title {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
    .single-grid-blog
        .blog-info
        .blog-category
        .single-category
        .category-text {
        font-size: 1.3rem;
    }
}

.single-grid-blog-v2 {
    padding: 4.5rem 3.5rem;
    margin-bottom: 3rem;
    background: #f9ecce;
}

.single-grid-blog-v2 .blog-info .blog-category {
    display: inline-block;
    margin-bottom: 1rem;
    font-family: "Marcellus", serif;
    font-size: 2rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #333333;
}

.single-grid-blog-v2 .blog-info .blog-date {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #777777;
}

.single-grid-blog-v2 .blog-info .blog-title {
    margin-bottom: 5rem;
    font-family: "Marcellus", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.4rem;
    color: var(--black);
}

.single-grid-blog-v2 .blog-info .blog-title a {
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-grid-blog-v2 .blog-info .blog-title a:hover {
    color: var(--primary-color-two);
}

.single-grid-blog-v2 .blog-info .blog-btn {
    display: inline-block;
    font-size: 2rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--primary-color-two);
    border-bottom: 1px solid var(--primary-color-two);
}

@media (max-width: 767px) {
    .single-grid-blog-v2 {
        padding: 3.5rem 2.5rem;
    }
    .single-grid-blog-v2 .blog-info .blog-category {
        font-size: 1.6rem;
    }
    .single-grid-blog-v2 .blog-info .blog-date {
        font-size: 1.4rem;
    }
    .single-grid-blog-v2 .blog-info .blog-title {
        margin-bottom: 2rem;
        font-size: 2rem;
        line-height: 3rem;
    }
}

.single-grid-blog-v3 {
    margin-bottom: 3rem;
    background: #ffffff;
    border-radius: 15px;
}

.single-grid-blog-v3 .blog-info {
    padding: 3.5rem;
}

.single-grid-blog-v3 .blog-info .blog-title {
    margin-bottom: 1.5rem;
    font-family: "Fira Sans", sans-serif;
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: 400;
    color: var(--black);
}

.single-grid-blog-v3 .blog-info .blog-title a {
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-grid-blog-v3 .blog-info .blog-title a:hover {
    color: var(--primary-color-three);
}

.single-grid-blog-v3 .blog-info .blog-content {
    margin-bottom: 4.5rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #777777;
}

.single-grid-blog-v3 .blog-info .read-btn {
    display: inline-block;
    font-size: 2rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--primary-color-three);
    border-bottom: 1px solid var(--primary-color-three);
}

.single-grid-blog-v3 .blog-meta {
    border-top: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-grid-blog-v3 .blog-meta .meta-item {
    padding: 1.6rem 3rem;
    border-right: 1px solid #e3e3e3;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #777777;
}

.single-grid-blog-v3 .blog-meta .meta-item .category-item {
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: underline;
    color: #777777;
}

.single-grid-blog-v3 .blog-meta .meta-item .category-item:hover {
    color: var(--primary-color-three);
}

.single-grid-blog-v3 .blog-meta .meta-item:last-child {
    border-right: none;
}

@media (max-width: 1199px) {
    .single-grid-blog-v3 .blog-info {
        padding: 3rem 2rem;
    }
    .single-grid-blog-v3 .blog-info .blog-content {
        margin-bottom: 2.5rem;
    }
    .single-grid-blog-v3 .blog-meta .meta-item {
        padding: 1.2rem 2rem;
    }
}

@media (max-width: 767px) {
    .single-grid-blog-v3 .blog-meta .meta-item {
        font-size: 1.4rem;
    }
    .single-grid-blog-v3 .blog-meta .meta-item {
        padding: 1.2rem 1.5rem;
    }
    .single-grid-blog-v3 .blog-info .read-btn {
        font-size: 1.6rem;
    }
    .single-grid-blog-v3 .blog-info .blog-title {
        margin-bottom: 1rem;
        font-size: 2rem;
        line-height: 3rem;
    }
    .single-grid-blog-v3 .blog-info .blog-content {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .single-grid-blog-v3 .blog-info .blog-title {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
}

.image-gallery-area .single-gallery {
    position: relative;
    margin-bottom: 2rem;
}

.image-gallery-area .single-gallery .gallery-image {
    width: 100%;
    height: auto;
}

.image-gallery-area .single-gallery .popuo-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(239, 27, 39, 0.3);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.image-gallery-area .single-gallery .popuo-overlay .popup-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 50%;
    background-color: var(--black);
    color: var(--white);
    font-size: 2.5rem;
    line-height: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.image-gallery-area .single-gallery .popuo-overlay .popup-image .view-icon {
    position: relative;
    top: 2px;
}

.image-gallery-area
    .single-gallery
    .popuo-overlay
    .popup-image
    .view-icon::before {
    line-height: 1;
}

.image-gallery-area .single-gallery .popuo-overlay .popup-image:hover {
    color: var(--white);
    background-color: var(--primary-color);
}

.image-gallery-area .single-gallery:hover .popuo-overlay {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1399px) {
    .image-gallery-area .single-gallery.big-height img {
        height: 495px;
    }
}

@media (max-width: 1199px) {
    .image-gallery-area .single-gallery.big-height img {
        height: 330px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .image-gallery-area .section-header-area .sub-title {
        margin-bottom: 1.5rem;
    }
    .image-gallery-area .section-header-area .section-title {
        font-size: 2.2rem;
    }
    .image-gallery-area .section-header-area {
        margin-bottom: 3rem;
    }
}

@media (max-width: 991px) {
    .image-gallery-area .single-gallery.big-height img {
        height: 315px;
    }
}

@media (max-width: 767px) {
    .image-gallery-area .single-gallery.big-height img {
        height: auto;
    }
}

.image-gallery-area-v2 .single-gallery {
    position: relative;
    margin-bottom: 2rem;
    overflow: hidden;
}

.image-gallery-area-v2 .single-gallery.border-left {
    border-radius: 500px 0 0 500px;
}

.image-gallery-area-v2 .single-gallery.border-top {
    border-radius: 500px 500px 0 0;
}

.image-gallery-area-v2 .single-gallery.border-bottom {
    border-radius: 0 0 500px 500px;
}

.image-gallery-area-v2 .single-gallery .gallery-image {
    width: 100%;
    height: auto;
}

.image-gallery-area-v2 .single-gallery .popuo-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(13, 120, 98, 0.3);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.image-gallery-area-v2 .single-gallery .popuo-overlay .popup-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 50%;
    background-color: var(--black);
    color: var(--white);
    font-size: 2.5rem;
    line-height: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.image-gallery-area-v2 .single-gallery .popuo-overlay .popup-image .view-icon {
    position: relative;
    top: 2px;
}

.image-gallery-area-v2
    .single-gallery
    .popuo-overlay
    .popup-image
    .view-icon::before {
    line-height: 1;
}

.image-gallery-area-v2 .single-gallery .popuo-overlay .popup-image:hover {
    color: var(--white);
    background-color: var(--primary-color-two);
}

.image-gallery-area-v2 .single-gallery:hover .popuo-overlay {
    opacity: 1;
    visibility: visible;
}

.testimonial-area .section-header-area p {
    width: 40%;
    margin: 35px auto 20px;
    font-size: 20px;
    line-height: 30px;
    color: #555555;
}

.testimonial-area .testimonial-slide-top {
    margin: 80px 0;
    position: relative;
}

.testimonial-area .testimonial-slide-top .shape-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

.testimonial-area
    .testimonial-slide-top
    .testimonial-image-slide
    .signle-testimonial-image {
    text-align: center;
}

.testimonial-area
    .testimonial-slide-top
    .testimonial-image-slide
    .signle-testimonial-image
    .testimonial-image {
    width: 147px;
    height: 147px;
    border-radius: 50%;
    margin: 0 auto;
}

.testimonial-area .testimonail-slide .slick-dots {
    margin-top: 4rem;
    text-align: center;
}

.testimonial-area .testimonail-slide .slick-dots li {
    display: inline-block;
    margin: 0 1rem;
    font-size: 0;
    padding: 0;
    line-height: 1;
}

.testimonial-area .testimonail-slide .slick-dots li button {
    position: relative;
    font-size: 0;
    line-height: 1;
    padding: 0;
    border: none;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: var(--black);
}

.testimonial-area .testimonail-slide .slick-dots li button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    border-radius: 50%;
    border: 1px solid var(--black);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.testimonial-area .testimonail-slide .slick-dots li.slick-active button:after {
    opacity: 1;
    visibility: visible;
}

.testimonial-area .testimonail-slide .single-testimonial {
    padding: 5rem 4rem;
    background: var(--white);
    -webkit-box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 65px 5px rgba(0, 0, 0, 0.07);
    text-align: center;
}

.testimonial-area .testimonail-slide .single-testimonial .testimonial-text {
    margin-bottom: 3.5rem;
    font-size: 2rem;
    line-height: 3.3rem;
    color: #555555;
}

.testimonial-area .testimonail-slide .single-testimonial .testimonial-title {
    margin-bottom: 1.8rem;
    font-size: 2.4rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.testimonial-area .testimonail-slide .single-testimonial .review-area {
    margin: 0;
    padding: 0;
}

.testimonial-area .testimonail-slide .single-testimonial .review-area li {
    display: inline-block;
    list-style: none;
    color: #fca610;
}

.testimonial-area .testimonial-left-1 {
    left: 68px;
    top: -73px;
    height: 62px;
    width: 62px;
    border-radius: 50%;
}

.testimonial-area .testimonial-left-2 {
    left: 0;
    bottom: -117px;
    height: 62px;
    width: 62px;
    border-radius: 50%;
}

.testimonial-area .testimonial-left-3 {
    left: 258px;
    bottom: 80px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.testimonial-area .testimonial-left-4 {
    left: 338px;
    bottom: -68px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.testimonial-area .testimonial-right-1 {
    right: 68px;
    top: -73px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.testimonial-area .testimonial-right-2 {
    right: 0;
    bottom: -117px;
    height: 84px;
    width: 84px;
    border-radius: 50%;
}

.testimonial-area .testimonial-right-3 {
    right: 258px;
    bottom: 80px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.testimonial-area .testimonial-right-4 {
    right: 338px;
    bottom: -68px;
    height: 56px;
    width: 56px;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .testimonial-area .testimonail-slide .single-testimonial {
        padding: 3rem 2rem;
    }
    .testimonial-area .section-header-area p {
        width: 80%;
    }
    .testimonial-area .testimonial-left-3 {
        left: 180px;
        bottom: 47px;
        height: 50px;
        width: 50px;
    }
    .testimonial-area .testimonial-right-3 {
        right: 180px;
        bottom: 47px;
    }
    .testimonial-area .testimonial-left-4 {
        left: 242px;
    }
    .testimonial-area .testimonial-right-4 {
        right: 242px;
        height: 45px;
        width: 45px;
    }
}

@media (max-width: 991px) {
    .testimonial-area .testimonial-left-2 {
        bottom: -68px;
        height: 50px;
        width: 50px;
    }
    .testimonial-area .testimonial-right-2 {
        bottom: -68px;
        height: 65px;
        width: 65px;
    }
    .testimonial-area .testimonial-left-4 {
        left: 190px;
    }
    .testimonial-area .testimonial-right-4 {
        right: 190px;
    }
    .testimonial-area .testimonial-left-3 {
        left: 90px;
    }
    .testimonial-area .testimonial-right-3 {
        right: 90px;
    }
}

@media (max-width: 767px) {
    .testimonial-area .testimonail-slide .slick-dots {
        margin-top: 2rem;
    }
    .testimonial-area .section-header-area p {
        margin: 20px auto 10px;
    }
    .testimonial-float-img {
        display: none;
    }
}

@media (max-width: 375px) {
    .testimonial-area .testimonail-slide .single-testimonial .testimonial-text {
        margin-bottom: 2.5rem;
        font-size: 1.6rem;
    }
    .testimonial-area
        .testimonail-slide
        .single-testimonial
        .testimonial-title {
        font-size: 2rem;
    }
    .testimonial-area .section-header-area p {
        width: 100%;
    }
}

.testimonial-area-v2 .testimonial-slide-two {
    padding-bottom: 8rem;
}

.testimonial-area-v2 .testimonial-slide-two .slick-slide {
    margin: 0 12px;
}

.testimonial-area-v2 .testimonial-slide-two .slick-list {
    margin: 0 -12px;
}

.testimonial-area-v2 .testimonial-slide-two .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: absolute;
    bottom: 0;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 700;
    font-size: 3.5rem;
    z-index: 5;
    cursor: pointer;
}

.testimonial-area-v2 .testimonial-slide-two .slick-arrow::after {
    position: absolute;
    content: "";
    width: 2.8rem;
    height: 2.8rem;
    line-height: 1;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.12);
    top: 4px;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.testimonial-area-v2 .testimonial-slide-two .slick-arrow:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.testimonial-area-v2 .testimonial-slide-two .slick-arrow.slick-prev {
    left: 45%;
}

.testimonial-area-v2 .testimonial-slide-two .slick-arrow.slick-prev:after {
    left: -8px;
}

.testimonial-area-v2 .testimonial-slide-two .slick-arrow.slick-next {
    right: 45%;
}

.testimonial-area-v2 .testimonial-slide-two .slick-arrow.slick-next:after {
    right: -8px;
}

.testimonial-area-v2 .single-testimonial {
    padding: 5rem 3rem 8rem 3rem;
    background: #f9ecce;
    border-radius: 500px;
    text-align: center;
}

.testimonial-area-v2 .single-testimonial .testimonial-top {
    position: relative;
    padding-top: 7rem;
    margin-bottom: 3rem;
    z-index: 1;
}

.testimonial-area-v2 .single-testimonial .testimonial-top::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: red;
    left: 0;
    top: -7rem;
    -webkit-clip-path: circle(50% at 50% 100%);
    clip-path: circle(50% at 50% 100%);
    z-index: -1;
    background: rgba(253, 214, 91, 0.3);
}

.testimonial-area-v2 .single-testimonial .testimonial-top .testimonial-image {
    width: 146px;
    height: 146px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffffff;
    margin: 0 auto;
}

.testimonial-area-v2 .single-testimonial .testimonial-content {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 3.3rem;
    color: #555555;
}

.testimonial-area-v2 .single-testimonial .testimonial-title {
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.testimonial-area-v2 .single-testimonial .testimonial-review {
    margin: 0;
    padding: 0;
}

.testimonial-area-v2 .single-testimonial .testimonial-review .review-item {
    display: inline-block;
    color: #cdc6b7;
}

.testimonial-area-v2
    .single-testimonial
    .testimonial-review
    .review-item.active {
    color: #fca610;
}

@media (max-width: 1199px) {
    .testimonial-area-v2 .single-testimonial {
        padding: 2rem 3rem 5rem 3rem;
    }
}

@media (max-width: 991px) {
    .testimonial-area-v2 .testimonial-slide-two .slick-arrow.slick-next {
        right: 40%;
    }
    .testimonial-area-v2 .testimonial-slide-two .slick-arrow.slick-prev {
        left: 40%;
    }
}

@media (max-width: 767px) {
    .testimonial-area-v2 .single-testimonial {
        padding: 5rem 2rem 5rem 2rem;
    }
    .testimonial-area-v2 .single-testimonial .testimonial-top {
        padding-top: 0;
    }
    .testimonial-area-v2 .single-testimonial .testimonial-top::before {
        -webkit-clip-path: circle(56% at 50% 98%);
        clip-path: circle(56% at 50% 98%);
    }
}

@media (max-width: 750px) {
    .testimonial-area-v2 .single-testimonial {
        padding: 5rem 2rem 3rem 2rem;
    }
}

@media (max-width: 575px) {
    .testimonial-area-v2 .single-testimonial {
        padding: 5rem 2rem 4rem 2rem;
    }
}

@media (max-width: 480px) {
    .testimonial-area-v2 .single-testimonial {
        border-radius: 50px;
    }
    .testimonial-area-v2 .single-testimonial .testimonial-top {
        padding-top: 7rem;
    }
    .testimonial-area-v2 .testimonial-slide-two .slick-arrow.slick-next {
        right: 32%;
    }
    .testimonial-area-v2 .testimonial-slide-two .slick-arrow.slick-prev {
        left: 32%;
    }
    .testimonial-area-v2 .single-testimonial .testimonial-top::before {
        -webkit-clip-path: circle(60% at 50% 100%);
        clip-path: circle(60% at 50% 100%);
        margin-top: 20px;
    }
}

@media (max-width: 375px) {
    .testimonial-area-v2 .single-testimonial .testimonial-top {
        padding-top: 5rem;
    }
}

@media (max-width: 360px) {
    .testimonial-area-v2 .single-testimonial .testimonial-top::before {
        -webkit-clip-path: circle(60% at 50% 100%);
        clip-path: circle(60% at 50% 100%);
        margin-top: 0;
    }
}

@media (max-width: 320px) {
    .testimonial-area-v2 .single-testimonial .testimonial-top {
        padding-top: 4rem;
    }
}

.testimonial-area-v3 .slick-slide {
    margin: 0 12px;
}

.testimonial-area-v3 .slick-list {
    margin: 0 -12px;
}

.testimonial-area-v3 .slick-dots {
    margin-top: 4rem;
    text-align: center;
}

.testimonial-area-v3 .slick-dots li {
    display: inline-block;
    margin: 0 1rem;
    font-size: 0;
    padding: 0;
    line-height: 1;
}

.testimonial-area-v3 .slick-dots li button {
    position: relative;
    font-size: 0;
    line-height: 1;
    padding: 0;
    border: none;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: var(--black);
}

.testimonial-area-v3 .slick-dots li button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    border-radius: 50%;
    border: 1px solid var(--black);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.testimonial-area-v3 .slick-dots li.slick-active button:after {
    opacity: 1;
    visibility: visible;
}

.testimonial-area-v3 .single-slide {
    position: relative;
}

.testimonial-area-v3 .single-slide .slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #f5f5f5;
    padding: 0 3rem;
}

.testimonial-area-v3 .single-slide .slide-wrap .slide-left {
    width: 40%;
}

.testimonial-area-v3 .single-slide .slide-wrap .slide-right {
    padding: 3rem 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.testimonial-area-v3
    .single-slide
    .slide-wrap
    .slide-right
    .testimonial-content {
    font-size: 2rem;
    line-height: 3rem;
    color: #777777;
}

.testimonial-area-v3 .single-slide .slide-wrap .slide-right .testimonial-title {
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: 600;
    color: var(--black);
}

.testimonial-area-v3
    .single-slide
    .slide-wrap
    .slide-right
    .testimonial-review {
    padding: 0;
}

.testimonial-area-v3
    .single-slide
    .slide-wrap
    .slide-right
    .testimonial-review
    .review-item {
    display: inline-block;
    color: #d0d0d0;
    cursor: pointer;
}

.testimonial-area-v3
    .single-slide
    .slide-wrap
    .slide-right
    .testimonial-review
    .review-item.active {
    color: #fca610;
}

@media (max-width: 1199px) {
    .testimonial-area-v3
        .single-slide
        .slide-wrap
        .slide-right
        .testimonial-content {
        font-size: 1.6rem;
        line-height: 2.6rem;
        margin-bottom: 1rem;
    }
    .testimonial-area-v3
        .single-slide
        .slide-wrap
        .slide-right
        .testimonial-title {
        margin-bottom: 1.5rem;
        font-size: 1.8rem;
    }
    .testimonial-area-v3 .single-slide .slide-wrap {
        padding: 0 2rem;
    }
    .testimonial-area-v3 .slide-left {
        margin-right: 1rem;
    }
}

@media (max-width: 991px) {
    .testimonial-area-v3 .single-slide .slide-wrap .slide-left {
        display: none;
    }
    .testimonial-area-v3 .single-slide .slide-wrap .slide-right {
        width: 100%;
    }
    .testimonial-area-v3 .slick-dots {
        margin-top: 2rem;
    }
}

.shop-map-area {
    position: relative;
}

.shop-map-area .shop-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 8%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    width: 720px;
    min-height: 360px;
    background-color: var(--white);
}

.shop-map-area .shop-info .shop-info-left {
    width: 50%;
    padding: 5rem 3rem;
}

.shop-map-area .shop-info .shop-info-left .shop-info-title {
    margin-bottom: 3.5rem;
    font-size: 3.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}

.shop-map-area .shop-info .shop-info-left .shop-info-sub-title {
    margin-bottom: 2.5rem;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #555555;
}

.shop-map-area .shop-info .shop-info-left .shop-opaing-time {
    border-top: 1px solid #d0d0d0;
    padding-top: 2rem;
}

.shop-map-area .shop-info .shop-info-left .shop-opaing-time .open-time {
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    color: #555555;
}

.shop-map-area .shop-info .shop-info-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-image: url("../images/shop-image.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.shop-map-area .shop-info .shop-info-right .label {
    display: inline-block;
    position: absolute;
    right: 2.5rem;
    top: 2.5rem;
    padding: 0.8rem 1rem;
    background: var(--primary-color);
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--white);
}

.shop-map-area .google-map iframe {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .shop-map-area .shop-info {
        width: 650px;
    }
    .shop-map-area .shop-info .shop-info-left .shop-info-title {
        margin-bottom: 2.5rem;
        font-size: 3rem;
    }
    .shop-map-area .shop-info .shop-info-left .shop-info-sub-title {
        margin-bottom: 2rem;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .shop-map-area .shop-info .shop-info-left .shop-opaing-time .open-time {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

@media (max-width: 767px) {
    .shop-map-area .shop-info {
        width: 70%;
        min-height: 260px;
    }
    .shop-map-area .shop-info .shop-info-right {
        display: none;
    }
    .shop-map-area .shop-info .shop-info-left {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .shop-map-area .shop-info .shop-info-left .shop-info-title {
        margin-bottom: 1.5rem;
        font-size: 2.2rem;
    }
    .shop-map-area .shop-info .shop-info-left {
        padding: 2rem 2rem;
    }
    .shop-map-area .shop-info {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .shop-map-area .shop-info {
        top: auto;
        left: 50%;
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
        bottom: 0;
    }
}

@media (max-width: 375px) {
    .shop-map-area .shop-info .shop-info-left {
        padding: 2.5rem 2rem;
    }
    .shop-map-area .shop-info {
        width: 80%;
    }
}

.spectial-offer-area {
    margin-bottom: 110px;
}

.spectial-offer-area .spectial-offer-wrap {
    min-height: 460px;
    position: relative;
    padding: 100px;
    background: #0d7862;
    border-radius: 500px;
    z-index: 1;
}

.spectial-offer-area .spectial-offer-wrap .line-shape-one {
    position: absolute;
    bottom: 0;
    right: 33%;
    z-index: -1;
}

.spectial-offer-area .spectial-offer-wrap .line-shape-two {
    position: absolute;
    top: 0;
    right: 20%;
    z-index: -1;
}

.spectial-offer-area .spectial-offer-wrap .offer-image {
    top: 50px;
    position: absolute;
    text-align: center;
}

.spectial-offer-area .offet-text {
    font-size: 3.6rem;
    line-height: 4.6rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    font-style: italic;
}

.spectial-offer-area .offer-catagory {
    margin-bottom: 1rem;
    font-size: 6.4rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--white);
}

.spectial-offer-area .offer-catagory .color-text {
    color: #fdd65b;
}

.spectial-offer-area .offer {
    margin-bottom: 3.5rem;
    font-size: 3.6rem;
    font-weight: 700;
    font-style: italic;
    color: var(--white);
}

@media (max-width: 1399px) {
    .spectial-offer-area .spectial-offer-wrap .offer-image {
        text-align: left;
        left: 5%;
    }
    .spectial-offer-area .offer-catagory {
        font-size: 5rem;
    }
    .spectial-offer-area .offet-text {
        font-size: 3rem;
        line-height: 4rem;
    }
    .spectial-offer-area .offer {
        font-size: 3rem;
    }
}

@media (max-width: 1199px) {
    .spectial-offer-area .spectial-offer-wrap .offer-image {
        left: -2%;
    }
}

@media (max-width: 991px) {
    .spectial-offer-area .spectial-offer-wrap .offer-image {
        display: none;
    }
    .spectial-offer-area .spectial-offer-wrap {
        min-height: auto;
        padding: 50px;
        border-radius: 70px;
    }
    .spectial-offer-area {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .spectial-offer-area .spectial-offer-wrap {
        padding: 50px 30px;
    }
    .spectial-offer-area .offer-catagory {
        font-size: 4.5rem;
    }
}

@media (max-width: 480px) {
    .spectial-offer-area .offer-catagory {
        font-size: 3.6rem;
    }
    .spectial-offer-area .offet-text {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
    .spectial-offer-area .offer {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
}

@media (max-width: 480px) {
    .spectial-offer-area .spectial-offer-wrap {
        text-align: center;
    }
}

.spectial-offer-v2 .offer-wrap {
    background: url("../images/spectial-offer-bg.jpg") #dfeec1 no-repeat
        center/cover;
    padding: 5rem 0;
    border-radius: 1.5rem;
}

.spectial-offer-v2 .offer-info {
    padding-left: 10rem;
}

.spectial-offer-v2 .offer-info .offer-sub-title {
    margin-bottom: 2rem;
    font-family: "Fira Sans", sans-serif;
    font-size: 2.6rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: var(--black);
}

.spectial-offer-v2 .offer-info .offer-title {
    margin-bottom: 2rem;
    font-family: "Fira Sans", sans-serif;
    font-size: 6rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--black);
}

.spectial-offer-v2 .offer-info .offer-content {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    color: #555555;
}

@media (max-width: 1399px) {
    .spectial-offer-v2 .offer-info .offer-title {
        font-size: 4.6rem;
    }
}

@media (max-width: 1199px) {
    .spectial-offer-v2 .offer-info {
        padding-left: 30px;
    }
    .spectial-offer-v2 .offer-info .offer-title {
        font-size: 3.6rem;
    }
}

@media (max-width: 767px) {
    .spectial-offer-v2 .offer-info {
        padding: 0 2.5rem 2.5rem 2.5rem;
    }
    .spectial-offer-v2 .offer-info .offer-sub-title {
        margin-bottom: 1.5rem;
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .spectial-offer-v2 .offer-info .offer-title {
        font-size: 3.2rem;
        margin-bottom: 1.5rem;
    }
}

.recommend-product-area .section-header-two {
    margin-bottom: 6rem;
}

.recommend-product-area .recommend-product-slide .slick-slide {
    margin: 0 12px;
}

.recommend-product-area .recommend-product-slide .slick-list {
    margin: 0 -12px;
}

.recommend-product-area .recommend-product-slide .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: absolute;
    top: calc(50% - 30px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.8rem;
    height: 4.8rem;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 5;
    cursor: pointer;
}

.recommend-product-area .recommend-product-slide .slick-arrow:hover {
    color: var(--white);
    background-color: var(--black);
}

.recommend-product-area .recommend-product-slide .slick-arrow.slick-prev {
    left: -60px;
}

.recommend-product-area .recommend-product-slide .slick-arrow.slick-next {
    right: -60px;
}

@media (max-width: 1500px) {
    .recommend-product-area .recommend-product-slide .slick-arrow.slick-prev {
        left: -15px;
    }
    .recommend-product-area .recommend-product-slide .slick-arrow.slick-next {
        right: -15px;
    }
}

@media (max-width: 768pc) {
    .recommend-product-area .recommend-product-slide .slick-arrow {
        opacity: 0;
        visibility: hidden;
    }
    .recommend-product-area .recommend-product-slide:hover .slick-arrow {
        opacity: 0;
        visibility: hidden;
    }
    .recommend-product-area .recommend-product-slide .slick-arrow.slick-prev {
        left: 0;
    }
    .recommend-product-area .recommend-product-slide .slick-arrow.slick-next {
        right: 0;
    }
}

.breadcrumb-area {
    padding: 5.5rem 0;
    background-image: url("../images/breadcrumb-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 200px;
    position: relative;
}

.breadcrumb-area .page-title {
    margin-top: 0;
    margin-bottom: 1.8rem;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: white !important;
    display: none;
}

.breadcrumb-area .breadcrumb-pages {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

.breadcrumb-area .breadcrumb-pages .page-item {
    display: inline-block;
    position: relative;
    list-style: none;
    margin-right: 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: white;
    line-height: 1;
}

.breadcrumb-area .breadcrumb-pages .page-item:after {
    position: absolute;
    content: "/";
    left: calc(100% + 10px);
    top: 0;
}

.breadcrumb-area .breadcrumb-pages .page-item:last-child {
    margin-right: 0;
}

.breadcrumb-area .breadcrumb-pages .page-item:last-child:after {
    display: none;
}

.breadcrumb-area .breadcrumb-pages .page-item .page-item-link {
    display: inline-block;
    font-weight: 400;
    color: white;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.breadcrumb-area .breadcrumb-pages .page-item .page-item-link:hover {
    color: var(--primary-color);
}

@media (max-width: 480px) {
    .breadcrumb-area .page-title {
        font-size: 3rem;
    }
}

.breadcrumb-area-v2 {
    background-color: #f6f6f6;
    padding: 1.2rem 0;
}

.breadcrumb-area-v2 .breadcrumb-pages {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb-area-v2 .breadcrumb-pages .page-item {
    display: inline-block;
    position: relative;
    list-style: none;
    margin-right: 4rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #0d7862;
    line-height: 1;
}

.breadcrumb-area-v2 .breadcrumb-pages .page-item:after {
    position: absolute;
    content: "";
    left: calc(100% + 20px);
    top: -2px;
    color: #777777;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    height: 20px;
    width: 13px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-repeat: no-repeat;
}

.breadcrumb-area-v2 .breadcrumb-pages .page-item:last-child {
    margin-right: 0;
}

.breadcrumb-area-v2 .breadcrumb-pages .page-item:last-child:after {
    display: none;
}

.breadcrumb-area-v2 .breadcrumb-pages .page-item .page-item-link {
    display: inline-block;
    font-weight: 400;
    color: #555555;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.breadcrumb-area-v2 .breadcrumb-pages .page-item .page-item-link:hover {
    color: var(--primary-color);
}

@media (max-width: 575px) {
    .breadcrumb-area-v2 .breadcrumb-pages .page-item {
        margin-right: 2rem;
        font-size: 1.4rem;
    }
    .breadcrumb-area-v2 .breadcrumb-pages .page-item::after {
        left: calc(100% + 10px);
    }
}

.breadcrumb-area-v3 {
    max-width: 1400px;
    padding: 8.5rem 0;
    margin: 0 auto;
    margin-top: 17rem;
    background-image: url("../images/breadcrumb-bg-3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
}

.breadcrumb-area-v3 .page-title {
    margin-top: 0;
    margin-bottom: 1.8rem;
    font-family: "Fira Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.breadcrumb-area-v3 .breadcrumb-pages {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb-area-v3 .breadcrumb-pages .page-item {
    display: inline-block;
    position: relative;
    list-style: none;
    margin-right: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #222222;
    line-height: 1;
}

.breadcrumb-area-v3 .breadcrumb-pages .page-item:after {
    position: absolute;
    content: "/";
    left: calc(100% + 10px);
    top: 0;
}

.breadcrumb-area-v3 .breadcrumb-pages .page-item:last-child {
    margin-right: 0;
}

.breadcrumb-area-v3 .breadcrumb-pages .page-item:last-child:after {
    display: none;
}

.breadcrumb-area-v3 .breadcrumb-pages .page-item .page-item-link {
    display: inline-block;
    font-weight: 400;
    color: #555555;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.breadcrumb-area-v3 .breadcrumb-pages .page-item .page-item-link:hover {
    color: var(--primary-color);
}

@media (max-width: 991px) {
    .breadcrumb-area-v3 {
        margin-top: 3rem;
    }
}

@media (max-width: 575px) {
    .breadcrumb-area-v3 {
        padding: 5.5rem 0;
    }
}

@media (max-width: 480px) {
    .breadcrumb-area-v3 .page-title {
        font-size: 2.8rem;
    }
}

.about-us-area .section-header-area {
    margin-bottom: 3.5rem;
}

.about-us-area .about-us-text {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #777777;
}

.about-us-area .about-us-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .about-us-area .about-us-text {
        margin-bottom: 1rem;
    }
    .about-us-area .section-header-area .sub-title {
        margin-bottom: 1.5rem;
    }
    .about-us-area .section-header-area {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 767px) {
    .about-us-area .about-us-image {
        margin-bottom: 3rem;
    }
    .about-us-area .about-us-image img {
        width: 100%;
        height: auto;
    }
}

.service-area {
    overflow: hidden;
}

.service-area .service-left {
    background-image: url("../images/service-image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 560px;
}

.service-area .service-lsit {
    padding: 6.5rem 7rem 3rem 7rem;
}

.service-area .service-lsit .single-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.5rem;
}

.service-area .service-lsit .single-service .service-icon {
    width: 4.6rem;
    margin-right: 2rem;
}

.service-area .service-lsit .single-service .service-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.service-area .service-lsit .single-service .service-info .service-title {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}

.service-area .service-lsit .single-service .service-info .service-content {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #555555;
}

@media (max-width: 1367px) {
    .service-area .service-lsit {
        padding: 3rem;
    }
}

@media (max-width: 991px) {
    .service-area .service-lsit {
        padding-top: 6.5rem;
    }
}

@media (max-width: 575px) {
    .service-area .service-left {
        height: 400px;
    }
    .service-area .service-lsit .single-service .service-icon {
        margin-right: 1.5rem;
    }
}

.our-features-area .single-features {
    margin-bottom: 3rem;
}

.our-features-area .single-features .features-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    margin-bottom: 3.5rem;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
}

.our-features-area .single-features .features-title {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.our-features-area .single-features .features-content {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .our-features-area .single-features {
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 3rem;
    }
    .our-features-area .single-features .features-icon {
        margin-bottom: 2rem;
    }
}

.contact-us-area .contact-us-top {
    padding: 7rem 0 4rem 0;
}

.contact-us-area .contact-us-top .single-contact-info {
    margin-bottom: 3rem;
    padding: 0 5rem;
    border-left: 1px solid #e9e9e9;
}

.contact-us-area .contact-us-top .single-contact-info .contact-info-icon {
    margin-bottom: 2rem;
}

.contact-us-area .contact-us-top .single-contact-info .contact-info-title {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}

.contact-us-area .contact-us-top .single-contact-info .contact-info-content {
    margin: 0;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    color: #888888;
}

.contact-us-area .contact-form-area {
    padding: 8rem;
    background-color: #f9f9f9;
}

.contact-us-area .contact-form-area .contct-form-top {
    margin-bottom: 3.5rem;
}

.contact-us-area .contact-form-area .contct-form-top .form-title {
    margin-bottom: 1rem;
    font-size: 3.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}

.contact-us-area .contact-form-area .contct-form-top .form-subtitle {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #555555;
}

.contact-us-area .contact-form-area .form-group {
    margin-bottom: 2rem;
}

.contact-us-area .contact-form-area .form-group .form-control {
    width: 100%;
    height: 5.6rem;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    padding: 1.5rem 2rem;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333333;
}

.contact-us-area
    .contact-form-area
    .form-group
    .form-control::-webkit-input-placeholder {
    color: #333333;
}

.contact-us-area
    .contact-form-area
    .form-group
    .form-control:-ms-input-placeholder {
    color: #333333;
}

.contact-us-area
    .contact-form-area
    .form-group
    .form-control::-ms-input-placeholder {
    color: #333333;
}

.contact-us-area .contact-form-area .form-group .form-control::placeholder {
    color: #333333;
}

.contact-us-area .contact-form-area .form-group .message-box {
    height: 190px;
    resize: none;
}

.contact-us-area .contact-form-area .form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 360px;
    height: 5.6rem;
    border: none;
    margin: 0 auto;
    background-color: var(--primary-color-two);
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.contact-us-area .contact-form-area .form-btn:hover {
    color: var(--white);
    background-color: var(--hover-color-two);
}

@media (max-width: 1399px) {
    .contact-us-area .contact-us-top .single-contact-info {
        padding: 0 2rem;
    }
}

@media (max-width: 991px) {
    .contact-us-area .contact-us-top .single-contact-info {
        padding: 0;
    }
    .contact-us-area
        .contact-us-top
        .single-contact-info
        .contact-info-content {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
}

@media (max-width: 767px) {
    .contact-us-area .contact-us-top .single-contact-info {
        border: none;
    }
    .contact-us-area .contact-form-area {
        padding: 5rem 3rem;
    }
    .contact-us-area
        .contact-us-top
        .single-contact-info
        .contact-info-content {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

@media (max-width: 575px) {
    .contact-us-area .contact-us-top .single-contact-info {
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 3rem;
    }
}

@media (max-width: 480px) {
    .contact-us-area .contact-form-area .form-btn {
        width: 100%;
    }
    .contact-us-area .contact-form-area .contct-form-top .form-title {
        font-size: 3.2rem;
    }
}

.wish-list-area .wish-list-table .table {
    margin: 0;
}

.wish-list-area .wish-list-table .table thead tr {
    background-color: #f4f4f4;
}

.wish-list-area .wish-list-table .table thead tr th {
    padding: 1.5rem 3rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.wish-list-area .wish-list-table .table thead tr th:first-child {
    text-align: left;
}

.wish-list-area .wish-list-table .table tbody tr {
    border: 1px solid #ededed;
}

.wish-list-area .wish-list-table .table tbody tr td {
    padding: 3rem 1.5rem;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.wish-list-area .wish-list-table .product-image {
    display: inline-block;
    position: relative;
}

.wish-list-area .wish-list-table .product-image .product-thumbnal {
    width: 190px;
    height: 225px;
    -o-object-fit: cover;
    object-fit: cover;
}

.wish-list-area .wish-list-table .product-image .product-flags {
    position: absolute;
    left: 0;
    right: 0;
    top: 1.5rem;
    text-align: center;
}

.wish-list-area .wish-list-table .product-image .product-flags .product-flag {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--black);
}

.wish-list-area
    .wish-list-table
    .product-image
    .product-flags
    .product-flag.sale {
    background-color: var(--primary-color);
}

.wish-list-area .wish-list-table .product-info .product-catagory {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #555555;
}

.wish-list-area .wish-list-table .product-info .product-name {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
    color: var(--black);
    text-transform: capitalize;
}

.wish-list-area .wish-list-table .product-info .product-name .product-link {
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.wish-list-area
    .wish-list-table
    .product-info
    .product-name
    .product-link:hover {
    color: var(--primary-color);
}

.wish-list-area .wish-list-table .product-info .product-review {
    margin-bottom: 1rem;
    padding: 0;
}

.wish-list-area .wish-list-table .product-info .product-review .review-item {
    display: inline-block;
    color: #d0d0d0;
    cursor: pointer;
}

.wish-list-area
    .wish-list-table
    .product-info
    .product-review
    .review-item.active {
    color: #fca610;
}

.wish-list-area .wish-list-table .product-info .color-switch .single-color {
    display: inline-block;
    margin: 0 0.3rem;
    list-style: none;
    width: 3rem;
    height: 3rem;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--white);
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.wish-list-area
    .wish-list-table
    .product-info
    .color-switch
    .single-color.active {
    border: 2px solid var(--black);
}

.wish-list-area
    .wish-list-table
    .product-info
    .color-switch
    .single-color.white {
    background-color: #ffffff;
}

.wish-list-area
    .wish-list-table
    .product-info
    .color-switch
    .single-color.black {
    background-color: #1c1c1c;
}

.wish-list-area .wish-list-table .product-info .color-switch .single-color.red {
    background-color: #fb8484;
}

.wish-list-area
    .wish-list-table
    .product-info
    .color-switch
    .single-color.gray {
    background-color: #b1b1b1;
}

.wish-list-area .wish-list-table .action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 5.6rem;
    border: 1px solid #cacaca;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.wish-list-area .wish-list-table .action-btn .icon {
    margin-left: 1rem;
}

.wish-list-area .wish-list-table .action-btn:hover {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.wish-list-area .wish-list-table .product-price .regular-price {
    font-size: 2rem;
    font-weight: 500;
    color: #555555;
    text-decoration: line-through;
    margin-right: 1rem;
}

.wish-list-area .wish-list-table .product-price .price {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--primary-color);
}

.wish-list-area .wish-list-table .delet-btn {
    padding: 0;
    border: none;
    background-color: transparent;
}

.wish-list-area .wish-list-table .delet-btn:hover img {
    -webkit-filter: invert(96%) sepia(96%) saturate(2878%) hue-rotate(346deg)
        brightness(104%) contrast(97%);
    filter: invert(96%) sepia(96%) saturate(2878%) hue-rotate(346deg)
        brightness(104%) contrast(97%);
}

@media (max-width: 1199px) {
    .wish-list-area .wish-list-table .action-btn {
        width: 130px;
        height: 4.6rem;
        font-size: 1.4rem;
    }
    .wish-list-area .wish-list-table .product-image {
        width: 150px;
    }
    .wish-list-area .wish-list-table .product-image .product-thumbnal {
        width: 100%;
        height: auto;
    }
    .wish-list-area .wish-list-table .product-info .color-switch .single-color {
        margin: 0;
        width: 2rem;
        height: 2rem;
    }
    .wish-list-area .wish-list-table .product-info .product-name {
        margin-bottom: 1rem;
        font-size: 1.8rem;
    }
    .wish-list-area .wish-list-table .product-info .product-catagory {
        margin-bottom: 0;
        font-size: 1.3rem;
    }
    .wish-list-area .wish-list-table .table tbody tr td {
        padding: 1.5rem 1rem;
        max-width: 250px;
    }
    .wish-list-area .wish-list-table .table thead tr th {
        padding: 1.5rem 1rem;
    }
    .wish-list-area .wish-list-table .delet-btn img {
        height: 18px;
    }
}

@media (max-width: 767px) {
    .wish-list-area .wish-list-table .product-price .price {
        font-size: 1.8rem;
    }
    .wish-list-area .wish-list-table .product-price .regular-price {
        font-size: 1.4rem;
    }
    .wish-list-area
        .wish-list-table
        .product-image
        .product-flags
        .product-flag {
        padding: 0.5rem;
        font-size: 1.2rem;
    }
    .wish-list-area .wish-list-table .product-image {
        width: 100px;
    }
}

.empty-wish-list .empty-box-img {
    margin-bottom: 5.5rem;
}

.empty-wish-list .empty-box-title {
    margin-bottom: 1rem;
    font-size: 3.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}

.empty-wish-list .empty-box-content {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #555555;
}

.empty-wish-list .primary-btn {
    width: 260px;
}

@media (max-width: 480px) {
    .empty-wish-list .empty-box-title {
        font-size: 3.2rem;
    }
}

@media (max-width: 375px) {
    .empty-wish-list .empty-box-title {
        font-size: 2.6rem;
    }
    .empty-wish-list .empty-box-content {
        margin-bottom: 2rem;
        font-size: 1.4rem;
    }
}

.sidebar-widget-area .sidebar-widget-header {
    margin-bottom: 2rem;
}

.sidebar-widget-area .sidebar-widget-header .widget-header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar-widget-area .sidebar-widget-header .offcanvas-title {
    font-size: 2.4rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #555555;
}

.sidebar-widget-area .sidebar-widget-header .btn-close {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.sidebar-widget-area .single-widget {
    /* margin-bottom: 3rem; */
    padding: 3.5rem 2.5rem;
    background-color: #f4f4f4;
}

.sidebar-widget-area .single-widget .widget-title {
    margin-bottom: 2.5rem;
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}
@media (min-width: 768px) {
    .sidebar-widget-area .single-widget .widget-title {
        font-family: "Raleway", sans-serif;
        font-optical-sizing: auto !important;
        font-weight: 500 !important;
        font-style: normal !important;
        font-size: 19px !important;
        color: black;
    }
    .single-widget {
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
        border-radius: 5px;

        border: 0px solid black;
    }
}
.sidebar-widget-area .search-widget .form-group {
    position: relative;
}

.sidebar-widget-area .search-widget .form-group .form-control {
    width: 100%;
    height: 5.2rem;
    background-color: var(--white);
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    color: black;
    border-radius: 0;
    padding: 0.5rem 2rem;
    border: none;
}

.sidebar-widget-area .search-widget .form-group .form-control.bg-color {
    background-color: white;
}

.sidebar-widget-area .search-widget .form-group .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar-widget-area .search-widget .form-group .search-btn {
    position: absolute;
    top: 15px;
    right: 2rem;
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-widget-area .search-widget .form-group .search-btn:hover {
    color: var(--primary-color-two);
}

.sidebar-widget-area .categories-widget .categories-list .single-categorie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.sidebar-widget-area
    .categories-widget
    .categories-list
    .single-categorie:last-child {
    margin-bottom: 0;
}

.sidebar-widget-area
    .categories-widget
    .categories-list
    .single-categorie
    .form-check-input {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1px;
    border: 1px solid #888888;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 0.5rem;
    margin-top: 4px;
}

.sidebar-widget-area
    .categories-widget
    .categories-list
    .single-categorie
    .form-check-input:checked {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--primary-color-two);
    border-color: var(--primary-color-two);
}

.sidebar-widget-area
    .categories-widget
    .categories-list
    .single-categorie
    .form-check-label {
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #777777;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sidebar-widget-area
    .categories-widget
    .categories-list
    .single-categorie
    .categories-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 2.8rem;
    height: 2.8rem;
    background-color: #e9e9e9;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #555555;
}

.sidebar-widget-area
    .categories-widget
    .categories-list
    .single-categorie
    .form-check-input:checked
    ~ .form-check-label {
    color: var(--primary-color-two);
}

.sidebar-widget-area .size-widget .size-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    row-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 7px;
}

.sidebar-widget-area .size-widget .size-list .single-size .form-check-input {
    display: none;
}

.sidebar-widget-area .size-widget .size-list .single-size .form-check-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    min-width: 50px;
    height: 32px;
    padding: 0 1rem;
    /* background-color: #ededed; */
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #777777;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sidebar-widget-area
    .size-widget
    .size-list
    .single-size
    .form-check-input:checked
    ~ .form-check-label {
    background-color: var(--primary-color-two);
    color: var(--white);
}

.sidebar-widget-area .brand-widget .brand-list .single-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    /* padding: 1rem 0; */
}

.sidebar-widget-area .brand-widget .brand-list .single-brand:first-child {
    padding-top: 0;
}

.sidebar-widget-area .brand-widget .brand-list .single-brand:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sidebar-widget-area .brand-widget .brand-list .single-brand .form-check-input {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1px;
    border: 1px solid #888888;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 0.5rem;
    margin-top: 4px;
}

.sidebar-widget-area
    .brand-widget
    .brand-list
    .single-brand
    .form-check-input:checked {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--primary-color-two);
    border-color: var(--primary-color-two);
}

.sidebar-widget-area .brand-widget .brand-list .single-brand .form-check-label {
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #777777;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sidebar-widget-area .brand-widget .brand-list .single-brand .brand-count {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #555555;
    padding: 0 5px;
}

.sidebar-widget-area
    .brand-widget
    .brand-list
    .single-brand
    .brand-count::before {
    position: absolute;
    content: "(";
    left: 0;
    top: 0;
}

.sidebar-widget-area
    .brand-widget
    .brand-list
    .single-brand
    .brand-count::after {
    position: absolute;
    content: ")";
    right: 0;
    top: 0;
}

.sidebar-widget-area
    .brand-widget
    .brand-list
    .single-brand
    .form-check-input:checked
    ~ .form-check-label {
    color: var(--primary-color-two);
}

.sidebar-widget-area .tags-widget .tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
}

.sidebar-widget-area .tags-widget .tags-list .tag-link {
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #888888;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-widget-area .tags-widget .tags-list .tag-link:hover {
    color: var(--primary-color-two);
}

.sidebar-widget-area .tags-widget .tags-list .tag-link.active {
    color: var(--primary-color-two);
    font-weight: 500;
}

.sidebar-widget-area .colors-widget .colors-list .single-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* border-bottom: 1px solid #e9e9e9; */
    padding: 1rem 0;
}

.sidebar-widget-area
    .colors-widget
    .colors-list
    .single-colors
    .form-check-input {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 0.5rem;
    margin-top: 0;
    background-color: var(--white);
}

.sidebar-widget-area
    .colors-widget
    .colors-list
    .single-colors
    .form-check-input.green {
    background-color: #4b92c6;
}

.sidebar-widget-area
    .colors-widget
    .colors-list
    .single-colors
    .form-check-input.cerise {
    background-color: #8fbc8f;
}

.sidebar-widget-area
    .colors-widget
    .colors-list
    .single-colors
    .form-check-input.magi-mint {
    background-color: #92a4b4;
}

.sidebar-widget-area
    .colors-widget
    .colors-list
    .single-colors
    .form-check-input.pink-sherbet {
    background-color: #fba439;
}

.sidebar-widget-area
    .colors-widget
    .colors-list
    .single-colors
    .form-check-input.vivid-tangerine {
    background-color: #8bc2c0;
}

.sidebar-widget-area
    .colors-widget
    .colors-list
    .single-colors
    .form-check-input.hot-magenta {
    background-color: #e1eb78;
}

.sidebar-widget-area
    .colors-widget
    .colors-list
    .single-colors
    .form-check-input:checked {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar-widget-area
    .colors-widget
    .colors-list
    .single-colors
    .form-check-label {
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #777777;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sidebar-widget-area .colors-widget .colors-list .single-colors .colors-count {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #555555;
    padding: 0 5px;
}

.sidebar-widget-area
    .colors-widget
    .colors-list
    .single-colors
    .colors-count::before {
    position: absolute;
    content: "(";
    left: 0;
    top: 0;
}

.sidebar-widget-area
    .colors-widget
    .colors-list
    .single-colors
    .colors-count::after {
    position: absolute;
    content: ")";
    right: 0;
    top: 0;
}

.sidebar-widget-area
    .colors-widget
    .colors-list
    .single-colors
    .form-check-input:checked
    ~ .form-check-label {
    color: var(--primary-color-two) !important;
}

.sidebar-widget-area .price-widget .price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar-widget-area .price-widget .price-wrap .price-wrap-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sidebar-widget-area .price-widget .price-wrap .price-wrap-left .single-price {
    margin-right: 1rem;
}

.sidebar-widget-area .price-widget .price-wrap .price-wrap-left .form-control {
    padding: 0.5rem 1rem;
    width: 100%;
    height: 5.2rem;
    background-color: var(--white);
    border: none;
    border-radius: 0;
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    color: #ababab;
}
@media (max-width: 767px) {
    .sidebar-widget-area
        .price-widget
        .price-wrap
        .price-wrap-left
        .form-control {
        color: #ababab !important;
        background-color: #f4f4f4 !important;
    }
}

.sidebar-widget-area .price-widget .price-wrap .price-submit {
    width: 4.2rem;
    height: 5.2rem;
    border: none;
    background-color: var(--primary-color-two);
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 5px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.form-check-input {
    border-radius: 5px !important; /* Adjust the radius as needed */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important; /* Subtle shadow effect */
    transition: box-shadow 0.3s ease !important; /* Smooth transition for hover effect */
}
.form-check-input2 {
    margin-right: 0.5rem;
    margin-top: 4px;

    width: 1.6rem !important;
    height: 1.6rem !important;
    border-radius: 5px !important; /* Adjust the radius as needed */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important; /* Subtle shadow effect */
    transition: box-shadow 0.3s ease !important; /* Smooth transition for hover effect */
}
.sidebar-widget-area .price-widget .price-wrap .price-submit:hover {
    color: var(--white);
    background-color: var(--hover-color-two);
}

.sidebar-widget-area .rating-widget .rating-list .rating-item {
    margin-bottom: 0.5rem;
}

.sidebar-widget-area .rating-widget .rating-list .rating-item:last-child {
    margin-bottom: 0;
}

.sidebar-widget-area
    .rating-widget
    .rating-list
    .rating-item
    .rating-link
    .and-up-text {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #888888;
}

.sidebar-widget-area
    .rating-widget
    .rating-list
    .rating-item
    .rating-link
    .flaticon-star {
    display: inline-block;
    margin-right: 0.5rem;
    color: #c4c4c4;
}

.sidebar-widget-area
    .rating-widget
    .rating-list
    .rating-item
    .rating-link
    .flaticon-star.active {
    color: #fca610;
}

.offcanvas .offcanvas-header {
    padding: 3rem 4.5rem 0 4.5rem;
}

.offcanvas .offcanvas-header .offcanvas-title {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}

.offcanvas .offcanvas-body {
    padding: 3rem 4.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.offcanvas .offcanvas-body::-webkit-scrollbar {
    display: none;
}

@media (max-width: 991px) {
    .mobile-sidebar {
        position: fixed;
        left: 0;
        top: 0;
        max-width: 350px;
        height: 90vh;
        overflow-y: scroll;
        scrollbar-width: thin;
        background-color: var(--white);
        z-index: 999;
        padding: 3rem 1rem 0 1rem;
        margin-left: -350px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .mobile-sidebar.active {
        margin-left: 0;
    }
    .offcanvas .offcanvas-body {
        padding: 3rem 1.5rem;
    }
    .offcanvas .offcanvas-header {
        margin-bottom: 0;
        padding: 3rem 1.5rem 0 1.5rem;
    }
}

.pagination-area {
    text-align: right;
}

.pagination-area .paginations .pagination-page {
    display: inline-block;
    margin-right: 1rem;
}

.pagination-area .paginations .pagination-page .pagination-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 5.2rem;
    height: 5.2rem;
    border: 1px solid #c4c4c4;
    font-size: 2.4rem;
    font-weight: 400;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pagination-area .paginations .pagination-page .pagination-link:hover {
    background-color: #333333;
    border-color: #333333;
    color: var(--white);
}

.pagination-area .paginations .pagination-page.active .pagination-link {
    background-color: #333333;
    border-color: #333333;
    color: var(--white);
}

.pagination-area .paginations .pagination-page:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .pagination-area .paginations .pagination-page .pagination-link {
        width: 3.5rem;
        height: 3.5rem;
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .pagination-area .paginations .pagination-page {
        margin-right: 0.5rem;
    }
}

.product-area .product-section-top {
    margin-bottom: 2.4rem;
}

.product-area .product-section-top .product-section-top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-area .product-section-top .product-section-top-left .filter-btn {
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #333333;
    margin-right: 1.5rem;
}

.product-area .product-section-top .product-section-top-left .sidebar-filter {
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #333333;
    margin-right: 1.5rem;
}

.product-area .product-section-top .list-grid-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-area .product-section-top .list-grid-view .view-btn {
    display: inline-block;
    margin-right: 2rem;
}

.product-area .product-section-top .list-grid-view .view-btn:last-child {
    margin-right: 0;
}

.product-area .product-section-top .list-grid-view .view-btn.active .view-icon {
    -webkit-filter: invert(0%) sepia(5%) saturate(19%) hue-rotate(57deg)
        brightness(5%) contrast(102%);
    filter: invert(0%) sepia(5%) saturate(19%) hue-rotate(57deg) brightness(5%)
        contrast(102%);
}

.product-area .product-section-top .product-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-area .product-section-top .product-filter .shoing-result {
    margin: 0;
    margin-right: 2rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #333333;
}

.product-area .product-section-top .product-filter .form-select {
    width: 26rem;
    height: 5.2rem;
    border-radius: 0;
    border: 1px solid #c4c4c4;
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #333333;
}

.product-area .product-section-top .product-filter .form-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .product-area .product-section-top .product-section-top-left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1rem;
    }
    .product-area .product-section-top .product-filter {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .product-area .product-section-top .product-filter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .product-area .product-section-top .product-filter .shoing-result {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 1rem;
        width: 100%;
        text-align: center;
    }
}

.single-list-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem;
}

.single-list-product .product-left {
    position: relative;
    overflow: hidden;
}

.single-list-product .product-left .product-thumbnal {
    width: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
}

.single-list-product .product-left .product-flags {
    position: absolute;
    left: 0;
    right: 0;
    top: 1.5rem;
    text-align: center;
}

.single-list-product .product-left .product-flags .product-flag {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--black);
}

.single-list-product .product-left .product-flags .product-flag.sale {
    background-color: var(--primary-color);
}

.single-list-product .product-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 3rem;
}

.single-list-product .product-right .product-catagory-review {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.single-list-product .product-right .product-catagory-review .product-catagory {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #555555;
}

.single-list-product .product-right .product-catagory-review .product-review {
    margin-bottom: 1rem;
    padding: 0;
}

.single-list-product
    .product-right
    .product-catagory-review
    .product-review
    .review-item {
    display: inline-block;
    color: #d0d0d0;
    cursor: pointer;
}

.single-list-product
    .product-right
    .product-catagory-review
    .product-review
    .review-item.active {
    color: #fca610;
}

.single-list-product .product-right .product-name {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}

.single-list-product .product-right .product-name .product-link {
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-list-product .product-right .product-name .product-link:hover {
    color: var(--primary-color);
}

.single-list-product .product-right .product-price {
    margin-right: 3rem;
}

.single-list-product .product-right .product-price .regular-price {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    color: #555555;
    text-decoration: line-through;
    margin-right: 1rem;
}

.single-list-product .product-right .product-price .price {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
}

.single-list-product .product-right .color-switch .single-color {
    display: inline-block;
    margin: 0 0.3rem;
    list-style: none;
    width: 3rem;
    height: 3rem;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--white);
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.single-list-product .product-right .color-switch .single-color.active {
    border: 2px solid var(--black);
}

.single-list-product .product-right .color-switch .single-color.white {
    background-color: #ffffff;
}

.single-list-product .product-right .color-switch .single-color.black {
    background-color: #1c1c1c;
}

.single-list-product .product-right .color-switch .single-color.red {
    background-color: #fb8484;
}

.single-list-product .product-right .color-switch .single-color.gray {
    background-color: #b1b1b1;
}

.single-list-product .product-right .size-switch {
    margin: 2.5rem 0;
    padding: 0;
}

.single-list-product .product-right .size-switch .single-size {
    display: inline-block;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: #777777;
    padding: 0.6rem 1.5rem;
    background-color: #f4f4f4;
}

.single-list-product .product-right .size-switch .single-size.active {
    color: var(--white);
    background-color: #00aa6c;
}

.single-list-product .product-right .prdouct-content {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #777777;
}

.single-list-product .product-right .prdouct-btn-wrapper .single-product-btn {
    margin-right: 2.4rem;
}

.single-list-product
    .product-right
    .prdouct-btn-wrapper
    .single-product-btn:last-child {
    margin-right: 0;
}

.single-list-product .product-right .prdouct-btn-wrapper .product-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 5.6rem;
    height: 5.6rem;
    line-height: 1;
    background-color: #f4f4f4;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-list-product
    .product-right
    .prdouct-btn-wrapper
    .product-btn
    .icon::before {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
}

.single-list-product .product-right .prdouct-btn-wrapper .product-btn:hover {
    color: var(--white);
    background-color: var(--primary-color);
}

.single-list-product .product-right .add-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 312px;
    height: 5.6rem;
    border: 1px solid var(--black);
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single-list-product .product-right .add-cart .icon {
    margin-left: 1rem;
}

.single-list-product .product-right .add-cart:hover {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.single-list-product:hover .product-left .product-thumbnal {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 1399px) {
    .single-list-product
        .product-right
        .product-catagory-review
        .product-catagory {
        font-size: 1.3rem;
    }
    .single-list-product .product-right .product-name {
        margin-bottom: 2rem;
        font-size: 2rem;
    }
    .single-list-product .product-right .color-switch .single-color {
        margin: 0;
        width: 2rem;
        height: 2rem;
    }
    .single-list-product .product-right .product-price .price {
        font-size: 1.6rem;
    }
    .single-list-product .product-right .product-price .regular-price {
        font-size: 1.6rem;
    }
    .single-list-product .product-right .size-switch {
        margin: 1.5rem 0;
    }
    .single-list-product
        .product-right
        .prdouct-btn-wrapper
        .single-product-btn {
        margin-right: 1rem;
    }
    .single-list-product .product-right .add-cart {
        width: 230px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .single-list-product .product-right .prdouct-content {
        display: none;
    }
    .single-list-product .product-right .prdouct-content.show-lg {
        display: block;
    }
    .single-list-product .product-right {
        width: 60%;
    }
    .single-list-product .product-left {
        width: 40%;
    }
    .single-list-product .product-left .product-thumbnal {
        width: 100%;
        height: auto;
    }
    .single-list-product .product-right .add-cart {
        width: 180px;
    }
    .single-list-product .product-right .product-catagory-review {
        margin-bottom: 0.5rem;
    }
    .single-list-product .product-right .product-name {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .single-list-product .product-right .prdouct-content {
        display: none;
    }
    .single-list-product .product-right {
        width: 60%;
    }
    .single-list-product .product-left {
        width: 40%;
    }
    .single-list-product .product-left .product-thumbnal {
        width: 100%;
        height: auto;
    }
    .single-list-product .product-right .add-cart {
        width: 180px;
    }
    .single-list-product .product-right {
        padding-left: 1.5rem;
    }
    .single-list-product .product-right .add-cart {
        height: 50px;
    }
    .single-list-product .product-right .prdouct-btn-wrapper .product-btn {
        width: 5rem;
        height: 5rem;
    }
    .single-list-product .product-right .size-switch .single-size {
        font-size: 1.4rem;
        padding: 0.6rem 1rem;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .single-list-product .product-right .product-catagory-review {
        margin-bottom: 0.5rem;
    }
    .single-list-product .product-right .product-name {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575px) {
    .single-list-product {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .single-list-product .product-left {
        width: 100%;
    }
    .single-list-product .product-right {
        padding-left: 0;
        width: 100%;
        margin-top: 2rem;
    }
    .single-list-product .product-right .size-switch {
        margin: 2.5rem 0;
    }
}

@media (max-width: 360px) {
    .single-list-product .product-right .add-cart {
        width: 150px;
    }
}

.product-single-area .product-single-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.product-single-area .product-single-left .product-thumbnail-image {
    width: 22% !important;
}

.product-single-area
    .product-single-left
    .product-thumbnail-image
    .product-thumb-silide
    .slick-slide {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-single-area
    .product-single-left
    .product-thumbnail-image
    .product-thumb-silide
    .single-item {
    border: 1px solid transparent;
    cursor: pointer;
}

.product-single-area
    .product-single-left
    .product-thumbnail-image
    .product-thumb-silide
    .single-item.slick-current {
    border-color: var(--primary-color);
}

.product-single-area
    .product-single-left
    .product-thumbnail-image
    .product-thumb-silide
    .single-item:last-child {
    margin-bottom: 0;
}

.product-single-area
    .product-single-left
    .product-thumbnail-image
    .product-thumb-silide
    .single-item
    .single-item-image {
    width: 100%;
    height: 165px;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-single-area
    .product-single-left
    .product-thumbnail-image
    .slick-arrow {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: var(--black);
    color: var(--white);
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 5;
}

.product-single-area
    .product-single-left
    .product-thumbnail-image
    .slick-arrow.slick-next {
    bottom: 0;
}

.product-single-area
    .product-single-left
    .product-thumbnail-image
    .slick-arrow.slick-prev {
    top: 0;
}

.product-single-area
    .product-single-left
    .product-thumbnail-image
    .slick-arrow:hover {
    color: var(--white);
    background-color: var(--primary-color);
}

.product-single-area .product-single-left .product-slier-big-image {
    padding-left: 2.4rem;
    width: 78% !important;
}

.product-single-area
    .product-single-left
    .product-slier-big-image
    .product-priview-slide
    .single-slide
    .slide-image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-single-area .product-single-details .product-info .product-catagory {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #555555;
}

.product-single-area .product-single-details .product-info .product-name {
    margin-bottom: 1.5rem;
    font-size: 3.6rem;
    line-height: 3rem;
    font-weight: 600;
    color: var(--black);
}

.product-single-area
    .product-single-details
    .product-info
    .product-name
    .product-link {
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: capitalize;
}

.product-single-area
    .product-single-details
    .product-info
    .product-name
    .product-link:hover {
    color: var(--primary-color);
}

.product-single-area .product-single-details .product-info .product-review {
    margin-bottom: 1rem;
    padding: 0;
}

.product-single-area
    .product-single-details
    .product-info
    .product-review
    .review-item {
    display: inline-block;
    color: #d0d0d0;
    cursor: pointer;
}

.product-single-area
    .product-single-details
    .product-info
    .product-review
    .review-item.active {
    color: #fca610;
}

.product-single-area .product-single-details .product-info .product-price {
    margin-bottom: 2.5rem;
}

.product-single-area
    .product-single-details
    .product-info
    .product-price
    .regular-price {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 500;
    color: #555555;
    text-decoration: line-through;
    margin-right: 1rem;
}

.product-single-area
    .product-single-details
    .product-info
    .product-price
    .price {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--primary-color);
}

.product-single-area
    .product-single-details
    .product-info
    .color-switch
    .single-color {
    display: inline-block;
    margin: 0 0.3rem;
    list-style: none;
    width: 3rem;
    height: 3rem;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--white);
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.product-single-area
    .product-single-details
    .product-info
    .color-switch
    .single-color.active {
    border: 2px solid var(--black);
}

.product-single-area
    .product-single-details
    .product-info
    .color-switch
    .single-color.white {
    background-color: #ffffff;
}

.product-single-area
    .product-single-details
    .product-info
    .color-switch
    .single-color.black {
    background-color: #1c1c1c;
}

.product-single-area
    .product-single-details
    .product-info
    .color-switch
    .single-color.red {
    background-color: #fb8484;
}

.product-single-area
    .product-single-details
    .product-info
    .color-switch
    .single-color.gray {
    background-color: #b1b1b1;
}

.product-single-area .product-single-details .product-info .note-text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #777777;
}

.product-single-area .product-single-details .product-info .product-color-area {
    margin-bottom: 3rem;
}

.product-single-area
    .product-single-details
    .product-info
    .product-color-area
    .color-title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--black);
}

.product-single-area
    .product-single-details
    .product-info
    .product-size-area
    .size-title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--black);
}

.product-single-area .product-single-details .product-info .size-switch {
    margin-bottom: 3rem;
    padding: 0;
}

.product-single-area
    .product-single-details
    .product-info
    .size-switch
    .single-size {
    display: inline-block;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: #777777;
    padding: 0.6rem 1.5rem;
    background-color: #f4f4f4;
}

.product-single-area
    .product-single-details
    .product-info
    .size-switch
    .single-size.active {
    color: var(--white);
    background-color: #00aa6c;
}

.product-single-area .product-single-details .product-info .product-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 5.6rem;
    height: 5.6rem;
    line-height: 1;
    background-color: #f4f4f4;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 2.4rem;
    cursor: pointer;
}

.product-single-area
    .product-single-details
    .product-info
    .product-btn
    .icon::before {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
}

.product-single-area .product-single-details .product-info .product-btn:hover {
    color: var(--white);
    background-color: #5cc777;
}

.product-single-area .product-single-details .product-info .add-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 5.6rem;
    border: 1px solid var(--black);
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-single-area .product-single-details .product-info .add-cart .icon {
    margin-left: 1rem;
}

.product-single-area .product-single-details .product-info .add-cart:hover {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.product-single-area
    .product-single-details
    .product-info
    .prdouct-btn-wrapper {
    margin-bottom: 2.4rem;
}

.product-single-area
    .product-single-details
    .product-info
    .product-bottom-button {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-single-area
    .product-single-details
    .product-info
    .product-bottom-button
    .primary-btn {
    width: calc(50% - 12px);
    text-align: center;
}

.product-single-area
    .product-single-details
    .product-info
    .product-bottom-button
    .add-cart {
    width: calc(50% - 12px);
}

.product-single-area .product-single-details .product-info .cart-plus-minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 146px;
    height: 5.6rem;
    background-color: #f4f4f4;
    align-items: center;
    display: none;
}

.product-single-area
    .product-single-details
    .product-info
    .cart-plus-minus
    .qtybutton {
    font-size: 2rem;
}

.product-single-area
    .product-single-details
    .product-info
    .cart-plus-minus
    .qtybutton.dec {
    font-size: 0;
}

.product-single-area
    .product-single-details
    .product-info
    .cart-plus-minus
    .qtybutton.dec::before {
    content: "\f13f";
    font-family: "flaticon";
    font-size: 12px;
    color: var(--black);
}

.product-single-area
    .product-single-details
    .product-info
    .cart-plus-minus
    .qtybutton.inc {
    font-size: 0;
}

.product-single-area
    .product-single-details
    .product-info
    .cart-plus-minus
    .qtybutton.inc::before {
    content: "\f13d";
    font-family: "flaticon";
    font-size: 12px;
    color: var(--black);
}

.product-single-area
    .product-single-details
    .product-info
    .cart-plus-minus
    .cart-plus-minus-box {
    width: 60px;
    text-align: center;
    border-radius: 0;
    border: none;
    background-color: transparent;
    font-family: "Jost", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--black);
}

.product-single-area .product-single-details .product-right-bottom {
    /* border-top: 1px solid #ededed; */
    margin-top: 4rem;
    padding-top: 2.5rem;
}

.product-single-area .product-single-details .product-right-bottom .features {
    margin-bottom: 2.4rem;
}

.product-single-area
    .product-single-details
    .product-right-bottom
    .features
    .single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-single-area
    .product-single-details
    .product-right-bottom
    .features
    .single-feature
    .icon {
    margin-right: 0.5rem;
}

.product-single-area
    .product-single-details
    .product-right-bottom
    .features
    .single-feature
    .feature-title {
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
    margin-right: 0.5rem;
}

.product-single-area
    .product-single-details
    .product-right-bottom
    .guarantee-checkout-area {
    padding: 2.4rem;
    background-color: #f4f4f4;
}

.product-single-area
    .product-single-details
    .product-right-bottom
    .guarantee-checkout-area
    .guarantee-title {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.product-single-area
    .product-single-details
    .product-right-bottom
    .share-area
    .share-title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--black);
}

.product-single-area
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item {
    display: inline-block;
    list-style: none;
    margin-right: 0.5rem;
}

.product-single-area
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item:last-child {
    margin-right: 0;
}

.product-single-area
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white);
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-single-area
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link.facebook {
    background-color: #3b5998;
}

.product-single-area
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link.twitter {
    background-color: #1da1f2;
}

.product-single-area
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link.linkedin {
    background-color: #0077b5;
}

.product-single-area
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link.pinterest {
    background-color: #bd081b;
}

.product-single-area
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link:hover {
    color: var(--white);
    background-color: var(--hover-color);
}

.product-single-area .product-bottom-info {
    border: 1px solid #ededed;
}

.product-single-area .product-bottom-info .nav-tabs-menu .nav-tabs {
    border-bottom: 1px solid #ededed;
    padding: 0 1.5rem;
}

.product-single-area .product-bottom-info .nav-tabs-menu .nav-tabs .nav-item {
    position: relative;
}

.product-single-area
    .product-bottom-info
    .nav-tabs-menu
    .nav-tabs
    .nav-item:last-child {
    margin-right: 0;
}

.product-single-area
    .product-bottom-info
    .nav-tabs-menu
    .nav-tabs
    .nav-item:last-child::before {
    display: none;
}

.product-single-area
    .product-bottom-info
    .nav-tabs-menu
    .nav-tabs
    .nav-item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background-color: #e9e9e9;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100%);
}

.product-single-area
    .product-bottom-info
    .nav-tabs-menu
    .nav-tabs
    .nav-item
    .nav-link {
    margin: 0;
    padding: 2rem 2rem;
    background-color: transparent;
    border: none;
    font-size: 2rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #ababab;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-single-area
    .product-bottom-info
    .nav-tabs-menu
    .nav-tabs
    .nav-item
    .nav-link.active {
    color: var(--black);
}

.product-single-area .product-bottom-info .tab-content {
    padding: 3.5rem;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-description
    .description-text {
    margin-bottom: 3.5rem;
    font-size: 2rem;
    line-height: 3rem;
    color: #888888;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-description
    .description-text:last-child {
    margin-bottom: 0;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ededed;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .review-point {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: 600;
    color: var(--black);
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .review-count {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #555555;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .review-list {
    margin: 0 20px;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .review-list
    .review-item {
    display: inline-block;
    color: #e9e9e9;
    cursor: pointer;
    line-height: 1;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .review-list
    .review-item.active {
    color: #fca610;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .write-review-btn {
    display: inline-block;
    padding: 1rem 3rem;
    background-color: #f4f4f4;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #888888;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .write-review-btn:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review {
    padding: 3rem 0;
    border-bottom: 1px solid #ededed;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .reviewer {
    display: inline-block;
    margin-bottom: 1.5rem;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .reviewer
    .reviewer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 5rem;
    padding: 0.5rem;
    background-color: #f4f4f4;
    border-radius: 50px;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .reviewer
    .reviewer-wrap
    .reviewer-image {
    width: 3.7rem;
    height: 3.7rem;
    border-radius: 50%;
    margin-right: 1rem;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .reviewer
    .reviewer-wrap
    .reviewer-name {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.6rem;
    padding-right: 0.5rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--black);
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-middle
    .review-list {
    margin-right: 2rem;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-middle
    .review-list
    .review-item {
    display: inline-block;
    color: #e9e9e9;
    line-height: 1;
    cursor: pointer;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-middle
    .review-list
    .review-item.active {
    color: #fca610;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-title {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-meta {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #555555;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-meta
    .time {
    display: inline-block;
    color: #333333;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-meta
    .author {
    display: inline-block;
    color: #333333;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-text {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    color: var(--bColor);
}

.product-single-area
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .shipping-return-area
    .single-return-policy {
    margin-bottom: 3.5rem;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .shipping-return-area
    .single-return-policy
    .return-title {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .shipping-return-area
    .single-return-policy
    .return-text {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 3rem;
    color: #777777;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .shipping-return-area
    .single-return-policy
    .return-text:last-child {
    margin-bottom: 0;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .shipping-return-area
    .single-return-policy:last-child {
    margin-bottom: 0;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .additional-information-area
    .additional-information-text {
    margin-bottom: 3.5rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    color: #777777;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .additional-information-area
    .additional-feature
    .single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .additional-information-area
    .additional-feature
    .single-feature:last-child {
    margin-bottom: 0;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .additional-information-area
    .additional-feature
    .single-feature
    .feature-title {
    margin: 0;
    width: 255px;
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #222222;
}

.product-single-area
    .product-bottom-info
    .tab-content
    .additional-information-area
    .additional-feature
    .single-feature
    .feature-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    color: #777777;
}

@media (max-width: 1199px) {
    /* .product-single-area
        .product-single-left
        .product-thumbnail-image
        .product-thumb-silide
        .single-item
        .single-item-image {
        width: 100%;
        height: 125px;
    } */
    .product-single-area
        .product-single-left
        .product-slier-big-image
        .product-priview-slide
        .single-slide
        .slide-image {
        height: 567px;
    }
    .product-single-area
        .product-single-left
        .product-thumbnail-image
        .product-thumb-silide
        .slick-slide {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .product-single-area .product-single-right {
        margin-top: 3rem;
    }
    .product-single-area
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature
        .feature-title {
        width: 200px;
        font-size: 1.6rem;
    }
    .product-single-area
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature
        .feature-text {
        font-size: 1.6rem;
    }
    .product-single-area
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-information-text {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .product-single-area
        .product-bottom-info
        .tab-content
        .product-description
        .description-text {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .product-single-area
        .product-bottom-info
        .tab-content
        .shipping-return-area
        .single-return-policy
        .return-text {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .product-single-area .product-bottom-info .nav-tabs-menu .nav-tabs {
        padding: 1rem 0;
    }
    .product-single-area
        .product-bottom-info
        .nav-tabs-menu
        .nav-tabs
        .nav-item
        .nav-link {
        padding: 1rem;
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .product-single-area
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature
        .feature-title {
        width: 160px;
    }
    .product-single-area .product-bottom-info .tab-content {
        padding: 2.5rem 2rem;
    }
}

@media (max-width: 575px) {
    .product-single-area .product-single-left .product-slier-big-image {
        padding-left: 1.5rem;
        width: calc(100% - 80px);
    }
    .product-single-area
        .product-single-left
        .product-slier-big-image
        .product-priview-slide
        .single-slide
        .slide-image {
        height: 500px;
    }
    .product-single-area .product-single-left .product-thumbnail-image {
        width: 80px;
    }
    .product-single-area
        .product-single-left
        .product-thumbnail-image
        .product-thumb-silide
        .single-item
        .single-item-image {
        width: 80px;
        height: 80px;
    }
    .product-single-area .product-single-details .product-info .product-name {
        font-size: 2.8rem;
    }
    .product-single-area
        .product-single-details
        .product-info
        .product-price
        .price {
        font-size: 2rem;
    }
    .product-single-area
        .product-single-details
        .product-info
        .product-price
        .regular-price {
        font-size: 2rem;
    }
    .product-single-area
        .product-single-details
        .product-info
        .color-switch
        .single-color {
        margin: 0;
        width: 2.5rem;
        height: 2.5rem;
    }
    .product-single-area
        .product-single-details
        .product-info
        .size-switch
        .single-size {
        font-size: 1.4rem;
        padding: 0.6rem 1rem;
    }
    .product-single-area .product-bottom-info .tab-content {
        padding: 2.5rem 2rem;
    }
    .product-single-area .product-bottom-info .nav-tabs-menu .nav-tabs {
        padding: 1rem;
    }
    .product-single-area
        .product-bottom-info
        .nav-tabs-menu
        .nav-tabs
        .nav-item
        .nav-link {
        padding: 0.5rem 0.5rem;
        font-size: 1.6rem;
    }
    .product-single-area
        .product-bottom-info
        .tab-content
        .product-reviews
        .review-top
        .review-top-left
        .review-list {
        margin: 0 10px;
    }
    .product-single-area
        .product-bottom-info
        .tab-content
        .product-reviews
        .review-top
        .write-review-btn {
        padding: 1rem 2rem;
        font-size: 1.4rem;
    }
    .product-single-area
        .product-bottom-info
        .tab-content
        .shipping-return-area
        .single-return-policy
        .return-title {
        margin-bottom: 1.5rem;
        font-size: 1.6rem;
    }
    .product-single-area
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .review-title {
        font-size: 1.8rem;
    }
    .product-single-area
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .review-meta {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .product-single-area
        .product-bottom-info
        .tab-content
        .product-reviews
        .review-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .product-single-area
        .product-bottom-info
        .tab-content
        .product-reviews
        .review-top
        .review-top-left {
        width: 100%;
        margin-bottom: 2rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .product-single-area
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature
        .feature-title {
        width: 160px;
    }
}

@media (max-width: 414px) {
    .product-single-area
        .product-single-left
        .product-slier-big-image
        .product-priview-slide
        .single-slide
        .slide-image {
        height: 372px;
    }
    .product-single-area .product-single-details .product-info .product-btn {
        margin-left: 1rem;
    }
    .product-single-area
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-single-area
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature
        .feature-title {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 375px) {
    .product-single-area
        .product-single-details
        .product-right-bottom
        .features
        .single-feature
        .icon {
        margin-right: 0;
    }
    .product-single-area
        .product-single-details
        .product-right-bottom
        .features
        .single-feature
        .feature-title {
        font-size: 1.3rem;
    }
    .product-single-area
        .product-single-details
        .product-right-bottom
        .features
        .single-feature {
        font-size: 1.3rem;
    }
}

@media (max-width: 360px) {
    .product-single-area .product-single-left .product-thumbnail-image {
        width: 60px;
    }
    .product-single-area
        .product-single-left
        .product-thumbnail-image
        .product-thumb-silide
        .single-item
        .single-item-image {
        width: 60px;
        height: 60px;
    }
    .product-single-area .product-single-left .product-slier-big-image {
        padding-left: 1rem;
        width: calc(100% - 60px);
    }
    .product-single-area
        .product-single-left
        .product-slier-big-image
        .product-priview-slide
        .single-slide
        .slide-image {
        height: 293px;
    }
    .product-single-area
        .product-single-details
        .product-right-bottom
        .features
        .single-feature
        .icon {
        display: none;
    }
    .product-single-area .product-single-details .product-info .product-name {
        font-size: 2.4rem;
    }
    .product-single-area
        .product-single-details
        .product-info
        .product-catagory {
        font-size: 1.4rem;
    }
    .product-single-area
        .product-single-details
        .product-info
        .product-bottom-button
        .add-cart {
        width: calc(50% - 5px);
    }
    .product-single-area
        .product-single-details
        .product-info
        .product-bottom-button
        .primary-btn {
        width: calc(50% - 5px);
    }
}

.product-single-area-v2 .product-single-left {
    margin-right: 3.6rem;
}

.product-single-area-v2 .product-single-left .product-thumbnail-image {
    margin-top: 2.4rem;
}

.product-single-area-v2
    .product-single-left
    .product-thumbnail-image
    .slick-slider {
    margin: 0 -12px;
}

.product-single-area-v2
    .product-single-left
    .product-thumbnail-image
    .slick-slide {
    margin-right: 12px;
    margin-left: 12px;
}

.product-single-area-v2
    .product-single-left
    .product-thumbnail-image
    .single-item {
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 220px;
    border: 1px solid transparent;
    overflow: hidden;
}

.product-single-area-v2
    .product-single-left
    .product-thumbnail-image
    .single-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 84%;
    background-color: #f9ecce;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 500px 500px 0 0;
    z-index: -1;
    margin: 0 auto;
}

.product-single-area-v2
    .product-single-left
    .product-thumbnail-image
    .single-item.slick-current {
    border-color: var(--primary-color-two);
}

.product-single-area-v2
    .product-single-left
    .product-thumbnail-image
    .single-item
    .single-item-image {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.product-single-area-v2
    .product-single-left
    .product-slier-big-image
    .single-slide {
    text-align: center;
    position: relative;
}

.product-single-area-v2
    .product-single-left
    .product-slier-big-image
    .single-slide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 84%;
    background-color: #f9ecce;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 500px 500px 0 0;
    z-index: -1;
    margin: 0 auto;
}

.product-single-area-v2
    .product-single-left
    .product-slier-big-image
    .single-slide
    .slide-image {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .product-info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .product-catagory {
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #555555;
}

.product-single-area-v2 .product-single-details .product-info .product-name {
    margin-bottom: 3.2rem;
    font-family: "Marcellus", serif;
    font-size: 3.6rem;
    line-height: 3rem;
    font-weight: 600;
    color: var(--black);
}

.product-single-area-v2
    .product-single-details
    .product-info
    .product-name
    .product-link {
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: capitalize;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .product-name
    .product-link:hover {
    color: var(--primary-color-two);
}

.product-single-area-v2 .product-single-details .product-info .product-review {
    padding: 0;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .product-review
    .review-item {
    display: inline-block;
    color: #d0d0d0;
    cursor: pointer;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .product-review
    .review-item.active {
    color: #fca610;
}

.product-single-area-v2 .product-single-details .product-info .product-price {
    margin-bottom: 2.5rem;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .product-price
    .regular-price {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 500;
    color: #555555;
    text-decoration: line-through;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .product-price
    .price {
    display: inline-block;
    margin-right: 1rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--primary-color);
}

.product-single-area-v2
    .product-single-details
    .product-info
    .color-switch
    .single-color {
    display: inline-block;
    margin: 0 0.3rem;
    list-style: none;
    width: 3rem;
    height: 3rem;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--white);
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .color-switch
    .single-color.active {
    border: 2px solid var(--black);
}

.product-single-area-v2
    .product-single-details
    .product-info
    .color-switch
    .single-color.white {
    background-color: #ffffff;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .color-switch
    .single-color.black {
    background-color: #1c1c1c;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .color-switch
    .single-color.red {
    background-color: #fb8484;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .color-switch
    .single-color.gray {
    background-color: #b1b1b1;
}

.product-single-area-v2 .product-single-details .product-info .note-text {
    margin-bottom: 3.5rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #777777;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .product-color-area {
    margin-bottom: 3rem;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .product-color-area
    .color-title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--black);
}

.product-single-area-v2
    .product-single-details
    .product-info
    .product-size-area
    .size-title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--black);
}

.product-single-area-v2 .product-single-details .product-info .size-switch {
    margin-bottom: 3rem;
    padding: 0;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .size-switch
    .single-size {
    display: inline-block;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: #777777;
    padding: 0.6rem 1.5rem;
    background-color: #f4f4f4;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .size-switch
    .single-size.active {
    color: var(--white);
    background-color: #00aa6c;
}

.product-single-area-v2 .product-single-details .product-info .product-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 5.6rem;
    height: 5.6rem;
    line-height: 1;
    background-color: #f4f4f4;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 2.4rem;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .product-btn
    .icon::before {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .product-btn:hover {
    color: var(--white);
    background-color: var(--primary-color-two);
}

.product-single-area-v2 .product-single-details .product-info .add-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 5.6rem;
    width: 30rem;
    border: 1px solid var(--black);
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-single-area-v2 .product-single-details .product-info .add-cart .icon {
    margin-left: 1rem;
}

.product-single-area-v2 .product-single-details .product-info .add-cart:hover {
    color: var(--white);
    background-color: var(--primary-color-two);
    border-color: var(--primary-color-two);
}

.product-single-area-v2
    .product-single-details
    .product-info
    .prdouct-btn-wrapper {
    margin-bottom: 2.4rem;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .product-bottom-button
    .primary-btn {
    width: 300px;
    text-align: center;
    background-color: var(--primary-color-two);
}

.product-single-area-v2 .product-single-details .product-info .cart-plus-minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 146px;
    height: 5.6rem;
    background-color: #f4f4f4;
    align-items: center;
    margin-right: 2.4rem;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .cart-plus-minus
    .qtybutton {
    font-size: 2rem;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .cart-plus-minus
    .qtybutton.dec {
    font-size: 0;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .cart-plus-minus
    .qtybutton.dec::before {
    content: "\f13f";
    font-family: "flaticon";
    font-size: 12px;
    color: var(--black);
}

.product-single-area-v2
    .product-single-details
    .product-info
    .cart-plus-minus
    .qtybutton.inc {
    font-size: 0;
}

.product-single-area-v2
    .product-single-details
    .product-info
    .cart-plus-minus
    .qtybutton.inc::before {
    content: "\f13d";
    font-family: "flaticon";
    font-size: 12px;
    color: var(--black);
}

.product-single-area-v2
    .product-single-details
    .product-info
    .cart-plus-minus
    .cart-plus-minus-box {
    width: 60px;
    text-align: center;
    border-radius: 0;
    border: none;
    background-color: transparent;
    font-family: "Jost", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--black);
}

.product-single-area-v2 .product-single-details .product-right-bottom {
    border-top: 1px solid #ededed;
    margin-top: 4rem;
    padding-top: 2.5rem;
}

.product-single-area-v2
    .product-single-details
    .product-right-bottom
    .features {
    margin-bottom: 2.4rem;
}

.product-single-area-v2
    .product-single-details
    .product-right-bottom
    .features
    .single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-single-area-v2
    .product-single-details
    .product-right-bottom
    .features
    .single-feature
    .icon {
    margin-right: 0.5rem;
}

.product-single-area-v2
    .product-single-details
    .product-right-bottom
    .features
    .single-feature
    .feature-title {
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
    margin-right: 0.5rem;
}

.product-single-area-v2
    .product-single-details
    .product-right-bottom
    .guarantee-checkout-area
    .guarantee-title {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.product-single-area-v2
    .product-single-details
    .product-right-bottom
    .share-area
    .share-title {
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--black);
}

.product-single-area-v2
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item {
    display: inline-block;
    list-style: none;
    margin-right: 0.5rem;
}

.product-single-area-v2
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item:last-child {
    margin-right: 0;
}

.product-single-area-v2
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white);
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-single-area-v2
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link.facebook {
    background-color: #3b5998;
}

.product-single-area-v2
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link.twitter {
    background-color: #1da1f2;
}

.product-single-area-v2
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link.linkedin {
    background-color: #0077b5;
}

.product-single-area-v2
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link.pinterest {
    background-color: #bd081b;
}

.product-single-area-v2
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link:hover {
    color: var(--white);
    background-color: var(--primary-color-two);
}

.product-single-area-v2 .product-bottom-info .nav-tabs-menu .nav-tabs {
    padding-bottom: 3rem;
    border-bottom: 1px solid #ededed;
}

.product-single-area-v2
    .product-bottom-info
    .nav-tabs-menu
    .nav-tabs
    .nav-item {
    margin-right: 2rem;
}

.product-single-area-v2
    .product-bottom-info
    .nav-tabs-menu
    .nav-tabs
    .nav-item:last-child {
    margin-right: 0;
}

.product-single-area-v2
    .product-bottom-info
    .nav-tabs-menu
    .nav-tabs
    .nav-item
    .nav-link {
    margin: 0;
    padding: 1.3rem 2.7rem;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 2rem;
    border-radius: 0;
    font-weight: 400;
    text-transform: capitalize;
    color: #ababab;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #f4f4f4;
}

.product-single-area-v2
    .product-bottom-info
    .nav-tabs-menu
    .nav-tabs
    .nav-item
    .nav-link.active {
    color: var(--black);
    border-color: var(--primary-color-two);
}

.product-single-area-v2 .product-bottom-info .tab-content {
    padding: 3.5rem 0 0;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-description
    .description-text {
    margin-bottom: 3.5rem;
    font-size: 2rem;
    line-height: 3rem;
    color: #888888;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-description
    .description-text:last-child {
    margin-bottom: 0;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-description
    .feature-area
    .feature-title {
    margin-bottom: 2.5rem;
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #222222;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-description
    .feature-area
    .unordered-lsit {
    padding-left: 2rem;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-description
    .feature-area
    .unordered-lsit
    .list-item {
    margin-bottom: 1.8rem;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    color: #555555;
    list-style: disc;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-description
    .feature-area
    .unordered-lsit
    .list-item:last-child {
    margin-bottom: 0;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-description
    .feature-area
    .ordered-lsit {
    padding-left: 2rem;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-description
    .feature-area
    .ordered-lsit
    .list-item {
    margin-bottom: 1.8rem;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    color: #555555;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-description
    .feature-area
    .ordered-lsit
    .list-item:last-child {
    margin-bottom: 0;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ededed;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-title {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #000000;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .review-start-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .review-count {
    margin-left: 2rem;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #555555;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .review-list {
    margin: 0;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .review-list
    .review-item {
    display: inline-block;
    color: #e9e9e9;
    cursor: pointer;
    line-height: 1;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .review-list
    .review-item.active {
    color: #fca610;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .write-review-btn {
    display: inline-block;
    padding: 1rem 3rem;
    background-color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .write-review-btn:hover {
    background-color: var(--primary-color-two);
    color: var(--white);
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review {
    padding: 3rem 0;
    border-bottom: 1px solid #ededed;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .reviewer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .reviewer
    .reviewer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .reviewer
    .reviewer-wrap
    .reviewer-image {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    margin-right: 1.5rem;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .reviewer
    .reviewer-wrap
    .reviewer-name {
    margin-bottom: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .reviewer
    .review-list
    .review-item {
    display: inline-block;
    color: #e9e9e9;
    line-height: 1;
    cursor: pointer;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .reviewer
    .review-list
    .review-item.active {
    color: #fca610;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-meta {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #555555;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-meta
    .time {
    display: inline-block;
    color: #333333;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-meta
    .author {
    display: inline-block;
    color: #333333;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-text {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    color: var(--bColor);
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .shipping-return-area
    .single-return-policy {
    margin-bottom: 3.5rem;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .shipping-return-area
    .single-return-policy
    .return-title {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .shipping-return-area
    .single-return-policy
    .return-text {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 3rem;
    color: #777777;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .shipping-return-area
    .single-return-policy
    .return-text:last-child {
    margin-bottom: 0;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .shipping-return-area
    .single-return-policy:last-child {
    margin-bottom: 0;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .additional-information-area
    .additional-information-text {
    margin-bottom: 3.5rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    color: #777777;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .additional-information-area
    .additional-feature
    .single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .additional-information-area
    .additional-feature
    .single-feature:last-child {
    margin-bottom: 0;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .additional-information-area
    .additional-feature
    .single-feature
    .feature-title {
    margin: 0;
    width: 255px;
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #222222;
}

.product-single-area-v2
    .product-bottom-info
    .tab-content
    .additional-information-area
    .additional-feature
    .single-feature
    .feature-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    color: #777777;
}

@media (max-width: 1199px) {
    .product-single-area-v2
        .product-single-left
        .product-thumbnail-image
        .single-item {
        height: 140px;
    }
    .product-single-area-v2 .product-single-details .product-info .product-btn {
        margin-left: 1rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .cart-plus-minus {
        margin-right: 1rem;
    }
}

@media (max-width: 991px) {
    .product-single-area-v2 .product-single-right {
        margin-top: 3rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature
        .feature-title {
        width: 200px;
        font-size: 1.6rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature
        .feature-text {
        font-size: 1.6rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-information-text {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .product-description
        .description-text {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .shipping-return-area
        .single-return-policy
        .return-text {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .nav-tabs-menu
        .nav-tabs
        .nav-item
        .nav-link {
        padding: 0.7rem 1rem;
        font-size: 1.4rem;
    }
    .product-single-area-v2 .product-single-details .product-info .add-cart {
        width: 16rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .product-bottom-button
        .primary-btn {
        width: 16rem;
    }
    .product-single-area-v2
        .product-single-left
        .product-thumbnail-image
        .single-item {
        height: auto;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .product-name {
        font-size: 3rem;
        line-height: 3.6rem;
    }
    .product-single-area-v2 .product-single-details .product-info .product-btn {
        margin-left: 1.5rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .cart-plus-minus {
        margin-right: 1.5rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-right-bottom
        .features
        .single-feature
        .feature-title {
        font-size: 1.4rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-right-bottom
        .features
        .single-feature {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature
        .feature-title {
        width: 160px;
    }
    .product-single-area-v2 .product-bottom-info .tab-content {
        padding: 2.5rem 0;
    }
    .product-single-area-v2
        .product-bottom-info
        .nav-tabs-menu
        .nav-tabs
        .nav-item {
        margin-right: 1rem;
    }
}

@media (max-width: 767px) {
    .product-single-area-v2
        .product-single-left
        .product-thumbnail-image
        .single-item {
        height: 180px;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .product-description
        .feature-area
        .unordered-lsit
        .list-item {
        margin-bottom: 1.5rem;
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .product-description
        .feature-area
        .ordered-lsit
        .list-item {
        margin-bottom: 1.5rem;
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .product-single-area-v2 .product-single-left {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .product-single-area-v2
        .product-single-left
        .product-thumbnail-image
        .product-thumb-silide
        .single-item {
        margin-bottom: 1.5rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .product-name {
        font-size: 2.8rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .product-price
        .price {
        font-size: 2rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .product-price
        .regular-price {
        font-size: 2rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .color-switch
        .single-color {
        margin: 0;
        width: 2.5rem;
        height: 2.5rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .size-switch
        .single-size {
        font-size: 1.4rem;
        padding: 0.6rem 1rem;
    }
    .product-single-area-v2 .product-bottom-info .tab-content {
        padding: 2.5rem 0;
    }
    .product-single-area-v2
        .product-bottom-info
        .nav-tabs-menu
        .nav-tabs
        .nav-item
        .nav-link {
        padding: 0.5rem 0.8rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .product-reviews
        .review-top
        .write-review-btn {
        padding: 1rem 2rem;
        font-size: 1.4rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .shipping-return-area
        .single-return-policy
        .return-title {
        margin-bottom: 1.5rem;
        font-size: 1.6rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .review-title {
        font-size: 1.8rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .review-meta {
        font-size: 1.4rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .reviewer
        .reviewer-wrap
        .reviewer-image {
        width: 4.5rem;
        height: 4.5rem;
        margin-right: 1rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .reviewer
        .reviewer-wrap
        .reviewer-name {
        margin-bottom: 0.5rem;
        font-size: 1.6rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .review-meta {
        font-size: 1.2rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .nav-tabs-menu
        .nav-tabs
        .nav-item {
        margin: 0.5rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .reviewer {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .product-reviews
        .review-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .product-reviews
        .review-top
        .review-top-left {
        width: 100%;
        margin-bottom: 2rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature
        .feature-title {
        width: 160px;
    }
    .product-single-area-v2
        .product-single-left
        .product-thumbnail-image
        .single-item {
        height: auto;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .reviewer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .reviewer
        .reviewer-wrap {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .reviewer
        .review-list {
        margin-left: 5.5rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .product-reviews
        .review-top
        .review-top-left
        .review-count {
        margin-left: 1.4rem;
        font-size: 1.4rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .cart-plus-minus {
        width: 120px;
        margin-right: 1.5rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .cart-plus-minus
        .cart-plus-minus-box {
        width: 50px;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .product-name {
        font-size: 2.4rem;
        margin-bottom: 1.5rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .product-info-top {
        margin-bottom: 1.5rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .product-catagory {
        font-size: 1.4rem;
        line-height: 2.3rem;
    }
}

@media (max-width: 414px) {
    .product-single-area-v2 .product-single-details .product-info .product-btn {
        margin-left: 1rem;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-single-area-v2
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature
        .feature-title {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 375px) {
    .product-single-area-v2
        .product-single-details
        .product-right-bottom
        .features
        .single-feature
        .icon {
        margin-right: 0;
    }
    .product-single-area-v2
        .product-single-details
        .product-right-bottom
        .features
        .single-feature
        .feature-title {
        font-size: 1.3rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-right-bottom
        .features
        .single-feature {
        font-size: 1.3rem;
    }
}

@media (max-width: 360px) {
    .product-single-area-v2
        .product-single-details
        .product-right-bottom
        .features
        .single-feature
        .icon {
        display: none;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .product-name {
        font-size: 2.4rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .product-catagory {
        font-size: 1.4rem;
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .product-bottom-button
        .add-cart {
        width: calc(50% - 5px);
    }
    .product-single-area-v2
        .product-single-details
        .product-info
        .product-bottom-button
        .primary-btn {
        width: calc(50% - 5px);
    }
}

.product-single-area-v3 .product-single-left {
    margin-right: 3.6rem;
}

.product-single-area-v3 .product-single-left .product-thumbnail-image {
    margin-top: 2.4rem;
}

.product-single-area-v3
    .product-single-left
    .product-thumbnail-image
    .slick-slider {
    margin: 0 -12px;
}

.product-single-area-v3
    .product-single-left
    .product-thumbnail-image
    .slick-slide {
    margin-right: 12px;
    margin-left: 12px;
}

.product-single-area-v3
    .product-single-left
    .product-thumbnail-image
    .single-item {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 3rem;
}

.product-single-area-v3
    .product-single-left
    .product-thumbnail-image
    .single-item
    .single-item-image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-single-area-v3
    .product-single-left
    .product-thumbnail-image
    .single-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40%;
    background-color: #f1f1f1;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 20px;
}

.product-single-area-v3
    .product-single-left
    .product-thumbnail-image
    .single-item.slick-current::after {
    background-color: var(--primary-color-three);
}

.product-single-area-v3
    .product-single-left
    .product-slier-big-image
    .single-slide {
    position: relative;
    padding: 0 7rem 3rem 7rem;
}

.product-single-area-v3
    .product-single-left
    .product-slier-big-image
    .single-slide::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 30%;
    background-color: #f1f1f1;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 20px;
}

.product-single-area-v3
    .product-single-left
    .product-slier-big-image
    .slide-image {
    width: 100%;
    height: auto;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .product-catagory {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #555555;
}

.product-single-area-v3 .product-single-details .product-info .product-name {
    margin-bottom: 3.2rem;
    font-family: "Fira Sans", sans-serif;
    font-size: 3.6rem;
    line-height: 3rem;
    font-weight: 600;
    color: var(--black);
}

.product-single-area-v3
    .product-single-details
    .product-info
    .product-name
    .product-link {
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .product-name
    .product-link:hover {
    color: var(--primary-color-two);
}

.product-single-area-v3 .product-single-details .product-info .product-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3rem 0;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .product-meta
    .product-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    min-width: 9rem;
    height: 4.8rem;
    border-radius: 0.4rem;
    background-color: #f4f4f4;
    margin-right: 1.5rem;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .product-meta
    .product-review
    .review-point {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--black);
}

.product-single-area-v3
    .product-single-details
    .product-info
    .product-meta
    .product-review
    .review-star {
    color: #fca610;
    margin-left: 0.5rem;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .product-meta
    .product-price {
    padding-left: 1.5rem;
    border-left: 1px solid #ededed;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .product-meta
    .product-price
    .regular-price {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 500;
    color: #555555;
    text-decoration: line-through;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .product-meta
    .product-price
    .price {
    display: inline-block;
    margin-right: 1rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--primary-color);
}

.product-single-area-v3 .product-single-details .product-info .note-text {
    margin-bottom: 3.5rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #777777;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .product-size-area {
    padding: 4rem 0;
    margin: 3rem 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .product-size-area
    .size-title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--black);
}

.product-single-area-v3 .product-single-details .product-info .size-switch {
    padding: 0;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .size-switch
    .single-size {
    display: inline-block;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: #777777;
    padding: 0.6rem 1.5rem;
    background-color: #f4f4f4;
    border-radius: 0.6rem;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .size-switch
    .single-size.active {
    color: var(--white);
    background-color: #00aa6c;
}

.product-single-area-v3 .product-single-details .product-info .product-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 5.6rem;
    height: 5.6rem;
    line-height: 1;
    background-color: #f4f4f4;
    color: var(--black);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 2.4rem;
    border-radius: 0.8rem;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .product-btn
    .icon::before {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .product-btn:hover {
    color: var(--white);
    background-color: var(--primary-color-two);
}

.product-single-area-v3 .product-single-details .product-info .add-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 5.6rem;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0.8rem;
    background-color: var(--black);
}

.product-single-area-v3 .product-single-details .product-info .add-cart .icon {
    margin-left: 1rem;
}

.product-single-area-v3 .product-single-details .product-info .add-cart:hover {
    color: var(--white);
    background-color: var(--primary-color-two);
    border-color: var(--primary-color-two);
}

.product-single-area-v3
    .product-single-details
    .product-info
    .prdouct-btn-wrapper {
    margin-bottom: 2.4rem;
}

.product-single-area-v3 .product-single-details .product-info .cart-plus-minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 146px;
    height: 5.6rem;
    background-color: #f4f4f4;
    border-radius: 0.8rem;
    align-items: center;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .cart-plus-minus
    .qtybutton {
    font-size: 2rem;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .cart-plus-minus
    .qtybutton.dec {
    font-size: 0;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .cart-plus-minus
    .qtybutton.dec::before {
    content: "\f13f";
    font-family: "flaticon";
    font-size: 12px;
    color: var(--black);
}

.product-single-area-v3
    .product-single-details
    .product-info
    .cart-plus-minus
    .qtybutton.inc {
    font-size: 0;
}

.product-single-area-v3
    .product-single-details
    .product-info
    .cart-plus-minus
    .qtybutton.inc::before {
    content: "\f13d";
    font-family: "flaticon";
    font-size: 12px;
    color: var(--black);
}

.product-single-area-v3
    .product-single-details
    .product-info
    .cart-plus-minus
    .cart-plus-minus-box {
    width: 60px;
    text-align: center;
    border-radius: 0;
    border: none;
    background-color: transparent;
    font-family: "Jost", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 0.8rem;
    color: var(--black);
}

.product-single-area-v3 .product-single-details .product-right-bottom {
    border-top: 1px solid #ededed;
    margin-top: 4rem;
    padding-top: 2.5rem;
}

.product-single-area-v3
    .product-single-details
    .product-right-bottom
    .features {
    margin-bottom: 2.4rem;
}

.product-single-area-v3
    .product-single-details
    .product-right-bottom
    .features
    .single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-single-area-v3
    .product-single-details
    .product-right-bottom
    .features
    .single-feature
    .icon {
    margin-right: 0.5rem;
}

.product-single-area-v3
    .product-single-details
    .product-right-bottom
    .features
    .single-feature
    .feature-title {
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
    margin-right: 0.5rem;
}

.product-single-area-v3
    .product-single-details
    .product-right-bottom
    .guarantee-checkout-area {
    padding: 2.4rem;
    background-color: #f4f4f4;
}

.product-single-area-v3
    .product-single-details
    .product-right-bottom
    .guarantee-checkout-area
    .guarantee-title {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.product-single-area-v3
    .product-single-details
    .product-right-bottom
    .share-area
    .share-title {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--black);
}

.product-single-area-v3
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item {
    display: inline-block;
    list-style: none;
    margin-right: 0.5rem;
}

.product-single-area-v3
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item:last-child {
    margin-right: 0;
}

.product-single-area-v3
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white);
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-single-area-v3
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link.facebook {
    background-color: #3b5998;
}

.product-single-area-v3
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link.twitter {
    background-color: #1da1f2;
}

.product-single-area-v3
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link.linkedin {
    background-color: #0077b5;
}

.product-single-area-v3
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link.pinterest {
    background-color: #bd081b;
}

.product-single-area-v3
    .product-single-details
    .product-right-bottom
    .share-area
    .social-media
    .media-item
    .media-link:hover {
    color: var(--white);
    background-color: var(--primary-color-two);
}

.product-single-area-v3 .product-single-details .offer-product-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-single-area-v3
    .product-single-details
    .offer-product-time
    .single-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 2.4rem;
    min-width: 8rem;
    height: 8rem;
    padding: 5px;
    border-radius: 1.2rem;
    background-color: #f4f4f4;
}

.product-single-area-v3
    .product-single-details
    .offer-product-time
    .single-time
    .time {
    display: inline-block;
    margin-bottom: 0.7rem;
    font-family: "Fira Sans", sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    color: var(--black);
}

.product-single-area-v3
    .product-single-details
    .offer-product-time
    .single-time
    .time-text {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #5f8e3e;
}

.product-single-area-v3
    .product-single-details
    .offer-product-time
    .single-time:last-child {
    margin-right: 0;
}

.product-single-area-v3 .product-bottom-info {
    background-color: #f9f9f9;
    padding: 4rem;
    border-radius: 2.4rem;
}

.product-single-area-v3 .product-bottom-info .nav-tabs-menu .nav-tabs {
    padding-bottom: 3rem;
    border-bottom: 1px solid #ededed;
}

.product-single-area-v3
    .product-bottom-info
    .nav-tabs-menu
    .nav-tabs
    .nav-item {
    margin-right: 2rem;
}

.product-single-area-v3
    .product-bottom-info
    .nav-tabs-menu
    .nav-tabs
    .nav-item:last-child {
    margin-right: 0;
}

.product-single-area-v3
    .product-bottom-info
    .nav-tabs-menu
    .nav-tabs
    .nav-item
    .nav-link {
    margin: 0;
    padding: 1.3rem 2.7rem;
    background-color: #ededed;
    font-size: 2rem;
    border-radius: 0;
    font-weight: 400;
    text-transform: capitalize;
    color: #ababab;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #f4f4f4;
    border-radius: 0.8rem;
    border: none;
}

.product-single-area-v3
    .product-bottom-info
    .nav-tabs-menu
    .nav-tabs
    .nav-item
    .nav-link.active {
    color: var(--white);
    background-color: #5f8e3e;
}

.product-single-area-v3 .product-bottom-info .tab-content {
    padding: 3.5rem 0;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-description
    .description-text {
    margin-bottom: 3.5rem;
    font-size: 2rem;
    line-height: 3rem;
    color: #888888;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-description
    .description-text:last-child {
    margin-bottom: 0;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-description
    .feature-area
    .feature-title {
    margin-bottom: 2.5rem;
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #222222;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-description
    .feature-area
    .unordered-lsit {
    padding-left: 2rem;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-description
    .feature-area
    .unordered-lsit
    .list-item {
    margin-bottom: 1.8rem;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    color: #555555;
    list-style: disc;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-description
    .feature-area
    .unordered-lsit
    .list-item:last-child {
    margin-bottom: 0;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-description
    .feature-area
    .ordered-lsit {
    padding-left: 2rem;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-description
    .feature-area
    .ordered-lsit
    .list-item {
    margin-bottom: 1.8rem;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    color: #555555;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-description
    .feature-area
    .ordered-lsit
    .list-item:last-child {
    margin-bottom: 0;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ededed;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-title {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #000000;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .review-start-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .review-count {
    margin-left: 2rem;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #555555;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .review-list {
    margin: 0;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .review-list
    .review-item {
    display: inline-block;
    color: #e9e9e9;
    cursor: pointer;
    line-height: 1;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .review-top-left
    .review-list
    .review-item.active {
    color: #fca610;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .write-review-btn {
    display: inline-block;
    padding: 1rem 3rem;
    border: 1px solid #c4c4c4;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #ababab;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0.8rem;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .review-top
    .write-review-btn:hover {
    border-color: var(--primary-color-two);
    color: var(--primary-color-two);
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review {
    padding: 3rem 0;
    border-bottom: 1px solid #ededed;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .reviewer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .reviewer
    .reviewer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .reviewer
    .reviewer-wrap
    .reviewer-image {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    margin-right: 1.5rem;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .reviewer
    .reviewer-wrap
    .reviewer-name {
    margin-bottom: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .reviewer
    .review-list
    .review-item {
    display: inline-block;
    color: #e9e9e9;
    line-height: 1;
    cursor: pointer;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .reviewer
    .review-list
    .review-item.active {
    color: #fca610;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-meta {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #555555;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-meta
    .time {
    display: inline-block;
    color: #333333;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-meta
    .author {
    display: inline-block;
    color: #333333;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review
    .review-text {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    color: var(--bColor);
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .product-reviews
    .reviews-list
    .single-review:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .shipping-return-area
    .single-return-policy {
    margin-bottom: 3.5rem;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .shipping-return-area
    .single-return-policy
    .return-title {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .shipping-return-area
    .single-return-policy
    .return-text {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 3rem;
    color: #777777;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .shipping-return-area
    .single-return-policy
    .return-text:last-child {
    margin-bottom: 0;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .shipping-return-area
    .single-return-policy:last-child {
    margin-bottom: 0;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .additional-information-area
    .additional-information-text {
    margin-bottom: 3.5rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    color: #777777;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .additional-information-area
    .additional-feature
    .single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .additional-information-area
    .additional-feature
    .single-feature:last-child {
    margin-bottom: 0;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .additional-information-area
    .additional-feature
    .single-feature
    .feature-title {
    margin: 0;
    width: 255px;
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #222222;
}

.product-single-area-v3
    .product-bottom-info
    .tab-content
    .additional-information-area
    .additional-feature
    .single-feature
    .feature-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    color: #777777;
}

@media (max-width: 991px) {
    .product-single-area-v3
        .product-single-details
        .product-info
        .product-name {
        font-size: 2.6rem;
        line-height: 3rem;
    }
    .product-single-area-v3 .product-single-right {
        margin-top: 3rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature
        .feature-title {
        width: 200px;
        font-size: 1.6rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature
        .feature-text {
        font-size: 1.6rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-information-text {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .product-description
        .description-text {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .shipping-return-area
        .single-return-policy
        .return-text {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .nav-tabs-menu
        .nav-tabs
        .nav-item
        .nav-link {
        padding: 0.7rem 1rem;
        font-size: 1.4rem;
    }
    .product-single-area-v3
        .product-single-details
        .product-info
        .product-bottom-button
        .primary-btn {
        width: 16rem;
    }
    .product-single-area-v3
        .product-single-left
        .product-thumbnail-image
        .single-item {
        height: auto;
    }
    .product-single-area-v3 .product-single-details .product-info .product-btn {
        margin-left: 1.5rem;
    }
    .product-single-area-v3
        .product-single-details
        .product-right-bottom
        .features
        .single-feature
        .feature-title {
        font-size: 1.4rem;
    }
    .product-single-area-v3
        .product-single-details
        .product-right-bottom
        .features
        .single-feature {
        font-size: 1.4rem;
    }
    .product-single-area-v3 .product-bottom-info {
        padding: 2rem;
    }
    .product-single-area-v3
        .product-single-details
        .product-info
        .product-meta
        .product-price
        .price {
        font-size: 1.8rem;
    }
    .product-single-area-v3
        .product-single-details
        .product-info
        .product-meta
        .product-price
        .regular-price {
        font-size: 1.8rem;
    }
    .product-single-area-v3
        .product-single-details
        .product-info
        .product-meta
        .product-review
        .review-point {
        font-size: 1.8rem;
    }
    .product-single-area-v3
        .product-single-details
        .product-info
        .product-size-area {
        padding: 2.5rem 0;
        margin: 3rem 0;
    }
    .product-single-area-v3
        .product-single-details
        .offer-product-time
        .single-time {
        margin-right: 1.5rem;
        min-width: 7rem;
        height: 7rem;
    }
    .product-single-area-v3
        .product-single-details
        .offer-product-time
        .single-time
        .time {
        font-size: 2rem;
    }
    .product-single-area-v3
        .product-single-details
        .offer-product-time
        .single-time
        .time-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature
        .feature-title {
        width: 160px;
    }
    .product-single-area-v3
        .product-bottom-info
        .nav-tabs-menu
        .nav-tabs
        .nav-item {
        margin-right: 1rem;
    }
}

@media (max-width: 767px) {
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .product-description
        .feature-area
        .unordered-lsit
        .list-item {
        margin-bottom: 1.5rem;
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .product-description
        .feature-area
        .ordered-lsit
        .list-item {
        margin-bottom: 1.5rem;
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .product-single-area-v3 .product-single-left {
        margin-right: 0;
    }
    .product-single-area-v3 .product-bottom-info .tab-content {
        padding: 2.5rem 0px;
    }
    .product-single-area-v3 .product-bottom-info .nav-tabs-menu .nav-tabs {
        padding-bottom: 2rem;
    }
}

@media (max-width: 575px) {
    .product-single-area-v3
        .product-single-details
        .product-info
        .product-price
        .price {
        font-size: 2rem;
    }
    .product-single-area-v3
        .product-single-details
        .product-info
        .product-price
        .regular-price {
        font-size: 2rem;
    }
    .product-single-area-v3
        .product-single-details
        .product-info
        .color-switch
        .single-color {
        margin: 0;
        width: 2.5rem;
        height: 2.5rem;
    }
    .product-single-area-v3
        .product-single-details
        .product-info
        .size-switch
        .single-size {
        font-size: 1.4rem;
        padding: 0.6rem 1rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .nav-tabs-menu
        .nav-tabs
        .nav-item
        .nav-link {
        padding: 0.5rem 0.8rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .product-reviews
        .review-top
        .write-review-btn {
        padding: 1rem 2rem;
        font-size: 1.4rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .shipping-return-area
        .single-return-policy
        .return-title {
        margin-bottom: 1.5rem;
        font-size: 1.6rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .review-title {
        font-size: 1.8rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .review-meta {
        font-size: 1.4rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .reviewer
        .reviewer-wrap
        .reviewer-image {
        width: 4.5rem;
        height: 4.5rem;
        margin-right: 1rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .reviewer
        .reviewer-wrap
        .reviewer-name {
        margin-bottom: 0.5rem;
        font-size: 1.6rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .review-meta {
        font-size: 1.2rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .nav-tabs-menu
        .nav-tabs
        .nav-item {
        margin: 0.5rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .reviewer {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .product-reviews
        .review-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .product-reviews
        .review-top
        .review-top-left {
        width: 100%;
        margin-bottom: 2rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature
        .feature-title {
        width: 160px;
    }
    .product-single-area-v3
        .product-single-left
        .product-thumbnail-image
        .single-item {
        height: auto;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .reviewer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .reviewer
        .reviewer-wrap {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .product-reviews
        .reviews-list
        .single-review
        .reviewer
        .review-list {
        margin-left: 5.5rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .product-reviews
        .review-top
        .review-top-left
        .review-count {
        margin-left: 1.4rem;
        font-size: 1.4rem;
    }
    .product-single-area-v3
        .product-single-details
        .product-info
        .cart-plus-minus {
        width: 120px;
    }
    .product-single-area-v3
        .product-single-details
        .product-info
        .cart-plus-minus
        .cart-plus-minus-box {
        width: 50px;
    }
    .product-single-area-v3
        .product-single-details
        .product-info
        .product-catagory {
        font-size: 1.4rem;
        line-height: 2.3rem;
    }
}

@media (max-width: 414px) {
    .product-single-area-v3 .product-single-details .product-info .product-btn {
        margin-left: 1rem;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-single-area-v3
        .product-bottom-info
        .tab-content
        .additional-information-area
        .additional-feature
        .single-feature
        .feature-title {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .product-single-area-v3
        .product-single-details
        .product-info
        .product-meta
        .product-review {
        min-width: 8rem;
        height: 4rem;
    }
    .product-single-area-v3
        .product-single-left
        .product-thumbnail-image
        .single-item {
        padding: 0 2.5rem;
    }
    .product-single-area-v3
        .product-single-left
        .product-slier-big-image
        .single-slide {
        padding: 0 5rem 3rem 5rem;
    }
}

@media (max-width: 375px) {
    .product-single-area-v3
        .product-single-details
        .product-right-bottom
        .features
        .single-feature
        .icon {
        margin-right: 0;
    }
    .product-single-area-v3
        .product-single-details
        .product-right-bottom
        .features
        .single-feature
        .feature-title {
        font-size: 1.3rem;
    }
    .product-single-area-v3
        .product-single-details
        .product-right-bottom
        .features
        .single-feature {
        font-size: 1.3rem;
    }
    .product-single-area-v3
        .product-single-details
        .offer-product-time
        .single-time {
        margin-right: 0.5rem;
    }
}

@media (max-width: 360px) {
    .product-single-area-v3
        .product-single-details
        .product-right-bottom
        .features
        .single-feature
        .icon {
        display: none;
    }
    .product-single-area-v3
        .product-single-details
        .product-info
        .product-catagory {
        font-size: 1.4rem;
    }
}

.offcanvas.offcanvas-end {
    width: 450px; /* Reduced width */
    margin: 20px; /* Add margin on all sides */
    height: calc(100% - 40px); /* Adjust height to account for margins */
    border-radius: 16px; /* Add border radius */
    right: 0;
    transform: translateX(100%);
}

/* Adjust the backdrop to not cover the entire screen */
.offcanvas-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas.offcanvas-end .offcanvas-header {
    border-bottom: 1px solid #DADADA;
    margin: 0 24px;
    padding: 24px 0;
}

.offcanvas.offcanvas-end .offcanvas-header .offcanvas-title {
    font-size: 18px;
    font-weight: 500;
}

.offcanvas.offcanvas-end .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
    overflow-y: auto;
}

.offcanvas.offcanvas-end .offcanvas-body .cart-product-list {
    flex-grow: 1;
    overflow-y: auto;
}

.offcanvas.offcanvas-end .offcanvas-body .total-count {
    justify-content: space-between;
    color: #000;
    margin-bottom: 16px;
}

.offcanvas.offcanvas-end .offcanvas-body .total-count h3,
.offcanvas.offcanvas-end .offcanvas-body .total-count h4 {
    font-size: 20px;
    font-weight: 500;
}

.offcanvas.offcanvas-end .offcanvas-body .proceed-to-btn,
.offcanvas.offcanvas-end .offcanvas-body .proceed-to-btn22 {
    width: 100%;
    padding: 14px;
    background-color: #000;
    border: 1px solid transparent;
    color: #fff;
    margin: 16px 0;
    transition: all 0.3s ease;
    border-radius: 100vmax;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

.offcanvas.offcanvas-end .offcanvas-body .proceed-to-btn:hover,
.offcanvas.offcanvas-end .offcanvas-body .proceed-to-btn22:hover {
    border-color: #000;
    background-color: #fff;
    color: #000;
}

.offcanvas.offcanvas-end .offcanvas-body .view-cart-go {
    text-align: center;
}

.offcanvas.offcanvas-end .offcanvas-body .view-cart-go a {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
}

.offcanvas.offcanvas-end .offcanvas-body .total-bottom-part {
    border-top: 1px solid #DADADA;
    padding: 24px 0 0;
    margin-top: auto;
}

/* Add smooth transition for opening/closing */
.offcanvas.offcanvas-end.showing,
.offcanvas.offcanvas-end.show {
    transform: translateX(0);
    transition: transform .3s ease-in-out;
}
.cart-product-item {
    border-bottom: 1px solid #e9e9e9;
}

.cart-product-item .single-grid-product {
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: flex;
    /* -webkit-box-align: center;
    -ms-flex-align: center; */
    /* align-items: center; */
    margin-bottom: 3rem;
    margin-top: 3rem;
    width: 100%;
}

.cart-product-item .single-grid-product .product-top {
    position: relative;
    margin-bottom: 0;
    margin-right: 20px;
    overflow: hidden;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
    width: 140px;
}

.cart-product-item .single-grid-product .product-top:hover .product-thumbnal {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cart-product-item .single-grid-product .product-top .product-thumbnal {
    width: 140px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
}

.cart-product-item .single-grid-product .product-info {
    justify-content: space-between;
    width: calc(100% - 137px);
}

.cart-product-item .single-grid-product .product-info .product-catagory {
    font-size: 15px;
    line-height: 25px;
}

.cart-product-item
    .single-grid-product
    .product-info
    .product-name
    .product-link {
    font-size: 20px;
    line-height: 30px;
}

.cart-product-item .single-grid-product .product-info .cart-remove-btn {
    font-size: 14px;
    line-height: 25px;
    border: none;
    background-color: transparent;
    color: #ababab;
    padding: 0;
    text-decoration: underline;
    margin-top: 10px;
}

.cart-product-item .single-grid-product .product-info .product-name-part {
    width: 100%;
}

.cart-product-item .single-grid-product .product-info .product-price {
    margin-bottom: 0;
    text-align: right;
}

.cart-product-item .single-grid-product .product-info .minus:hover {
    background-color: #717fe0 !important;
}

.cart-product-item .single-grid-product .product-info .plus:hover {
    background-color: #717fe0 !important;
}

.cart-product-item .single-grid-product .product-info input {
    border: 0;
}

.cart-product-item .single-grid-product .product-info .cart-quantity {
    width: 112px;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.cart-product-item .single-grid-product .product-info input.qty-input {
    font-size: 20px;
    line-height: 34px;
    color: #000;
    font-weight: 500;
    width: 68px;
    background-color: #f4f4f4;
    text-align: center;
    height: 42px;
}

.cart-product-item .single-grid-product .product-info .increase-btn {
    font-size: 0;
    padding: 0;
    border: 0;
    text-align: center;
    position: relative;
}

.cart-product-item .single-grid-product .product-info .qtybutton.dec::before {
    content: "\f13f";
    font-family: "flaticon";
    font-size: 12px;
}

.cart-product-item .single-grid-product .product-info .qtybutton.inc::before {
    content: "\f13d";
    font-family: "flaticon";
    font-size: 12px;
}

@media (max-width: 575px) {
    .offcanvas.offcanvas-end {
        width: 320px;
    }
    .offcanvas .offcanvas-header .offcanvas-title {
        font-size: 2.6rem;
    }
    .offcanvas.offcanvas-end .offcanvas-header {
        margin: 0 15px 0;
        padding: 25px 0;
    }
    /* .cart-product-item .single-grid-product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .cart-product-item .single-grid-product .product-top {
        margin-bottom: 20px;
    }
    .cart-product-item .single-grid-product .product-info {
        min-width: 100%;
    }
    .single-grid-product .product-info .add-cart {
        height: 4.2rem;
    }
    .cart-product-item .single-grid-product .product-top .product-thumbnal {
        width: 85px;
    } */
}

.cart-page-area tr {
    border-width: 1px;
    border-color: #e9e9e9;
}

.cart-page-area td {
    width: 37%;
    padding: 3rem 2rem;
}

.cart-page-area .table {
    margin: 0;
}

.cart-page-area .table thead tr {
    background-color: #f4f4f4;
}

.cart-page-area .table thead tr th {
    padding: 1.5rem 3rem;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.cart-page-area .table thead tr th:first-child {
    text-align: left;
}

.cart-page-area .table tbody tr {
    border: 1px solid #ededed;
}

.cart-page-area .table tbody tr td {
    padding: 3rem 1.5rem;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.cart-page-area .table tbody tr td:first-child {
    text-align: left;
}

.cart-page-area .cart-page-item .single-grid-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem;
    margin-top: 3rem;
    width: 100%;
}

.cart-page-area .cart-page-item .single-grid-product .product-top {
    position: relative;
    margin-bottom: 0;
    margin-right: 20px;
    overflow: hidden;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
    width: 190px;
}

.cart-page-area
    .cart-page-item
    .single-grid-product
    .product-top:hover
    .product-thumbnal {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cart-page-area
    .cart-page-item
    .single-grid-product
    .product-top
    .product-thumbnal {
    width: 190px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
}

.cart-page-area .cart-page-item .product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 190px);
}

.cart-page-area .cart-page-item .product-info .product-catagory {
    font-size: 15px;
    line-height: 25px;
}

.cart-page-area .cart-page-item .product-info .product-name .product-link {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}

.cart-page-area .cart-page-item .product-info .color-switch {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.cart-page-area .cart-page-item .product-info .cart-remove-btn {
    font-size: 14px;
    line-height: 25px;
    border: none;
    background-color: transparent;
    color: #ababab;
    padding: 0;
    text-decoration: underline;
    margin-top: 10px;
}

.cart-page-area .cart-page-item .product-info .product-name-part {
    width: 100%;
}

.cart-page-area .cart-page-item .product-info .product-price {
    margin-bottom: 0;
    text-align: right;
}

.cart-page-area .cart-page-item input {
    border: 0;
}

.cart-page-area .cart-page-item .cart-quantity {
    width: 112px;
    margin: 0 auto;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}


.cart-page-area .cart-page-item input.qty-input {
    font-size: 20px;
    line-height: 34px;
    color: #000;
    font-weight: 500;
    width: 68px;
    background-color: #f4f4f4;
    text-align: center;
    height: 42px;
}

.cart-page-area .cart-page-item .increase-btn {
    font-size: 0;
    padding: 0;
    border: 0;
    text-align: center;
    position: relative;
}

.cart-page-area .cart-page-item .qtybutton.dec::before {
    content: "\f13f";
    font-family: "flaticon";
    font-size: 12px;
}

.cart-page-area .cart-page-item .qtybutton.inc::before {
    content: "\f13d";
    font-family: "flaticon";
    font-size: 12px;
}

.cart-page-area .cart-page-bottom-box {
    padding: 3rem;
    border: 1px solid #e9e9e9;
}

.cart-page-area .bottom-box-title {
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 30px;
}

.cart-page-area .cart-page-bottom-box .form-control {
    width: 100%;
    height: 5.6rem;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    padding: 1.5rem 2rem;
    margin-bottom: 25px;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333333;
}

.cart-page-area .cart-page-bottom-box .form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 360px;
    height: 5.6rem;
    border: none;
    margin: 0 auto;
    background-color: var(--primary-color-two);
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.cart-page-area .cart-page-bottom-box-wrap {
    margin-top: 60px;
}

.cart-page-area .cart-page-bottom-box.cart-page-sub-total-box {
    background-color: #f4f4f4;
}

.cart-page-area .sub-total-inner-box {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 29px;
    margin-bottom: 29px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-page-area .cart-page-final-total {
    color: var(--primary-color-two);
}

.cart-page-area .cart-inner-shipping-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #ababab;
    font-weight: normal;
}

.cart-page-area .cart-inner-shipping-title span {
    font-weight: 500;
    color: #555555;
}

.cart-page-area .cart-page-sub-total-box .sub-total-inner-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.cart-page-area .cart-page-bottom-box .form-btn {
    background-color: #e9e9e9;
    color: #000000;
    width: 100%;
}

.cart-page-area .cart-page-bottom-box .form-btn:hover {
    color: #fff;
    background-color: var(--hover-color-two);
}

.cart-page-area .cart-page-bottom-box .proceed-to-checkout-btn {
    background-color: var(--primary-color-two);
    color: #fff;
}

.cart-page-area .cart-page-bottom-box .proceed-to-checkout-btn:hover {
    background-color: var(--hover-color-two);
}

@media (max-width: 1199px) {
    .wish-list-area .wish-list-table .table tbody tr td {
        max-width: initial;
    }
    .cart-page-area .cart-page-item .product-info {
        width: calc(100% - 130px);
    }
    .cart-page-area .cart-page-item .single-grid-product .product-top {
        width: 130px;
    }
    .cart-page-area
        .cart-page-item
        .single-grid-product
        .product-top
        .product-thumbnal {
        width: 130px;
    }
    .cart-table-item-total {
        font-size: 2.4rem;
    }
    .single-grid-product .product-top .product-flags .product-flag {
        font-size: 1.1rem;
    }
}

@media (max-width: 991px) {
    .cart-page-bottom-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .cart-product-item .single-grid-product {
        /* -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; */
    }
    .cart-product-item .single-grid-product .product-info {
        /* min-width: 100%; */
    }
}

.checkout .checkout-form .checkout-title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #222222;
}

.checkout .checkout-form .form-group {
    margin-bottom: 2rem;
}

.checkout .checkout-form .form-group .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #e9e9e9;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.checkout .checkout-form .form-group .form-control::-webkit-input-placeholder {
    color: #333333;
}

.checkout .checkout-form .form-group .form-control:-ms-input-placeholder {
    color: #333333;
}

.checkout .checkout-form .form-group .form-control::-ms-input-placeholder {
    color: #333333;
}

.checkout .checkout-form .form-group .form-control::placeholder {
    color: #333333;
}

.checkout .checkout-form .form-select {
    height: 5.2rem;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    font-size: 1.6rem;
    font-weight: 400;
    color: #333333;
}

.checkout .checkout-form .form-check .form-check-input {
    top: 2px;
}

.checkout .checkout-form .form-check .form-check-label {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    color: #333333;
}

.checkout .checkout-form .form-check .form-check-label a {
    font-weight: 700;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: var(--primary-color);
}

.checkout .checkout-form .form-check .form-check-label a:hover {
    color: var(--hover-color);
}

.checkout .checkout-form .checkout-btn {
    background-color: var(--primary-color-two);
    width: 100%;
    height: 50px;
    display: block;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: var(--white);
}

.checkout .checkout-form .checkout-btn:hover {
    background-color: var(--hover-color-two);
}

.checkout .checkout-form .payment-method {
    margin-top: 50px;
}

.checkout .checkout-form .payment-method .form-group {
    position: relative;
}

.checkout .checkout-form .payment-method .form-group .input-icon {
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.checkout .checkout-form .payment-method .card-check {
    padding: 0;
    position: relative;
}

.checkout .checkout-form .payment-method .card-check .form-check-label {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eeeeee;
    padding: 0 20px;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.checkout .checkout-form .payment-method .card-check .form-check-input {
    margin-left: 22px;
    top: 14px;
    position: absolute;
}

.checkout .checkout-form .card-infor-box label {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 1rem;
    color: #333333;
}

.checkout .checkout-form .card-infor-box .form-group {
    position: relative;
}

.checkout .checkout-form .card-infor-box .form-group .input-icon {
    position: absolute;
    right: 2rem;
    top: 60px;
    pointer-events: none;
}

.checkout .cart-summary {
    padding: 5rem 4rem;
    background: #f8f9fc;
}

.checkout .cart-summary .summary-top {
    margin-bottom: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout .cart-summary .summary-top h2 {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #222222;
}

.checkout .cart-summary .summary-top .edite-btn {
    display: inline-block;
    margin-left: 40px;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--primary-color);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.checkout .cart-summary .summary-top .edite-btn:hover {
    color: var(--hover-color);
}

.checkout .cart-summary .cart-product-list {
    padding: 1rem 2rem;
    border: 1px solid #eeeeee;
    background: #ffffff;
}

.checkout .cart-summary .cart-product-list .single-cart-product {
    padding: 2rem 0;
    border-bottom: 1px solid #eeeeee;
}

.checkout .cart-summary .cart-product-list .single-cart-product h3 {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #222222;
}

.checkout .cart-summary .cart-product-list .single-cart-product p {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    color: #666666;
    margin: 0;
}

.checkout .cart-summary .cart-product-list .single-cart-product .price {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #222222;
}

.checkout .cart-summary .cart-product-list .single-cart-product:last-child {
    border-bottom: none;
}

.checkout .cart-summary .summary-list {
    margin: 3rem 0;
}

.checkout .cart-summary .summary-list li {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #666666;
}

.checkout .cart-summary .summary-list li:last-child {
    margin-bottom: 0;
}

.checkout .cart-summary .summary-list li span {
    float: right;
    font-size: 1.6rem;
    font-weight: 700;
    color: #222222;
}

.checkout .cart-summary .total-amount {
    padding: 1rem 1rem;
    border: 1px solid #eeeeee;
    background: #fff;
    text-align: left;
}

.checkout .cart-summary .total-amount h3 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #222222;
}
.checkout .cart-summary .total-amount h3 span {
    float: right;
}
@media (max-width: 991px) {
    .checkout .checkout-form select {
        margin-bottom: 2rem;
    }
    .checkout .checkout-form .payment-method .form-group .input-icon img {
        width: 60%;
    }
    .checkout .checkout-form .payment-method .form-group .input-icon {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .checkout .cart-summary {
        margin-top: 3rem;
    }
}

@media (max-width: 414px) {
    .checkout .cart-summary {
        padding: 3rem 2rem;
    }
    .checkout .cart-summary .summary-top {
        margin-bottom: 1.5rem;
    }
    .checkout .cart-summary .cart-product-list .single-cart-product p {
        font-size: 1.2rem;
    }
    .checkout .cart-summary .cart-product-list {
        padding: 1rem 1rem;
    }
    .checkout .cart-summary .cart-product-list .single-cart-product {
        padding: 1rem 0;
    }
}

.compare-page-area .compare-table table {
    margin-bottom: 0;
}

.compare-page-area .compare-table table tbody tr td {
    text-align: center;
    padding: 25px 30px;
    vertical-align: middle;
    border: 1px solid #ededed;
}

.compare-page-area .compare-table table tbody tr td:first-child {
    min-width: 180px;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

.compare-page-area .compare-table table tbody tr td .product-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.compare-page-area .compare-table table tbody tr td .product-review li {
    color: #d0d0d0;
    margin-right: 2px;
}

.compare-page-area .compare-table table tbody tr td .product-review li.active {
    color: #fca610;
}

.compare-page-area .compare-table table tbody tr td.product-image-title {
    min-width: 285px;
    max-width: 285px;
    vertical-align: bottom;
}

.compare-page-area
    .compare-table
    table
    tbody
    tr
    td.product-image-title
    .image
    .product-top {
    text-align: left;
}

.compare-page-area .compare-table table tbody tr td.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
}

.compare-page-area
    .compare-table
    table
    tbody
    tr
    td.product-image-title
    .image
    img {
    max-width: 100%;
    min-height: 200px;
    max-height: 200px;
}

.compare-page-area
    .compare-table
    table
    tbody
    tr
    td.product-image-title
    .category:hover,
.compare-page-area
    .compare-table
    table
    tbody
    tr
    td.product-image-title
    .title:hover {
    color: var(--primary-color);
}

.compare-page-area
    .compare-table
    table
    tbody
    tr
    td.product-image-title
    .category {
    clear: both;
    color: #333;
    display: block;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 15px;
    margin-bottom: 7px;
    margin-top: 15px;
    text-transform: uppercase;
}

.compare-page-area .compare-table table tbody tr td.product-image-title .title {
    clear: both;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
    color: #000;
}

.compare-page-area .compare-table table tbody tr td.pro-desc p {
    margin: 0;
}

.compare-page-area .compare-table table tbody tr td.pro-price {
    font-size: 15px;
    font-weight: 600;
}

.compare-page-area .compare-table table tbody tr td.pro-color {
    font-size: 15px;
    font-weight: 600;
}

.compare-page-area
    .compare-table
    table
    tbody
    tr
    td.pro-addtocart
    .add-to-cart
    span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 21px;
    overflow: hidden;
    display: block;
    text-align: center;
}

.compare-page-area
    .compare-table
    table
    tbody
    tr
    td.pro-addtocart
    .add-to-cart.pro-stock {
    font-size: 15px;
    font-weight: 600;
}

.compare-page-area
    .compare-table
    table
    tbody
    tr
    td.pro-addtocart
    .add-to-cart
    .pro-remove
    button {
    border: none;
    background-color: transparent;
    padding: 0;
}

.compare-page-area .compare-table table tbody tr td.pro-remove button {
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
}

.compare-page-area .compare-table table tbody tr td.pro-remove button:hover {
    color: var(--primary-color);
}

@media (max-width: 767px) {
    .compare-page-area .compare-table table tbody tr td.product-image-title {
        min-width: 250px;
        max-width: 250px;
    }
    .compare-page-area
        .compare-table
        table
        tbody
        tr
        td.product-image-title
        .product-top {
        height: 200px;
    }
}

.account-page-menu ul {
    margin: 0;
    padding: 0;
}

.account-page-menu ul li {
    list-style: none;
    margin-bottom: 10px;
}

.account-page-menu ul li i {
    color: #333333;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-right: 10px;
}

.account-page-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: #333333;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.account-page-menu ul li:hover i {
    color: var(--black);
}

.account-page-menu ul li:hover a {
    background: #ebebeb;
    color: var(--black);
}

.account-page-menu ul li.active a {
    font-weight: 500;
    background: #ebebeb;
    color: var(--black);
}

.account-page-menu ul li.active a i {
    color: var(--primary-color);
}

.account-page-sidemenu {
    margin-bottom: 50px;
    background-color: #f6f6f6;
    padding: 30px;
}

.user-profile-right-part {
    background-color: #f6f6f6;
    padding: 30px;
}

.address-box.card {
    padding: 30px;
    min-height: 166px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .account-page-menu ul li a {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .address-box.card {
        margin-bottom: 20px;
    }
}

.user-profile-right-part .form-control {
    border: 1px solid #c4c4c4;
    height: 5.6rem;
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.user-profile-right-part .profile-top .profile-image {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}

.user-profile-right-part .profile-top .profile-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.user-profile-right-part .profile-top .profile-image .file-uplode-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: -5px;
    text-align: center;
    width: 24px;
    height: 24px;
    background: #fafafa;
    color: #333333;
    -webkit-box-shadow: 0px 0px 10px rgba(179, 168, 168, 0.25);
    box-shadow: 0px 0px 10px rgba(179, 168, 168, 0.25);
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.user-profile-right-part .profile-top .profile-image #fileuplode {
    display: none;
}

.user-profile-right-part .nav-pills .nav-link.active,
.user-profile-right-part .nav-pills .show > .nav-link {
    background-color: var(--primary-color);
    color: #fff;
}

.user-profile-right-part .nav-pills .nav-link {
    background-color: #ebebeb;
    font-weight: 500;
    padding: 1.5rem 1.5rem;
    color: var(--black);
    margin-right: 12px;
}

@media (max-width: 575px) {
    .user-profile-right-part .nav-pills .nav-link {
        padding: 1rem 0.75rem;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.my-order-page-box .order-table .table > thead {
    background-color: #eeeeee;
    margin-bottom: 20px;
}

.my-order-page-box .order-table thead tr th {
    padding: 1.5rem !important;
}

.my-order-page-box .order-table .single-item {
    height: 60px;
    width: 60px;
}

.my-order-page-box .order-table .single-item img {
    height: 60px;
    width: 100%;
}

.my-order-page-box .order-table tbody tr {
    background-color: #fff;
    border-top: 1px solid #eeeeee;
}

.my-order-page-box .order-table tbody tr td {
    padding: 1.5rem;
    min-width: 160px;
}

.my-order-page-box .order-table tbody tr td p {
    margin-bottom: 0.5rem;
}

.my-order-page-box .order-table tbody tr td a {
    color: var(--black);
}

.my-order-page-box .order-table tbody tr td a:hover {
    color: var(--primary-color) !important;
}

.single-review-item {
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
}

.single-review-item .review-left {
    height: 60px;
    width: 60px;
    margin-right: 10px;
}

.single-review-item .review-left img {
    height: 60px;
    width: 100%;
}

.single-review-item .review-right h4 a {
    color: var(--black);
}

.single-review-item .review-right h4 a:hover {
    color: var(--primary-color);
}

.single-review-item .review-right p {
    margin-bottom: 0;
}

.single-review-item .review-right .review-rating li {
    margin-right: 2px;
}

.single-review-item .review-right .review-rating li i {
    color: #fca610;
    font-size: 14px;
}

.order-progress {
    margin: 25px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    padding: 30px 20px 20px;
}

.order-progress .single-progress:first-child::after {
    display: none;
}

.order-progress .single-progress {
    position: relative;
    padding-top: 20px;
    font-size: 15px;
    color: rgba(108, 117, 125, 0.7);
    border: none;
    background-color: transparent;
    text-align: center;
}

.order-progress .single-progress:before {
    position: absolute;
    top: -4px;
    left: 47%;
    display: block;
    content: "";
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    background-color: var(--white);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #eeeeee;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #eeeeee;
    box-shadow: 0 0 0 2px #eeeeee;
}

.order-progress .single-progress::after {
    position: absolute;
    top: 5px;
    left: calc(-50% - 13px / 2);
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #eeeeee;
    z-index: 1;
}

.order-progress .single-progress.active {
    color: #333333;
}

.order-progress .single-progress.active::before {
    background: #fca610;
    -webkit-box-shadow: 0 0 0 2px #eeeeee;
    box-shadow: 0 0 0 2px #fca610;
}

.primary-btn.write-review-btn {
    padding: 0.75rem 2rem !important;
}

.writeReviewModal .form-control {
    width: 100%;
    height: 5.6rem;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    padding: 1.5rem 2rem;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #333333;
}

.writeReviewModal textarea {
    height: 80px;
    border: 1px solid #c4c4c4;
    width: 100%;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 1.5rem 2rem;
}

@media (min-width: 576px) {
    .writeReviewModal .modal-dialog {
        max-width: 600px;
    }
}

@media (max-width: 480px) {
    .single-review-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .single-review-item .review-left {
        margin-bottom: 15px;
    }
}

.error-page-area h1 {
    font-size: 90px;
    width: 50%;
    margin: 0 auto;
}

.error-page-area p {
    margin: 15px auto 30px;
    font-size: 2rem;
    width: 50%;
}

@media (max-width: 1199px) {
    .error-page-area h1 {
        width: 75%;
    }
}

@media (max-width: 991px) {
    .error-page-area h1 {
        width: 100%;
        font-size: 40px;
    }
    .error-page-area p {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .error-page-area p {
        margin-bottom: 15px;
    }
}

.jairito-features-area {
    overflow: hidden;
}

.jairito-features-area .section-header-three {
    margin-bottom: 10rem;
}

.jairito-features-area .jairito-features-wrap {
    position: relative;
    z-index: 1;
    padding: 12px 0;
}

.jairito-features-area .jairito-features-wrap:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    left: 0;
    top: 0;
    border-radius: 20px;
    z-index: -1;
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
}

.jairito-features-area .single-feature {
    padding: 5rem 3rem;
    border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.jairito-features-area .single-feature .feature-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 8rem;
    height: 8rem;
    border-radius: 0.8rem;
    background-color: #ededed;
    margin: 0 auto;
    margin-bottom: 4.5rem;
}

.jairito-features-area .single-feature .feature-title {
    margin-bottom: 2rem;
    font-family: "Fira Sans", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.jairito-features-area .single-feature .feature-content {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #777777;
}

.jairito-features-area .single-feature:hover {
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 65px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 65px 2px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
}

.jairito-features-area .single-feature:hover .feature-icon {
    background-color: #d5e5b5;
}

@media (max-width: 1199px) {
    .jairito-features-area .single-feature {
        padding: 4rem 1.5rem;
    }
}

@media (max-width: 1024px) {
    .jairito-features-area .jairito-features-wrap {
        padding: 12px;
    }
    .jairito-features-area .jairito-features-wrap::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media (max-width: 991px) {
    .jairito-features-area .section-header-three {
        margin-bottom: 6rem;
    }
    .jairito-features-area .single-feature:hover {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }
}

@media (max-width: 767px) {
    .jairito-features-area .section-header-three {
        margin-bottom: 5rem;
    }
}

.product-about-area {
    position: relative;
    z-index: 1;
}

.product-about-area::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    background-color: #f9f9f9;
    border-radius: 0 30px 30px 0;
    left: 0;
    top: 0;
    z-index: -1;
}

.product-about-area.right-shape::before {
    right: 0;
    left: auto;
    border-radius: 30px 0 0 30px;
}

.product-about-area .product-about-content {
    padding: 5rem 4rem;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 65px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 65px 2px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
}

@media (max-width: 1399px) {
    .product-about-area .section-header-three .section-title {
        font-size: 3.6rem;
        line-height: 4.6rem;
    }
}

@media (max-width: 1199px) {
    .product-about-area .section-header-three .section-title {
        font-size: 3.2rem;
        line-height: 4.2rem;
    }
}

@media (max-width: 767px) {
    .product-about-image {
        margin-bottom: 3rem;
    }
}

@media (max-width: 480px) {
    .product-about-area .section-header-three .section-title {
        font-size: 2.6rem;
        line-height: 3.6rem;
    }
    .product-about-area .product-about-content {
        padding: 3rem 2.5rem;
    }
    .product-about-area .section-header-three .section-sub-title {
        margin-bottom: 1.5rem;
    }
    .product-about-area .section-header-three .section-title {
        margin-bottom: 1rem;
    }
}

.best-selling-area .slick-slide {
    margin: 0 12px;
}

.best-selling-area .slick-list {
    margin: 0 -12px;
}

.best-selling-area .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: absolute;
    top: calc(50% - 30px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.8rem;
    height: 4.8rem;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 5;
    cursor: pointer;
}

.best-selling-area .slick-arrow:hover {
    color: var(--white);
    background-color: var(--black);
}

.best-selling-area .slick-arrow.slick-prev {
    left: -60px;
}

.best-selling-area .slick-arrow.slick-next {
    right: -60px;
}

@media (max-width: 1450px) {
    .best-selling-area .slick-arrow.slick-prev {
        left: -15px;
    }
    .best-selling-area .slick-arrow.slick-next {
        right: -15px;
    }
}

@media (max-width: 1350px) {
    .best-selling-area .slick-arrow.slick-prev {
        left: 0;
    }
    .best-selling-area .slick-arrow.slick-next {
        right: 0;
    }
    .best-selling-area .slick-arrow {
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        visibility: hidden;
    }
    .best-selling-area:hover .slick-arrow {
        opacity: 1;
        visibility: visible;
    }
}

.funfact-area .single-funfact {
    margin-bottom: 3rem;
    padding: 4.5rem 2.5rem;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 65px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 65px 2px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
}

.funfact-area .single-funfact .funfact-title {
    margin-bottom: 2.5rem;
    font-family: "Fira Sans", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    text-transform: capitalize;
}

.funfact-area .single-funfact .funfact-counter {
    margin: 0;
    font-family: "Fira Sans", sans-serif;
    font-size: 6.4rem;
    font-weight: 500;
    color: var(--black);
}

@media (max-width: 1399px) {
    .funfact-area .single-funfact .funfact-counter {
        font-size: 5rem;
    }
}

@media (max-width: 1199px) {
    .funfact-area .single-funfact .funfact-title {
        margin-bottom: 1.5rem;
        font-size: 2rem;
    }
    .funfact-area .single-funfact .funfact-counter {
        font-size: 4.2rem;
    }
    .funfact-area .single-funfact {
        padding: 3.5rem 2rem;
    }
}

@media (max-width: 360px) {
    .funfact-area .single-funfact .funfact-counter {
        font-size: 3.2rem;
    }
    .funfact-area .single-funfact .funfact-title {
        font-size: 1.8rem;
    }
}

.page-menu-wrap {
    background-color: #f6f6f6;
    padding: 3rem;
}

.page-menu-wrap .menu-items {
    margin: 0;
    padding: 0;
}

.page-menu-wrap .menu-items .menu-item {
    list-style: none;
    margin-bottom: 2rem;
}

.page-menu-wrap .menu-items .menu-item:last-child {
    margin-bottom: 0;
}

.page-menu-wrap .menu-items .menu-item .menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5rem;
    height: 5rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #707070;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.page-menu-wrap .menu-items .menu-item .menu-link .menu-icon {
    margin-right: 1rem;
}

.page-menu-wrap .menu-items .menu-item .menu-link:hover {
    background-color: #ebebeb;
    color: var(--black);
}

.page-menu-wrap .menu-items .menu-item .menu-link:hover .menu-icon {
    color: var(--primary-color);
}

.page-menu-wrap .menu-items .menu-item.active .menu-link {
    background-color: #ebebeb;
    color: var(--black);
    font-weight: 500;
}

.page-menu-wrap .menu-items .menu-item.active .menu-link .menu-icon {
    color: var(--primary-color);
}

@media (min-width: 768px) and (max-width: 1399px) {
    .page-menu-wrap {
        padding: 3rem 2rem;
    }
    .page-menu-wrap .menu-items .menu-item .menu-link {
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .page-menu-wrap {
        margin-bottom: 3rem;
    }
}

.term-conditions-area .single-term-condition {
    margin-bottom: 4.5rem;
}

.term-conditions-area .single-term-condition:last-child {
    margin-bottom: 0;
}

.term-conditions-area .single-term-condition .term-conditions-title {
    margin-bottom: 2rem;
    font-family: "Jost", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--black);
    line-height: 1.3;
}

.term-conditions-area .single-term-condition .term-condition-text {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    color: #777777;
}

.term-conditions-area .single-term-condition .term-condition-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 375px) {
    .term-conditions-area .single-term-condition .term-conditions-title {
        font-size: 2rem;
    }
}

.privacy-policy-area .single-privacy-policy {
    margin-bottom: 3rem;
}

.privacy-policy-area .single-privacy-policy:last-child {
    margin-bottom: 0;
}

.privacy-policy-area .single-privacy-policy .privacy-policy-title {
    margin-bottom: 1.5rem;
    font-family: "Jost", sans-serif;
    font-size: 3.6rem;
    line-height: 4.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}

.privacy-policy-area .single-privacy-policy .privacy-policy-title-small {
    margin-bottom: 1.5rem;
    font-family: "Jost", sans-serif;
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}

.privacy-policy-area .single-privacy-policy .privacy-policy-text {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #777777;
}

.privacy-policy-area .single-privacy-policy .privacy-feature {
    margin: 0;
    padding: 0;
}

.privacy-policy-area .single-privacy-policy .privacy-feature .feature-item {
    position: relative;
    padding-left: 2rem;
    list-style: none;
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #777777;
}

.privacy-policy-area
    .single-privacy-policy
    .privacy-feature
    .feature-item
    .feature-link {
    color: #777777;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    word-break: break-all;
}

.privacy-policy-area
    .single-privacy-policy
    .privacy-feature
    .feature-item
    .feature-link:hover {
    color: var(--hover-color);
}

.privacy-policy-area
    .single-privacy-policy
    .privacy-feature
    .feature-item
    .feature-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--black);
}

.privacy-policy-area
    .single-privacy-policy
    .privacy-feature
    .feature-item::before {
    position: absolute;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: var(--primary-color);
    top: 8px;
    left: 0;
}

@media (max-width: 991px) {
    .privacy-policy-area .single-privacy-policy .privacy-policy-title {
        font-size: 3rem;
        line-height: 4rem;
    }
}

@media (max-width: 767px) {
    .privacy-policy-area .single-privacy-policy .privacy-policy-title {
        font-size: 2.6rem;
        line-height: 3.6rem;
    }
}

@media (max-width: 375px) {
    .privacy-policy-area .single-privacy-policy .privacy-policy-title-small {
        font-size: 2rem;
        line-height: 3rem;
    }
}

.refund-policy-area .single-refund-policy {
    margin-bottom: 3.5rem;
}

.refund-policy-area .single-refund-policy .refund-policy-title {
    margin-bottom: 2rem;
    font-family: "Jost", sans-serif;
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}

.refund-policy-area .single-refund-policy .refund-policy-text {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #777777;
}

.refund-policy-area
    .single-refund-policy
    .refund-policy-text
    .refund-policy-link {
    color: #777777;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.refund-policy-area
    .single-refund-policy
    .refund-policy-text
    .refund-policy-link:hover {
    color: var(--primary-color);
}

.refund-policy-area .single-refund-policy .refund-policy-text:last-child {
    margin-bottom: 0;
}

.refund-policy-area .single-refund-policy:last-child {
    margin-bottom: 0;
}

@media (max-width: 375px) {
    .refund-policy-area .single-refund-policy .refund-policy-title {
        font-size: 2rem;
        font-weight: 500;
    }
}

.shipping-return-area .single-shipping-return {
    margin-bottom: 3.5rem;
}

.shipping-return-area .single-shipping-return .shipping-return-title {
    margin-bottom: 2rem;
    font-family: "Jost", sans-serif;
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}

.shipping-return-area .single-shipping-return .shipping-return-text {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #777777;
}

.shipping-return-area .single-shipping-return .shipping-return-text:last-child {
    margin-bottom: 0;
}

.shipping-return-area .single-shipping-return:last-child {
    margin-bottom: 0;
}

@media (max-width: 375px) {
    .shipping-return-area .single-shipping-return .shipping-return-title {
        font-size: 2rem;
        font-weight: 400;
    }
}

.faq-area {
    border: 1px solid #e9e9e9;
}

.faq-area .accordion-item {
    border-radius: 0;
}

.faq-area .accordion-item .accordion-header .accordion-button {
    padding: 3.5rem 4rem;
    font-family: "Jost", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    background-color: transparent;
    color: var(--black);
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-area .accordion-item .accordion-header .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-area .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: transparent;
    border-bottom: 1px solid #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-area
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-area .accordion-item .accordion-body {
    padding: 3rem 4rem;
}

.faq-area .accordion-item .accordion-body .faq-text {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    color: #777777;
}

.faq-area .accordion-item .accordion-body .faq-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .faq-area .accordion-item .accordion-header .accordion-button {
        padding: 1.5rem 2.5rem;
        font-family: "Jost", sans-serif;
        font-size: 1.6rem;
    }
    .faq-area .accordion-item .accordion-body {
        padding: 2rem 2.5rem;
    }
    .faq-area .accordion-item .accordion-body .faq-text {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
}

@media (max-width: 575px) {
    .faq-area .accordion-item .accordion-header .accordion-button {
        padding: 1.5rem 1.5rem;
    }
    .faq-area .accordion-item .accordion-body {
        padding: 2rem 1.5rem;
    }
}

.blog-single-area .blog-single-top {
    margin: 4rem;
}

.blog-single-area .blog-thumbnail {
    position: relative;
}

.blog-single-area .blog-thumbnail .blog-image {
    width: 100%;
    height: auto;
}

.blog-single-area .blog-thumbnail .blog-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 305px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 0 3rem;
}

.blog-single-area .blog-thumbnail .blog-info .blog-title {
    font-family: "Jost", sans-serif;
    font-size: 4.8rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
}

.blog-single-area .blog-thumbnail .blog-info .blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.blog-single-area .blog-thumbnail .blog-info .blog-meta .single-meta {
    position: relative;
    margin: 0 1.5rem;
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    color: #777777;
}

.blog-single-area
    .blog-thumbnail
    .blog-info
    .blog-meta
    .single-meta
    .blog-category {
    text-transform: uppercase;
}

.blog-single-area .blog-thumbnail .blog-info .blog-meta .single-meta::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #777777;
    left: calc(100% + 15px);
    top: 0;
}

.blog-single-area
    .blog-thumbnail
    .blog-info
    .blog-meta
    .single-meta:last-child::before {
    display: none;
}

.blog-single-area .blog-meta-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e9e9e9;
}

.blog-single-area .blog-meta-box .post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-single-area .blog-meta-box .post-author .author-image {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 1.5rem;
}

.blog-single-area .blog-meta-box .post-author .author-info .author-name {
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--black);
}

.blog-single-area .blog-meta-box .post-author .author-info .author-designation {
    font-size: 1.6rem;
    font-weight: 400;
    color: #888888;
    margin: 0;
}

.blog-single-area .blog-meta-box .media-lsit {
    margin: 0;
    padding: 0;
}

.blog-single-area .blog-meta-box .media-lsit .medi-item {
    display: inline-block;
    list-style: none;
    margin-right: 2.5rem;
}

.blog-single-area .blog-meta-box .media-lsit .medi-item:last-child {
    margin-right: 0;
}

.blog-single-area .blog-meta-box .media-lsit .medi-item .media-link {
    color: #ababab;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-single-area .blog-meta-box .media-lsit .medi-item .media-link:hover {
    color: var(--primary-color);
}

.blog-single-area .blog-content {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #777777;
}

.blog-single-area .blog-content.has-dropcap:first-letter {
    float: left;
    font-size: 6.4rem;
    font-weight: 700;
    color: var(--black);
    line-height: 0.65;
    margin: 0.1em 0.1em 0 0;
}

.blog-single-area .blockquote-area {
    margin-bottom: 4rem;
    padding: 4.5rem 4rem;
    background-color: #f8f8f8;
    border-left: 2px solid var(--primary-color);
}

.blog-single-area .blockquote-area .blockquote-text {
    margin: 0;
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: #777777;
}

@media (max-width: 1399px) {
    .blog-single-area .blog-thumbnail .blog-info .blog-meta .single-meta {
        font-size: 1.8rem;
    }
    .blog-single-area .blog-thumbnail .blog-info .blog-title {
        font-size: 3.6rem;
    }
}

@media (max-width: 1199px) {
    .blog-single-area .blog-thumbnail .blog-info .blog-title {
        font-size: 2.8rem;
    }
    .blog-single-area .blog-thumbnail .blog-info .blog-meta .single-meta {
        margin: 0 1rem;
        font-size: 1.6rem;
    }
}

@media (max-width: 991px) {
    .blog-single-area .blog-thumbnail .blog-info {
        width: 80%;
        height: 60%;
    }
    .blog-single-area .blog-thumbnail .blog-info .blog-title {
        font-size: 2.2rem;
    }
    .blog-single-area .blog-single-top {
        margin: 4rem 0;
    }
    .blog-single-area .blockquote-area .blockquote-text {
        font-size: 2rem;
        line-height: 3rem;
    }
    .blog-single-area .blockquote-area {
        padding: 3.5rem 2.5rem;
    }
    .blog-single-area .blog-content.has-dropcap:first-letter {
        font-size: 5.4rem;
    }
}

@media (max-width: 767px) {
    .blog-single-area .blog-thumbnail .blog-image {
        min-height: 375px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 480px) {
    .blog-single-area .blog-thumbnail .blog-info {
        padding: 0 1rem;
    }
    .blog-single-area .blog-thumbnail .blog-info .blog-meta .single-meta {
        font-size: 1.2rem;
        margin: 0 0.5rem;
    }
    .blog-single-area
        .blog-thumbnail
        .blog-info
        .blog-meta
        .single-meta::before {
        height: 10px;
        left: calc(100% + 5px);
    }
    .blog-single-area .blog-thumbnail .blog-info .blog-title {
        font-size: 1.8rem;
    }
    .blog-single-area .blog-thumbnail .blog-info {
        width: 90%;
        height: 50%;
    }
    .blog-single-area .blog-meta-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .blog-single-area .blog-meta-box .post-author {
        margin-bottom: 0.5rem;
        width: 100%;
    }
    .blog-single-area .blog-meta-box .media-lsit .medi-item {
        margin-right: 2rem;
    }
    .blog-single-area .blog-meta-box .media-lsit {
        margin-left: 6.5rem;
    }
    .blog-single-area .blog-meta-box .post-author .author-image {
        width: 5rem;
        height: 5rem;
    }
    .blog-single-area .blog-meta-box .post-author .author-info .author-name {
        font-size: 1.8rem;
        margin: 0;
    }
    .blog-single-area
        .blog-meta-box
        .post-author
        .author-info
        .author-designation {
        font-size: 1.4rem;
    }
}

.comments-area {
    border: 1px solid #ededed;
}

.comments-area .comments-title {
    padding: 2rem 4rem;
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--black);
    border-bottom: 1px solid #ededed;
}

.comments-area .comment-list {
    margin: 0;
    padding: 4rem;
}

.comments-area .comment-list .single-comment {
    position: relative;
    margin-bottom: 3.5rem;
}

.comments-area .comment-list .single-comment:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list .single-comment .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

.comments-area
    .comment-list
    .single-comment
    .comment-meta
    .comments-author-image {
    margin-right: 1.5rem;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.comments-area
    .comment-list
    .single-comment
    .comment-meta
    .comment-meta-info
    .author-name {
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #222222;
}

.comments-area
    .comment-list
    .single-comment
    .comment-meta
    .comment-meta-info
    .comment-time {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    color: #888888;
}

.comments-area .comment-list .single-comment .comment-content .comment-text {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #777777;
}

.comments-area .comment-list .single-comment .reply {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--primary-color);
}

.comments-area .comment-list .single-comment .reply:hover {
    color: var(--hover-color);
}

.comments-area .comment-list .single-comment .children {
    margin-top: 3.5rem;
    margin-left: 3.5rem;
    border-left: 1px solid var(--primary-color);
    padding-left: 2rem;
}

.comment-respond {
    padding: 6rem 8rem;
    background-color: #f9f9f9;
}

.comment-respond .reply-title {
    margin-bottom: 4.2rem;
    font-family: "Jost", sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}

.comment-respond .form-group {
    margin-bottom: 3rem;
}

.comment-respond .form-group .form-control {
    width: 100%;
    height: 5.6rem;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    padding: 1.5rem 2rem;
    font-family: "Jost", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #888888;
}

.comment-respond .form-group .message-box {
    height: 186px;
}

.comment-respond .submit-btn {
    display: inline-block;
    width: 320px;
    height: 5.6rem;
    background-color: var(--primary-color-two);
    color: var(--white);
    border: none;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.comment-respond .submit-btn:hover {
    color: var(--white);
    background-color: var(--hover-color-two);
}

@media (max-width: 991px) {
    .comment-respond {
        padding: 6rem;
    }
}

@media (max-width: 767px) {
    .comment-respond {
        padding: 5rem 3rem;
    }
    .comments-area .comment-list .single-comment .children {
        margin-left: 1.5rem;
        padding-left: 1rem;
    }
}

@media (max-width: 575px) {
    .comments-area
        .comment-list
        .single-comment
        .comment-meta
        .comments-author-image {
        margin-right: 1rem;
        width: 5rem;
        height: 5rem;
    }
    .comments-area
        .comment-list
        .single-comment
        .comment-meta
        .comment-meta-info
        .author-name {
        font-size: 1.6rem;
        margin: 0;
    }
    .comments-area .comment-list {
        padding: 3rem 2rem;
    }
    .comments-area .comments-title {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .comment-respond .submit-btn {
        width: 100%;
    }
    .comment-respond .reply-title {
        margin-bottom: 3rem;
        font-size: 3rem;
    }
}

@media (max-width: 360px) {
    .comment-respond .reply-title {
        font-size: 2.8rem;
    }
    .comment-respond {
        padding: 4rem 2rem;
    }
    .comments-area .comment-list .single-comment .reply {
        position: inherit;
    }
    .comments-area .comments-title {
        font-size: 1.8rem;
    }
}

.footer-area {
    background-color: var(--black);
    padding: 0 16rem;
}

.footer-area .footer-widget-area {
    padding: 12rem 0 9rem 0;
}

.footer-area .footer-widget-area .single-widget {
    margin-bottom: 3rem;
}

.footer-area .footer-widget-area .single-widget .widget-title {
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
}

.footer-area .footer-widget-area .footer-brand-logo {
    display: inline-block;
}

.footer-area .footer-widget-area .footer-brand-logo img {
    max-width: 130px;
}

.footer-area .footer-widget-area .about-widget .address-text {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #ababab;
}

.footer-area .footer-widget-area .block-content .contact {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #ababab;
}

.footer-area .footer-widget-area .social-media {
    margin: 0;
    padding: 0;
}

.footer-area .footer-widget-area .social-media li {
    display: inline-block;
    list-style: none;
    margin-right: 1.5rem;
}

.footer-area .footer-widget-area .social-media li:last-child {
    margin-right: 0;
}

.footer-area .footer-widget-area .social-media li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid var(--white);
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-area .footer-widget-area .social-media li a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.footer-area .footer-widget-area .widget-menu {
    margin: 0;
    padding: 0;
}

.footer-area .footer-widget-area .widget-menu .menu-item {
    display: block;
    list-style: none;
    margin-bottom: 1.5rem;
}

.footer-area .footer-widget-area .widget-menu .menu-item .menu-link {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #ababab;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-area .footer-widget-area .widget-menu .menu-item .menu-link:hover {
    color: var(--primary-color);
    padding-left: 0.5rem;
}

.footer-area .footer-widget-area .newsletter-widget .newsletter-text {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #ababab;
}

.footer-area
    .footer-widget-area
    .newsletter-widget
    .newsletter-form
    .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-area
    .footer-widget-area
    .newsletter-widget
    .newsletter-form
    .form-group
    .form-control {
    width: 100%;
    height: 5.6rem;
    border: none;
    border-radius: 0;
    background: #555555;
    padding: 0 2rem;
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #ababab;
}

.footer-area
    .footer-widget-area
    .newsletter-widget
    .newsletter-form
    .form-group
    .subscribe-btn {
    width: 16rem;
    height: 5.6rem;
    margin-left: 1rem;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background-color: #fca610;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-area
    .footer-widget-area
    .newsletter-widget
    .newsletter-form
    .form-group
    .subscribe-btn:hover {
    color: var(--white);
    background-color: var(--primary-color);
}

.footer-area .footer-bottom {
    padding: 3.5rem 0;
    border-top: 1px solid #333333;
    text-align: center;
}

.footer-area .footer-bottom .copyright-text {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--bColor);
}

.footer-area .footer-bottom .copyright-text .brand-name {
    color: var(--bColor);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-area .footer-bottom .copyright-text .brand-name:hover {
    color: var(--primary-color);
}

@media (max-width: 1500px) {
    .footer-area {
        padding: 0 6rem;
    }
}

@media (min-width: 991px) and (max-width: 1366px) {
    .footer-area .footer-widget-area .social-media li {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 1199px) {
    .footer-area {
        padding: 0;
    }
    .footer-area
        .footer-widget-area
        .newsletter-widget
        .newsletter-form
        .form-group
        .subscribe-btn {
        font-size: 1.5rem;
    }
    .footer-area .footer-widget-area .single-widget .widget-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 991px) {
    .footer-area .footer-widget-area {
        padding: 6rem 0.4rem 3rem 0.4rem;
    }
    .footer-area .footer-bottom {
        padding: 2.5rem 0;
    }
    .footer-area .footer-widget-area .social-media li {
        margin-right: 0.5rem;
    }
    .footer-area .footer-widget-area .social-media li a {
        width: 3.5rem;
        height: 3.5rem;
    }
    .footer-area .footer-widget-area .widget-menu .menu-item {
        margin-bottom: 1rem;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer-widget-area .social-media li a {
        width: 3rem;
        height: 3rem;
    }
    .footer-area .footer-widget-area .social-media li {
        margin-right: 4px;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .footer-area .footer-widget-area {
        padding: 5rem 0.4rem 2rem 0.4rem;
    }
    .footer-area .footer-bottom {
        padding: 2rem 0;
    }
    .footer-area .footer-widget-area .single-widget .widget-title {
        font-size: 1.8rem;
    }
    .footer-area .footer-widget-area .widget-menu .menu-item .menu-link {
        font-size: 1.4rem;
    }
    .footer-area .footer-widget-area .about-widget .address-text {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .footer-area .footer-widget-area .block-content .contact {
        font-size: 1.4rem;
        line-height: 2rem;
        word-break: break-all;
    }
    .footer-area .footer-widget-area .widget-menu .menu-item {
        margin-bottom: 1rem;
    }
    .footer-area .footer-widget-area .newsletter-widget .newsletter-text {
        font-size: 1.4rem;
    }
}

@media (max-width: 575px) {
    .footer-area .footer-widget-area {
        padding: 5rem 0 2rem 0;
    }
    .footer-widget-area .single-widget .mobile-dropdown-title {
        position: relative;
    }
    .footer-widget-area .single-widget .mobile-dropdown-title::before {
        position: absolute;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        right: 0;
        top: 0;
    }
    .single-widget .widget-menu {
        display: none;
    }
    .single-widget .widget-menu.show {
        display: block;
    }
}

.footer-area-v2 {
    padding-top: 8rem;
    background: var(--primary-color-two);
}

.footer-area-v2 .footer-widget-area {
    padding: 5rem 0;
}

.footer-area-v2 .footer-widget-area .single-widget {
    margin-bottom: 3rem;
}

.footer-area-v2 .footer-widget-area .single-widget .widget-title {
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
}

.footer-area-v2 .footer-widget-area .about-widget .footer-brand-logo {
    display: inline-block;
}

.footer-area-v2 .footer-widget-area .about-widget .footer-brand-logo img {
    max-width: 130px;
}

.footer-area-v2 .footer-widget-area .about-widget .address-text {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #cccccc;
}

.footer-area-v2 .footer-widget-area .about-widget .block-content .contact {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #cccccc;
}

.footer-area-v2 .footer-widget-area .social-media {
    margin: 0;
    padding: 0;
}

.footer-area-v2 .footer-widget-area .social-media li {
    display: inline-block;
    list-style: none;
    margin-right: 1rem;
}

.footer-area-v2 .footer-widget-area .social-media li:last-child {
    margin-right: 0;
}

.footer-area-v2 .footer-widget-area .social-media li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid var(--white);
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-area-v2 .footer-widget-area .social-media li a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.footer-area-v2 .footer-widget-area .widget-menu {
    margin: 0;
    padding: 0;
}

.footer-area-v2 .footer-widget-area .widget-menu .meni-item {
    display: block;
    list-style: none;
    margin-bottom: 1.5rem;
}

.footer-area-v2 .footer-widget-area .widget-menu .meni-item .menu-link {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #cccccc;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-area-v2 .footer-widget-area .widget-menu .meni-item .menu-link:hover {
    color: var(--white);
    padding-left: 0.5rem;
}

.footer-area-v2 .footer-bottom .footer-bottom-wrap {
    padding: 3rem 0;
    border-top: 1px solid #469685;
}

.footer-area-v2 .footer-bottom .copyright-text {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: #d6d6d6;
}

.footer-area-v2 .footer-bottom .copyright-text .brand-name {
    color: #d6d6d6;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-area-v2 .footer-bottom .copyright-text .brand-name:hover {
    color: var(--primary-color);
}

@media (max-width: 1199px) {
    .footer-area-v2 .footer-widget-area .single-widget .widget-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 991px) {
    .footer-area-v2 {
        padding-top: 0;
    }
    .footer-area-v2 .footer-widget-area {
        padding: 5rem 0 2rem 0;
    }
    .footer-area-v2 .footer-bottom .copyright-text {
        margin-bottom: 1.5rem;
    }
}

.footer-area-v3 {
    background-color: var(--black);
}

.footer-area-v3 .footer-widget-area {
    padding: 12rem 0 9rem 0;
}

.footer-area-v3 .footer-widget-area .single-widget {
    margin-bottom: 3rem;
}

.footer-area-v3 .footer-widget-area .single-widget .widget-title {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white);
}

.footer-area-v3 .footer-widget-area .footer-brand-logo {
    display: inline-block;
}

.footer-area-v3 .footer-widget-area .footer-brand-logo img {
    max-width: 130px;
}

.footer-area-v3 .footer-widget-area .about-widget .address-text {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #ababab;
}

.footer-area-v3 .footer-widget-area .block-content .contact {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #ababab;
}

.footer-area-v3 .footer-widget-area .social-media {
    margin: 0;
    padding: 0;
}

.footer-area-v3 .footer-widget-area .social-media li {
    display: inline-block;
    list-style: none;
    margin-right: 1rem;
}

.footer-area-v3 .footer-widget-area .social-media li:last-child {
    margin-right: 0;
}

.footer-area-v3 .footer-widget-area .social-media li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid var(--white);
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-area-v3 .footer-widget-area .social-media li a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.footer-area-v3 .footer-widget-area .widget-menu {
    margin: 0;
    padding: 0;
}

.footer-area-v3 .footer-widget-area .widget-menu .meni-item {
    display: block;
    list-style: none;
    margin-bottom: 1.5rem;
}

.footer-area-v3 .footer-widget-area .widget-menu .meni-item .menu-link {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #ababab;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-area-v3 .footer-widget-area .widget-menu .meni-item .menu-link:hover {
    color: var(--primary-color);
    padding-left: 0.5rem;
}

.footer-area-v3 .footer-widget-area .newsletter-widget .newsletter-text {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #ababab;
}

.footer-area-v3
    .footer-widget-area
    .newsletter-widget
    .newsletter-form
    .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-area-v3
    .footer-widget-area
    .newsletter-widget
    .newsletter-form
    .form-group
    .form-control {
    width: 100%;
    height: 5.6rem;
    border: none;
    border-radius: 0;
    background: #555555;
    padding: 0 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #ababab;
}

.footer-area-v3
    .footer-widget-area
    .newsletter-widget
    .newsletter-form
    .form-group
    .subscribe-btn {
    width: 16rem;
    height: 5.6rem;
    margin-left: 1rem;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background-color: #fca610;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-area-v3
    .footer-widget-area
    .newsletter-widget
    .newsletter-form
    .form-group
    .subscribe-btn:hover {
    color: var(--white);
    background-color: var(--primary-color);
}

.footer-area-v3 .footer-bottom {
    padding: 3.5rem 0;
    border-top: 1px solid #333333;
    text-align: center;
}

.footer-area-v3 .footer-bottom .copyright-text {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--bColor);
    text-align: left;
}

.footer-area-v3 .footer-bottom .copyright-text .brand-name {
    color: var(--bColor);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-area-v3 .footer-bottom .copyright-text .brand-name:hover {
    color: var(--primary-color);
}

@media (max-width: 991px) {
    .footer-area-v3 .footer-widget-area {
        padding: 6rem 0 3rem 0;
    }
    .footer-area .footer-bottom {
        padding: 2.5rem 0;
    }
    .footer-area-v3 .footer-widget-area .social-media li {
        margin-right: 0.5rem;
    }
    .footer-area-v3 .footer-bottom .copyright-text {
        margin: 0;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {
    .footer-area-v3 .footer-widget-area .social-media li {
        margin-right: 5px;
    }
    .footer-area-v3 .footer-widget-area {
        padding: 5rem 0 2rem 0;
    }
    .footer-area-v3 .footer-bottom {
        padding: 2rem 0;
    }
}

/*# sourceMappingURL=style.min.css.map */

/* start features area css
============================================================================================ */
@media (max-width: 768px) {
    .features-area {
        padding-top: 0;
    }
}
.features-area .col-lg-3:last-child .single-features {
    border-right: 0;
}
@media (max-width: 575px) {
    .features-area .col-lg-3:last-child .single-features {
        margin-top: 30px;
    }
}
.features-area .col-lg-3:nth-child(3) .single-features,
.features-area .col-lg-3:nth-child(4) .single-features {
    margin-bottom: 0;
}

.features-inner {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px 0;
}

.single-features {
    text-align: center;
    border-right: 1px solid #eeeeee;
}
@media (max-width: 991px) {
    .single-features {
        border-right: none;
        margin-bottom: 30px;
    }
}
.single-features .f-icon {
    margin-bottom: 20px;
}
.single-features .f-icon img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-features h6 {
    font-size: 16px;
    margin-bottom: 0;
}
.single-features p {
    margin-bottom: 0;
}
.single-features:hover .f-icon img {
    opacity: 0.5;
}

.features-area {
    @media (max-width: 768px) {
        padding-top: 0;
    }
    .col-lg-3:last-child {
        .single-features {
            border-right: 0;
            @media (max-width: 575px) {
                margin-top: 30px;
            }
        }
    }
    .col-lg-3:nth-child(3),
    .col-lg-3:nth-child(4) {
        .single-features {
            margin-bottom: 0;
        }
    }
}
.features-inner {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px 0;
}

.single-features {
    font-family: "Poppins", sans-serif;
    color: #222222;
    font-weight: 500;
    line-height: 1.2 !important;
    text-align: center;
    border-right: 1px solid #eeeeee;
    @media (max-width: 991px) {
        border-right: none;
        margin-bottom: 30px;
    }
    .f-icon {
        margin-bottom: 20px;
        img {
            @include transition();
        }
    }
    h6 {
        font-size: 16px;
        margin-bottom: 0;
    }
    p {
        margin-bottom: 0;
    }
    &:hover {
        .f-icon {
            img {
                opacity: 0.5;
            }
        }
    }
}

.ml-auto {
    margin-left: auto !important;
}

@media (min-width: 768px) {
    /* mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm */
    .ftco-navbar-light {
        background: transparent !important;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        z-index: 3;
        padding: 0;
    }
    @media (max-width: 991.98px) {
        .ftco-navbar-light {
            background: #000000 !important;
            position: relative;
            top: 0;
            padding: 10px 15px;
        }
    }
    .ftco-navbar-light.ftco-navbar-light-2 {
        position: relative;
        top: 0;
    }
    .ftco-navbar-light .navbar-brand {
        color: #000000;
    }
    .ftco-navbar-light .navbar-brand span {
        color: #fff;
    }
    .ftco-navbar-light .navbar-brand:hover,
    .ftco-navbar-light .navbar-brand:focus {
        color: #000000;
    }
    @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-brand {
            color: #fff;
        }
    }
    @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav {
            padding-bottom: 10px;
        }
    }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        font-size: 10px;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 400;
        color: #000000;
        text-transform: uppercase;
        letter-spacing: 2px;
        opacity: 1 !important;
    }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #000000;
    }
    @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
            padding-left: 0;
            padding-right: 0;
            padding-top: 0.9rem;
            padding-bottom: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
        }
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
            color: #fff;
        }
    }
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
        border: none;
        background: #000000;
        -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
        -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
        box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
        font-size: 14px;
        color: #fff;
    }
    .ftco-navbar-light
        .navbar-nav
        > .nav-item
        .dropdown-menu
        .dropdown-item:hover,
    .ftco-navbar-light
        .navbar-nav
        > .nav-item
        .dropdown-menu
        .dropdown-item:focus {
        background: transparent;
        color: #dbcc8f;
    }
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        position: relative;
        margin-left: 20px;
        padding-left: 20px;
    }
    @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
            padding-left: 0;
            margin-left: 0;
        }
    }
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
        position: absolute;
        content: "";
        top: 10px;
        bottom: 10px;
        left: 0;
        width: 2px;
        background: rgba(255, 255, 255, 0.05);
    }
    @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
            display: none;
        }
    }
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #000000;
    }
    @media (max-width: 767.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
            color: #000000;
            background: #dbcc8f;
        }
    }
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #000000;
    }
    @media (max-width: 991.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item.active > a {
            color: #fff;
        }
    }
    .ftco-navbar-light .navbar-toggler {
        border: none;
        color: rgba(255, 255, 255, 0.5) !important;
        cursor: pointer;
        padding-right: 0;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 0.1em;
    }
    .ftco-navbar-light .navbar-toggler:focus {
        outline: none !important;
    }
    .ftco-navbar-light.scrolled {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        margin-top: -130px;
        background: #fff !important;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
    .ftco-navbar-light.scrolled .nav-item.active > a {
        color: #dbcc8f !important;
    }
    .ftco-navbar-light.scrolled .nav-item.cta > a {
        color: #000000 !important;
        background: #dbcc8f;
        border: none !important;
    }
    .ftco-navbar-light.scrolled .nav-item.cta > a span {
        display: inline-block;
        color: #000000 !important;
    }
    .ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
        border-color: #dbcc8f;
    }
    .ftco-navbar-light.scrolled .nav-item .dropdown-menu {
        border: none;
        background: #fff;
        -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
        -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
        box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
    .ftco-navbar-light.scrolled .nav-item .dropdown-menu .dropdown-item {
        font-size: 14px;
        color: #000000;
    }
    .ftco-navbar-light.scrolled .nav-item .dropdown-menu .dropdown-item:hover,
    .ftco-navbar-light.scrolled .nav-item .dropdown-menu .dropdown-item:focus {
        background: transparent;
        color: #dbcc8f;
    }
    @media (max-width: 991.98px) {
        .ftco-navbar-light.scrolled .nav-item .dropdown-menu {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
    }
    @media (max-width: 991.98px) {
        .ftco-navbar-light.scrolled .navbar-nav {
            background: none;
            border-radius: 0px;
            padding-left: 0rem !important;
            padding-right: 0rem !important;
        }
    }
    @media (max-width: 767.98px) {
        .ftco-navbar-light.scrolled .navbar-nav {
            background: none;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }
    .ftco-navbar-light.scrolled .navbar-toggler {
        border: none;
        color: rgba(0, 0, 0, 0.5) !important;
        border-color: rgba(0, 0, 0, 0.5) !important;
        cursor: pointer;
        padding-right: 0;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 0.1em;
    }
    .ftco-navbar-light.scrolled .nav-link {
        padding-top: 0.9rem !important;
        padding-bottom: 0.9rem !important;
        color: #000000 !important;
    }
    .ftco-navbar-light.scrolled .nav-link.active {
        color: #dbcc8f !important;
    }
    .ftco-navbar-light.scrolled.awake {
        margin-top: 0px;
        -webkit-transition: 0.3s all ease-out;
        -o-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out;
    }
    .ftco-navbar-light.scrolled.sleep {
        -webkit-transition: 0.3s all ease-out;
        -o-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out;
    }
    .ftco-navbar-light.scrolled .navbar-brand {
        color: #000000;
    }

    .navbar-brand {
        font-weight: 800;
        font-size: 20px;
    }
    .main-menu ul li a:hover {
        color: #f28123 !important;
        text-decoration: none;
    }
    ul.navbar-nav li.nav-item a.nav-link,
    ul.navbar-nav li.nav-item.active a.nav-link {
        color: #051922;
    }

    .top-header-area {
        position: absolute;
        z-index: 999;
        width: 100%;
        padding: 25px 0;
    }

    .top-header-area.white ul.navbar-nav li.nav-item a.nav-link,
    .top-header-area.white ul.navbar-nav li.nav-item.active a.nav-link {
        color: #fff;
    }

    ul.navbar-nav li.nav-item a.nav-link,
    ul.navbar-nav li.nav-item.active a.nav-link {
        color: #fff;
        font-weight: 700;
        margin-right: 14px;
    }

    a.navbar-brand img {
        max-width: 150px;
    }

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

    nav.main-menu ul li {
        display: inline-block;
    }

    nav.main-menu ul li a {
        color: #fff;
        font-weight: 500;
        display: block;
        padding: 15px;
        font-size: 14px !important;
    }

    nav.main-menu ul > li {
        position: relative;
    }

    nav.main-menu ul ul.sub-menu {
        position: absolute;
        background-color: #fff;
        width: 220px;
        padding: 15px 15px;
        margin: 0;
        left: 0;
        top: 50px;
        border-radius: 3px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.6s;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: 0 0 20px #555555;
        box-shadow: 0 0 20px #555555;
    }

    nav.main-menu ul ul.sub-menu li {
        display: block;
        text-align: left;
    }

    nav.main-menu ul ul.sub-menu li a {
        color: #555;
        font-weight: 600;
        padding: 7px 10px;
        font-size: 13px;
    }

    nav.main-menu ul > li:hover ul {
        opacity: 1;
        visibility: visible;
    }

    nav.main-menu ul li:last-child a {
        display: inline-block;
    }

    nav.main-menu > ul li:last-child {
        float: none !important;
    }

    .site-logo {
        color: white !important;
        float: left;
    }
    .custom-pointer {
        cursor: pointer;
    }
    ul.sub-menu li:last-child {
        float: none !important;
    }

    .mean-container .mean-bar {
        background-color: transparent;
        position: absolute;
        right: 0;
        top: 15px;
    }

    .mean-bar a.meanmenu-reveal {
        background-color: #f28123;
    }

    .main-menu-wrap {
        position: relative;
    }

    .mean-container a.meanmenu-reveal {
        color: #051922;
    }

    .mean-container a.meanmenu-reveal span {
        background-color: #051922;
    }

    .mean-container .mean-nav ul li a {
        padding: 0.5em 5%;
    }

    .mean-container .mean-nav ul li li a {
        padding: 0.5em 10%;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        font-size: 16px;
        height: 10px;
        line-height: 10px;
        width: 15px;
    }

    .mean-container a.meanmenu-reveal {
        padding: 8px 8px 6px;
    }

    nav.mean-nav > ul > li:first-child > a {
        border-top: none;
    }

    .header-icons a {
        color: #fff;
        display: inline-block;
        padding: 10px;
    }

    .site-logo {
        padding: 6px 0;
    }

    .top-header-area.sepherate-header ul li > a,
    .top-header-area.sepherate-header .header-icons a {
        color: #051922;
    }

    nav.main-menu ul ul.sub-menu li {
        display: block;
    }

    nav.main-menu ul ul.sub-menu li a {
        color: #555;
        padding: 8px;
        font-size: 13px;
        font-weight: 600;
    }

    nav.main-menu ul li.current-list-item > a {
        color: #f28123;
    }

    nav.main-menu li:hover > a {
        color: #f28123;
    }

    nav.main-menu li a {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .top-header-area .header-icons a {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .top-header-area .header-icons a:hover {
        color: #f28123;
    }

    .sticky-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999 !important;
    }

    .sticky-wrapper.is-sticky .top-header-area {
        background-color: white;
        padding: 17px 0;
    }

    .top-header-area {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    ul.navbar-nav {
        margin: 0 auto;
    }

    .search-area {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 5555;
        background-color: #051922;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    span.close-btn {
        position: absolute;
        right: 0%;
        color: #fff;
        top: 5%;
        cursor: pointer;
    }

    .search-area {
        height: 100%;
    }

    .search-area div {
        height: 100%;
    }

    .search-bar {
        height: 100%;
        display: table;
        width: 100%;
    }

    a.mobile-show {
        display: none;
    }

    .search-area .search-bar div.search-bar-tablecell {
        display: table-cell;
        vertical-align: middle;
        height: auto;
    }

    .search-bar-tablecell input {
        border: none;
        padding: 15px;
        width: 60%;
        background-color: transparent;
        border-bottom: 1px solid #f28123;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 40px;
        color: #fff;
    }

    .search-bar-tablecell button[type="submit"] {
        border: none;
        background-color: #f28123;
        padding: 15px 30px;
        cursor: pointer;
        display: inline-block;
        border-radius: 50px;
        font-weight: 700;
    }

    .search-bar-tablecell input::-webkit-input-placeholder {
        color: #fff;
    }

    .search-bar-tablecell input:-ms-input-placeholder {
        color: #fff;
    }

    .search-bar-tablecell input::-ms-input-placeholder {
        color: #fff;
    }

    .search-bar-tablecell input::placeholder {
        color: #fff;
    }

    .search-bar-tablecell button[type="submit"] i {
        margin-left: 5px;
    }

    .search-area {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .search-area.search-active {
        visibility: visible;
        opacity: 1;
        z-index: 999;
    }

    .search-bar-tablecell h3 {
        color: #fff;
        margin-bottom: 30px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 7px;
    }

    @media (max-width: 767px) {
        .top-header-area {
            display: none !important;
        }
    }

    .header-area
        .header-middle
        .header-middle-wrap
        .header-right
        .header-btn
        .single-btn
        .btn-left
        .count {
        position: absolute;
        right: 2px;
        top: 7px;
        width: 1.8rem;
        height: 1.8rem;
        line-height: 2rem;
        border-radius: 50%;
        background-color: red;
        font-family: "Jost", sans-serif;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
    }
}
@media (max-width: 767px) {
    .top-header-area {
        display: none !important;
    }
}

.breadcrumb-area {
    padding: 9.5rem 0 5.5rem 0 !important;
}
.single-grid-product .product-info .product-name {
    white-space: nowrap !important;
    overflow: hidden !important; /* Hides the overflowed text */
    text-overflow: ellipsis !important;
}

.tmaximg {
    width: 30px !important;
}
.third {
    right: -13px !important;
    background-color: #00aa6c !important;
}
.second {
    color: black !important;
    right: 25px !important;
    background-color: white !important;
}
.first {
    color: black !important;
    right: 62px !important;
}

.cart-product-item .single-grid-product .product-info .product-name-part {
    width: 100% !important;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 90% !important;
    }
}

div#offcanvasExample {
    width: 80%;
}

.single-grid-product .product-top .product-thumbnal {
}

@media (max-width: 991px) {
    .hero-section .hero-slider .signle-slide {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 176px !important  ;
    }
}

li.single-size-red.active {
    background-color: red !important;
}

.regular-price {
    font-optical-sizing: auto !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 17px !important;
}
.price {
    font-optical-sizing: auto !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 17px !important;
}
@media only screen and (max-width: 768px) {
    .regular-price {
        font-size: 12px !important;
    }
    .price {
        font-size: 12px !important;
    }
}
.product-name {
    font-optical-sizing: auto !important;
    font-weight: 500 !important;
    font-style: normal !important;

    font-size: 14px !important;
    margin-bottom: 0rem;
}
.product-top {
    font-size: 14px !important;
    margin-bottom: 0rem !important;
}
.product-flags {
    font-optical-sizing: auto !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 12px !important;
}
.addCart .widget-title {
    font-optical-sizing: auto !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 12px !important;
}

.form-group {
    font-optical-sizing: auto !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 12px !important;
}

.section-title {
    font-optical-sizing: auto !important;
    font-style: normal !important;
    font-size: 20px !important;
}
.checkout .cart-summary .summary-top h2 {
    font-optical-sizing: auto !important;
    font-style: normal !important;
    font-size: 16px !important;
}
.checkout .cart-summary .cart-product-list .single-cart-product h3 {
    font-optical-sizing: auto !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 14px !important;
}

.cart-product-item
    .single-grid-product
    .product-info
    .product-name
    .product-link {
    font-size: 13px;
    /* line-height: 30px; */
}
.checkColor {
    border: 1px solid #888888 !important;
}
.checkColorMobile {
    border: 1px solid #888888 !important;
}

@media (max-width: 480px) {
    .breadcrumb-area .page-title {
        font-size: 2rem !important;
    }
}
@media (max-width: 575px) {
    .hero-section .hero-slider .signle-slide .slider-title {
        font-size: 12px !important;
    }
}

.primary-tabs .nav-tabs .nav-item .nav-link.active {
    color: #f28123 !important;
    border-color: #f28123 !important;
}
.section-header-area .section-title {
    font-weight: 700 !important;
}

.section-top {
    padding-top: 6rem !important;
}
@media (max-width: 480px) {
    .mobile-header-area .header-right .header-btn {
        margin-right: 0.3rem !important;
    }
}
.title-mobile-middle {
    color: black;
    font-optical-sizing: auto !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 17px !important;

    left: 0;
    margin: auto;
    right: 0;
    align-items: center;

    top: 0;
}

.mobile-header-area .header-right .header-btn .btn-left .btn-icon {
    font-size: 1.6rem !important;
}

.mobile-header-area .header-right .header-btn .btn-left {
    width: 2rem !important;
}

.mobile-header-area .header-right .header-btn .btn-left .count {
    top: -6px !important;
    width: 1.3rem !important;
    height: 1.3rem !important;
    line-height: 1.5rem !important;
}

.mobile-header-area .header-right .header-btn .btn-left .count {
    right: -4px !important;
}

#preloader {
    background-color: black;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999999999;
}
html,
body,
a,
div,
p,
h2,
h3,
h4,
h5,
h6,
h1 {
    font-family: "fangsong", sans-serif !important;
}
html,
body {
    font-family: "fangsong", sans-serif !important;
    height: auto !important;
}

@media (min-width: 768px) {
    .header-area
        .header-middle
        .header-middle-wrap
        .header-right
        .header-btn
        .single-btn
        .btn-left
        .count {
        position: absolute;
        right: 2px;
        top: 7px;
        width: 1.8rem;
        height: 1.8rem;
        line-height: 18px;
        border-radius: 50%;
        background-color: white;
        font-family: "Jost", sans-serif;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Added shadow */
        /* border: solid black; */
    }
}

.empty-wish-list .empty-box-title {
    font-size: 16px !important;
}

.checkColorDisplay {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50% !important;
    border: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 0.5rem;
    margin-top: 0;
}

.pagination-area .paginations .pagination-page .pagination-link {
    width: 3.5rem !important;
    height: 3.5rem !important;
    border-radius: 6px !important;
    font-size: 15px !important;
}

.bottom-box-title {
    font-size: 18px !important;
}
.swiper-backface-hidden .swiper-slide {
    transform: none !important;
}

/* ================ FEATURED ================ */
.featured .swiper {
    max-width: 100%;
    padding-top: 5.5rem;
}
.featured .swiper-wrapper {
    margin-bottom: 4rem;
}
.featured .swiper-slide {
    display: grid;
    /* becaus of swiperslide overflow */
    position: static;
}
.swiper-pagination-bullet {
    background-color: var(--dark-color);
    transition: 0.3s;
}
.featured .swiper-pagination-bullet-active {
    width: 20px;
    height: 8px;
    border-radius: 3px;
}
.featured .section-title {
    margin-bottom: var(--mb-1);
}
.featured__card {
    border-radius: 1rem;
    padding: 0 1.5rem;

    width: 290px;
    background: linear-gradient(
        90deg,
        rgba(162, 127, 235, 1) 0%,
        rgba(154, 115, 236, 1) 53%,
        rgba(154, 115, 236, 1) 60%,
        rgba(154, 115, 236, 1) 100%
    );
    overflow: auto;
    position: relative;
    overflow: hidden;
    height: 374px;
    width: 290px;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 2px 5px hsl(0, 0%, 40%);
    margin: 0 auto;
    display: grid;

    margin: 0 auto;
}
.featured__card:not(:hover) {
    overflow: hidden;
}
.featured__tag,
.featured__img,
.featured__data,
.featured__title,
.featured__price,
.featured__description {
    transition-duration: 0.5s;
}
.featured__tag {
    position: absolute;
    background: var(--dark-color);
    font-weight: var(--font-semi);
    text-transform: uppercase;
    color: var(--white-color);
    text-align: center;
    padding: 0.2rem 0.5rem;
    border-radius: 0.3rem;
    transform: rotate(-90deg) translate(-2rem, -1rem);
}
.featured__img {
    justify-self: center;
    position: absolute;
    max-width: 100%; /* Ensure the image doesn't exceed the parent width */
    max-height: 100%; /* Ensure the image doesn't exceed the parent height */
    transform: rotate(0) translate(1.5rem, 3.5rem);
    filter: drop-shadow(0 0 2px hsla(0, 0%, 20%));
    object-fit: contain; /* Ensure the image scales properly inside its container */
    width: auto;
    height: auto;
}
.featured__data {
    transform: translateY(14rem);
    text-align: center;
    margin-top: 134px;
}
.featured__title {
    text-align: center;
    font-size: 22px;
    color: white;
    font-weight: 800;
}
.featured__price {
    font-weight: var(--font-semi);
    font-size: 1.1rem;
    margin-bottom: var(--mb-1);
    display: block;
    text-align: center;
    font-size: 18px;
    color: white;
}
.featured__description {
    color: white;
    font-size: 13px !important ;
    margin-bottom: 1rem;
    opacity: 0;
}
.featured__button {
    font-weight: var(--font-semi);
    padding: 0.8rem 1.5rem;
    opacity: 0;
}
.featured__card:hover .featured__tag {
    transform: rotate(0) translate(0, 1rem);
}
.featured__card:hover .featured__img {
    z-index: 11111;
    transform: rotate(-20deg) translate(1.5rem, -1.5rem);
}
.featured__card:hover .featured__data {
    transform: translateY(8.5rem);
}
.featured__card:hover .featured__description,
.featured__card:hover .featured__button {
    opacity: 1;
    transition-delay: 0.3s;
}

@media (max-width: 991px) {
    /* ================ HOME ================ */

    /* ================ FEATURED ================ */
    .featured .swiper {
        max-width: 730px;
    }
    /* .featured__card {
        height: 372px;
        width: 290px;
    } */
    .featured__tag {
        transform: rotate(-90deg) translate(-1.5rem, -1.2rem);
    }
    .featured__img {
        /* width: 160px; */
        transform: rotate(0) translate(0.5rem, 3.5rem);
    }
    .featured__card:hover .featured__tag {
        transform: rotate(0) translate(-0.7rem, 1rem);
    }
    .featured__card:hover .featured__img {
        z-index: 11111;
        transform: rotate(-20deg) translate(0.5rem, -1.3rem);
    }
    .featured__data {
        transform: translateY(12rem);
    }
    .featured__card:hover .featured__data {
        transform: translateY(7rem);
    }
}

@media (max-width: 575px) {
    /* ================ FEATURED ================ */
    .featured__card {
        overflow: initial;
    }
}

.buttonFT {
    display: inline-block;
    background-color: var(--dark-color);
    padding: 1rem 1.7rem;
    border-radius: 0.5rem;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
}
.button__text {
    position: relative;
    z-index: 10;
    color: var(--white-color);
    font-weight: var(--font-semi);
    transition: 0.3s;
}
.button__hover-left,
.button__hover-right {
    position: absolute;
    width: 100%;
    height: 51%;
    background: var(--hover-color2);
    transition: 0.5s;
}
.button__hover-left {
    top: 0;
    left: -100%;
}
.button__hover-right {
    bottom: 0;
    right: -100%;
}
.buttonFT:hover .button__text {
    color: var(--dark-color);
}
.buttonFT:hover .button__hover-left {
    left: 0;
}
.buttonFT:hover .button__hover-right {
    right: 0;
}

.section-title2 {
    color: black;
    font-family: var(--body-font-family) !important;
    text-align: center;
    font-size: 37px !important;
    margin-bottom: var(--mb-3);
    text-transform: uppercase;
    position: relative;
}
.section-title2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    top: -0.5rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--dark-color);
}

/* ================ WOMEN SNEAKERS ================ */
.women .swiper {
}
.women .swiper-wrapper {
    margin-top: 0.5rem;
    margin-bottom: 4rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
}
.swiper-button-next,
.swiper-button-prev {
    margin-top: 10px;
    top: initial;
    bottom: 0;
    width: initial;
    height: initial;
    background: hsl(0, 0%, 20%);
    color: var(--white-color);
    font-size: 24px;
    padding: 0.3rem;
    border-radius: 0.3rem;
}
.swiper-button-next {
    right: calc(50% - 48px);
}
.swiper-button-prev {
    left: calc(50% - 48px);
}
.women__card {
    position: relative;
    overflow: hidden;
    height: 374px;
    width: 290px;
    background: linear-gradient(135deg, hsl(0, 0%, 45%), hsl(0, 0%, 15%));


    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 2px 5px hsl(0, 0%, 40%);
    margin: 0 auto;
    display: grid;
}
.women__tag {
    background-color: var(--dark-color);
    color: var(--white-color);
    padding: 0.4rem;
    letter-spacing: 2px;
    position: absolute;
    right: -20%;
    top: 0;
    height: 100%;
    writing-mode: vertical-rl;
    text-align: center;
}
.women__img {
    /* width: 170px; */
    justify-self: center;
    align-self: center;
}
.women__card,
.women__tag,
.women__img {
    transition: 0.5s;
}
.women__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.women__link {
    cursor: pointer;
    font-size: 22px;
    color: white;
    display: inline-flex;
    transition: 0.3s;
}
.women__link i {
    font-weight: var(--font-medium);
}
.women__link:hover {
    color: black !important;
}
.women__prices {
    display: grid;
    text-align: center;
    font-weight: var(--font-semi);
}
.women__discount {
    color: white;
    font-size: 17px;
    text-decoration: line-through;
}
.women__price {
    font-size: var(--small-font-size);
}
.women__card:hover {
    padding-right: 3.5rem;
}
.women__card:hover .women__img {
    transform: rotate(-30deg);
}
.women__card:hover .women__tag {
    right: 0;
}

@media (max-width: 991px) {
    .women .swiper {
        max-width: 720px;
    }
    .women__card {
        width: 220px;
        height: 361px;
    }
    .women__img {
        /* width: 150px; */
    }
}

/* ================ NEW COLLECTION  ================ */
.new__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.new__card:nth-child(1) {
    grid-row: 1/3;
}
.new__card {
    position: relative;
    overflow: hidden;
    background: var(--container-color);
    border-radius: 1rem;
    box-shadow: 0 2px 5px hsl(0, 0%, 40%);
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    /* padding: 3rem 1.5rem; */
}
.new__img {
    width: 200px;
}
.new__title {
    color: white;
    margin-bottom: var(--mb-0-5);
    font-size: var(--h2-font-size);
}
.new__price {
    color: white;
    display: block;
    margin-bottom: var(--mb-1-5);
    font-weight: var(--font-semi);
}
.new .button {
    padding: 1rem;
    font-size: var(--small-font-size);
}
.new__cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 5%, 0.5);
    transition: 0.5s;
    display: grid;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
}
.new__card:hover .new__cart {
    transform: translateY(0);
}

@media (max-width: 767px) {
    .new__container {
        grid-template-columns: repeat(2, 1fr);
    }
    .new__card:nth-child(1) {
        grid-row: initial;
        grid-column: 1/3;
    }
    .new__img {
        width: 180px;
    }
}

.collection__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}
.collection__card {
    position: relative;
    background: var(--container-color);
    border-radius: 1rem;
    overflow: hidden;
    padding: 0 0 1.2rem 1.5rem;
    box-shadow: 0 2px 5px hsl(0, 0%, 40%);
    display: flex;
    height: 350px;
}
.collection__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 245px;
}
.collection__data {
    align-self: flex-end;
}
.collection__title {
    color: white;
    font-size: var(--h2-font-size);
}
.collection__description {
    color: white;
    margin-bottom: var(--mb-1-5);
    letter-spacing: 1px;
    font-weight: var(--font-medium);
}

@media (max-width: 767px) {
    .collection .container {
        max-width: 576px;
    }
    .collection__container {
        grid-template-columns: 1fr;
    }
}
.margin-top-class {
    /* margin-top: 37px; */
}

/* Media query class */
@media only screen and (max-width: 768px) {
    .featured .swiper {
        padding-top: 3.5rem;
    }
    .section-title2 {
        font-size: 25px !important;
        margin-bottom: 0 !important;
    }
    .margin-top-class {
        margin-top: 0px; /* Adjust the margin for smaller screens */
    }
    /* .featured__data {

                margin-top: 177px;
            } */
}

.sidebar-widget-area
    .size-widget
    .size-list
    .single-size
    .form-check-input:checked
    ~ .form-check-label {
    background-color: #333333 !important;
}

.sidebar-widget-area .price-widget .price-wrap .price-submit:hover {
    background-color: black !important;
}
.sidebar-widget-area .price-widget .price-wrap .price-submit {
    background-color: #333333 !important;
}

/* Default (large screens or desktop settings) */

/* For laptops and large screens (>= 1024px) */
@media (max-width: 1440px) and (min-width: 1024px) {
    .featured__img {
        max-width: 267px !important; /* Slightly reduce image size */
    }
}

/* For tablets and smaller laptops (>= 768px and < 1024px) */
@media (max-width: 1024px) and (min-width: 768px) {
    .featured__img {
        max-width: 273px !important; /* Further reduce the image size */
    }
}

/* For smartphones (>= 480px and < 768px) */
@media (max-width: 768px) and (min-width: 480px) {
    .featured__img {
        max-width: 248px !important; /* Reduce the image size even more */
    }
}

/* For smaller smartphones (<= 480px) */
@media (max-width: 480px) {
    .featured__img {
        margin-right: 10px !important;
    }
    .button__text {
        font-size: 11px;
    }
    .buttonFT {
        padding: 7px 15px !important;
    }
    .featured__card {
        height: 277px;
        /* width: 290px; */
    }
    .featured__title {
        font-size: 13px !important;
        font-size: 12px !important;
    }
    .featured__img {
        max-width: 154px !important; /* Keep the image within bounds of small screens */
        max-height: 60%;
    }
    .featured__data {
        margin-top: 67px;
    }
    .women__card {
        height: 277px !important;
    }

    .women__tag {
        font-size: 12px !important;
    }
    .section-gallery-mobile {
        margin-bottom: 5px !important;
        font-size: 12px !important;
    }
    .section-header-area .section-title {
        font-size: 12px !important;
    }
    .section-header-area .sub-title {
        margin-bottom: 3px !important;
    }
}

.brads-slide .swiper-wrapper {
    transition-timing-function: linear !important;
}

.contact-info-title {
    font-size: 14px !important;
}

.contact-info-content {
    font-size: 12px !important;
}

.contact-us-area .contact-form-area .contct-form-top .form-title {
    font-size: 14px !important;
}
.form-subtitle {
    font-size: 12px !important;
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

.signle-slide-img {
    opacity: 0.6;
    animation: zoom 20s;
}

.rear-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; /* Hide rear image by default */
    z-index: 1; /* Place rear image above main image */
}

.hove-handle:hover .single-grid-product .product-top .product-img2 .main-img {
    opacity: 0; /* Fade out the main image */
}

.hove-handle:hover .single-grid-product .product-top .product-img2 .rear-img {
    opacity: 1; /* Fade in the rear image */
    animation: zoom 20s;
}
.hove-handle img {
    width: 100%;
    transition: opacity 0.4s ease-in-out;
}

.prdouct-btn-wrapper {
    z-index: 5500;
    opacity: 1; /* Fade in the rear image on hover */
}

.single-grid-product:hover .product-top .single-product-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 9999999999999 !important;
}
.single-product-btn:hover ~ .product-top2 .main-img {
    opacity: 0; /* Fade in the rear image */
}
.single-product-btn:hover ~ .product-top2 .rear-img {
    opacity: 1; /* Fade in the rear image */
}

.account-switcher .account-list {
    transform: translateY(-20px); /* Initially move the dropdown up */
    opacity: 0;
    transition: transform 0.4s;
}
nav.main-menu ul > li:hover ul {
    transform: translateY(0); /* Move it back to its original position */
    opacity: 1;
}

.sticky-wrapper.is-sticky .navbarStyle,
.navbarStyle.scrolled {
    color: black;
}

.navbarStyle > ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navbarStyle ul li {
    margin-bottom: 12px;
    list-style: none;
}

.navbarStyle ul li a {
    font-family: "Poppins", sans-serif;
    color: white;
    padding: 0 12px;
    font-size: 0.8em;
    text-decoration: none;
    transition: color 0.3s;
}

.sticky-wrapper.is-sticky .navbarStyle ul li a,
.navbarStyle.scrolled ul li a {
    color: black;
}

.navbarStyle .brand {
    margin-right: -72px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: saveurSans;
    font-size: 28.8px;
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.sticky-wrapper.is-sticky .navbarStyle .brand,
.navbarStyle.scrolled .brand {
    color: black;
}

.navbarStyle i.fa-bars,
.navbarStyle i.fa-search,
.navbarStyle i.fa-user,
.navbarStyle i.fa-shopping-cart {
    color: white !important;
    font-size: inherit !important;
    transition: color 0.3s !important;
}
.sticky-wrapper.is-sticky .navbarStyle ul li a {
    color: black;
}
.sticky-wrapper.is-sticky .navbarStyle i.fa-bars,
.sticky-wrapper.is-sticky .navbarStyle i.fa-search,
.sticky-wrapper.is-sticky .navbarStyle i.fa-heart,
.sticky-wrapper.is-sticky .navbarStyle i.fa-user,
.sticky-wrapper.is-sticky .navbarStyle i.fa-shopping-cart {
    color: black !important;
}

.navbarStyle i.fa-bars,
.navbarStyle i.fa-heart {
    color: white !important;
    font-size: inherit !important;
    transition: color 0.3s !important;
}

.sticky-wrapper.is-sticky .navbarStyle i.fa-bars,
.sticky-wrapper.is-sticky .navbarStyle i.fa-heart,
.navbarStyle.scrolled i.fa-bars,
.navbarStyle.scrolled i.fa-heart {
    color: black !important;
}

.sticky-wrapper.is-sticky .top-header-area {
    border-bottom: 1px solid lightgray;
}

.user-nav,
.heart-nav,
.bars-nav,
.shopping-nav,
.search-nav-text,
.shopping-nav {
    cursor: pointer;
}

/*-------------------------------
#.cart-product
--------------------------------*/
.right.offcanvas.offcanvas-start {
    width: 469px;
    display: flex !important;
    align-items: start !important;
    justify-content: flex-start !important;
}

.right.offcanvas.offcanvas-start .offcanvas-header {
    margin: 0 30px 0;
    padding: 30px 28px;
}

.right.offcanvas.offcanvas-start .offcanvas-body {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 3rem 3rem;
}

.right.offcanvas.offcanvas-start
    .offcanvas-body
    .cart-product-list
    .cart-product-item:first-child
    .single-grid-product {
    margin-top: 0;
}

.right.offcanvas.offcanvas-start
    .offcanvas-body
    .cart-product-list
    .cart-product-item:last-child {
    border-bottom: 0;
}

.right.offcanvas.offcanvas-start .offcanvas-body .total-count {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
}

.right.offcanvas.offcanvas-start .offcanvas-body .total-count h3,
.right.offcanvas.offcanvas-start .offcanvas-body .total-count h4 {
    font-size: 24px;
    font-weight: 500;
}

.right.offcanvas.offcanvas-start .offcanvas-body .total-count h4 {
    color: #0d7862;
}

.right.offcanvas.offcanvas-start .offcanvas-body .proceed-to-btn {
    width: 100%;
    padding: 14px;
    background-color: #0d7862;
    border: none;
    color: #fff;
    margin: 23px 0;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
}

.right.offcanvas.offcanvas-start .offcanvas-body .proceed-to-btn:hover {
    background-color: var(--hover-color-two);
}

.right.offcanvas.offcanvas-start .offcanvas-body .view-cart-go {
    text-align: center;
}

.right.offcanvas.offcanvas-start .offcanvas-body .view-cart-go a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-decoration: underline;
}

.right.offcanvas.offcanvas-start .offcanvas-body .view-cart-go a:hover {
    color: var(--hover-color);
}

.right.offcanvas.offcanvas-start .offcanvas-body .total-bottom-part {
    padding: 30px 0 0;
}
.containerheader {
    padding: 0px 67px !important;
}

.right.offcanvas .offcanvas-header2 .offcanvas-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

.cart-product-list .brand-list li {
    list-style: none; /* Remove default list styling */
}

.cart-product-list .brand-list li a {
    color: #000; /* Set text color to black */
    text-decoration: none; /* Remove underline */
    position: relative; /* Necessary for the hover underline effect */
    transition: opacity 0.3s; /* Transition effect for opacity */
    opacity: 1; /* Default opacity */
    font-size: 24px;
    opacity: 1;
    font-weight: 400;
}

.cart-product-list .brand-list li a:hover {
    opacity: 1; /* Fully opaque when hovering */
}

.cart-product-list .brand-list li a::before {
    position: absolute;
    content: " ";
    height: 0.5px;
    width: 0; /* Start with no underline */
    bottom: 0;
    left: 0;
    transition: width 0.3s; /* Smooth transition for underline */
    background-color: #000; /* Use your theme color for the underline */
}

.cart-product-list .brand-list li a:hover::before {
    width: 100%; /* Full width underline on hover */
}
.right.offcanvas.offcanvas-start .offcanvas-body {
    padding: 3px 57px !important;
}

/* ---------------------------------------------------------------------------------- */
.cart-product-list .brand-list2 li {
    list-style: none; /* Remove default list styling */
}

.cart-product-list .brand-list2 li a {
    color: #000; /* Set text color to black */
    text-decoration: none; /* Remove underline */
    position: relative; /* Necessary for the hover underline effect */
    transition: opacity 0.3s; /* Transition effect for opacity */
    opacity: 1; /* Default opacity */
    font-size: 15px;
    opacity: 1;
    font-weight: 400;
}

.right.offcanvas.offcanvas-start .offcanvas-body {
    padding: 3px 57px !important;
}
.offcanvas-backdrop.show {
    opacity: 0.8 !important;
}

/* ---------------------------------------------------------------------------------------------- */
.top.offcanvas.offcanvas-top {
    /* width: 469px;
    display: flex !important;
    align-items: start !important;
    justify-content: flex-start !important;*/
}

.top.offcanvas.offcanvas-top .offcanvas-header {
    margin: 0 30px 0;
    padding: 19px 28px;
}

.top.offcanvas.offcanvas-top .offcanvas-body {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 3rem 3rem;
}

.top.offcanvas.offcanvas-top
    .offcanvas-body
    .cart-product-list
    .cart-product-item:first-child
    .single-grid-product {
    margin-top: 0;
}

.top.offcanvas.offcanvas-top
    .offcanvas-body
    .cart-product-list
    .cart-product-item:last-child {
    border-bottom: 0;
}

.top.offcanvas.offcanvas-top .offcanvas-body .total-count {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
}

.top.offcanvas.offcanvas-top .offcanvas-body .total-count h3,
.top.offcanvas.offcanvas-top .offcanvas-body .total-count h4 {
    font-size: 24px;
    font-weight: 500;
}

.top.offcanvas.offcanvas-top .offcanvas-body .total-count h4 {
    color: #0d7862;
}

.top.offcanvas.offcanvas-top .offcanvas-body .proceed-to-btn {
    width: 100%;
    padding: 14px;
    background-color: #0d7862;
    border: none;
    color: #fff;
    margin: 23px 0;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
}

.top.offcanvas.offcanvas-top .offcanvas-body .proceed-to-btn:hover {
    background-color: var(--hover-color-two);
}

.top.offcanvas.offcanvas-top .offcanvas-body .view-cart-go {
    text-align: center;
}

.top.offcanvas.offcanvas-top .offcanvas-body .view-cart-go a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-decoration: underline;
}

.top.offcanvas.offcanvas-top .offcanvas-body .view-cart-go a:hover {
    color: var(--hover-color);
}

.top.offcanvas.offcanvas-top .offcanvas-body .total-bottom-part {
    padding: 30px 0 0;
}
.containerheader {
    padding: 0px 67px !important;
}

.top.offcanvas .offcanvas-header3 .offcanvas-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}
.top.offcanvas.offcanvas-top .offcanvas-body {
    padding: 3px 57px !important;
}
.offcanvas-backdrop.show {
    opacity: 0.2 !important;
}

.top.offcanvas .offcanvas-header .form-group .form-control {
    width: 100%;
    height: 48px;
    background-color: var(--white);
    font-family: "Jost", sans-serif;
    font-size: 14px;
    color: #ababab;
    border-radius: 0;
    padding: 0.5rem 2rem;
    color: #000;
    border-radius: 25px;
    background: #fff;
    transition: border 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    border: 1px solid #000;
}

.search-btn-offcanvas {
    position: absolute;
    top: 12px;
    right: 11px;
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.offcanvas-top {
    height: 100%;
    max-height: 348px;
}

.product-name-search {
    color: black;
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide the overflowing text */
    text-overflow: ellipsis; /* Add the '...' for overflow */
}

.product-container-search {
    margin-left: 46px;
    font-size: 12px;
    color: black;
    display: flex;
    align-items: center;
    min-height: 120px; /* Set a minimum height to align items vertically */
}

.product-link2 {
    color: black;
}
.wishlist-counter {
    position: absolute;
    top: -1px;
    right: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 9px;
    text-align: center;
    line-height: 12px;
    font-weight: bold;
}

.navbarStyle ul .dropdown-menu {
    display: none !important; /* Ensure dropdown is hidden initially */
}

.navbarStyle ul .dropdown-menu.show {
    display: block !important; /* Show the dropdown when .show is applied */
}
.dropdown-menu[data-bs-popper] {
    left: -72px !important;
}
.navbarStyle ul .dropdown-menu.show li .dropdown-item {
    color: black;
    font-weight: 500;
    font-size: 13px;
    font-family: sans-serif !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #e9ecef !important;
}
ul.dropdown-menu.show {
    padding: 17px 6px !important;
}

.dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 24px;
    border: none !important;
}
@media (max-width: 480px) {
    .right.offcanvas.offcanvas-start {
        width: 80%;
    }
    .wishlist-counter {
        top: -3px;
        right: -3px;
    }
    .wishlist-counter-cart-mobile {
        top: -3px;
        right: -10px !important;
    }
    .cart-product-list .brand-list li a {
        font-size: 19px;
    }
}
/* .icon-mobile {
    color: black !important;
} */
.dropdown-item {
    font-weight: 500 !important;
}

.breadcrumb-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Black overlay with 60% opacity */
    z-index: 1; /* Place it below the text but above the background image */
}

.breadcrumb-area * {
    position: relative;
    z-index: 2; /* Ensure all text and elements are above the overlay */
}

.form-select-size {
    background-color: var(--white) !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 6.8rem !important;
}

/* Custom select wrapper styling */
.custom-select-wrapper {
    position: relative;
    width: 100%;
    max-width: 561px; /* Adjust as needed */
    /* Center the dropdown */
}

.custom-select {
    position: relative;
    display: block;
    background: white;
    border: 1.8px solid black; /* Black border */
    border-radius: 15px; /* Rounded corners */
    cursor: pointer;
}

.custom-select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    background: transparent;
}

.custom-select-trigger .arrow {
    width: 10px;
    height: 10px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); /* Arrow styling */
    margin-left: 10px;
}

/* Dropdown options styling */
.custom-options {
    position: absolute;
    width: 100%;
    top: calc(100% + 5px);
    left: 0;

    background: white;
    border: 1.9px solid black;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none; /* Hidden by default */
    z-index: 99999;
}

.custom-option {
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 14px;
    color: black;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
}

.custom-option:hover {
    background: #f0f0f0;
}

.custom-option:last-child {
    border-bottom: none;
}

/* Responsive styling for mobile */
@media (max-width: 768px) {
    .custom-options {
        max-height: 80vh; /* Adjust height for mobile */
    }

    .custom-select-trigger {
        font-size: 16px;
    }
    .product-single-area
        .product-single-details
        .product-info
        .product-bottom-button
        .add-cart {
        width: 100%;
    }
}

.custom-options-inside::-webkit-scrollbar {
    width: 4px; /* Set the width of the scrollbar */
}

/* Remove the background for the scrollbar track */
.custom-options-inside::-webkit-scrollbar-track {
    background: grey; /* Transparent background for the track */
}

/* Style the scrollbar thumb (the draggable part) */
.custom-options-inside::-webkit-scrollbar-thumb {
    background-color: #000; /* Solid black color */
    border-radius: 10px; /* Rounded corners for the scrollbar thumb */
}

/* Optional: Style scrollbar for Firefox */
.custom-options-inside {
    scrollbar-width: thin; /* Thin scrollbar width */
    scrollbar-color: #000 transparent; /* Black thumb with transparent track */
}
.product-bg {
    background-image: url("../images/gradient_default.svg");
    background-size: cover;
    background-position: center;
    height: 55vh;
    display: flex;
}
.product-bg2 {
    background-image: url("../images/gradient_default.svg");
    background-size: cover;
    background-position: center;
    height: 40vh;
    display: flex;
}

.product-img2 {
    display: flex;
    align-items: center;
}

@media (max-width: 1440px) and (min-width: 1024px) {
    .product-bg {
        height: 42vh;
    }
    .product-bg2 {
        height: 42vh;
    }
}

/* For tablets and smaller laptops (>= 768px and < 1024px) */
@media (max-width: 1024px) and (min-width: 768px) {
    .product-bg {
        height: 219px;
    }
    .product-bg2 {
        height: 219px;
    }
}

/* For smartphones (>= 480px and < 768px) */
@media (max-width: 768px) and (min-width: 480px) {
}

/* For smaller smartphones (<= 480px) */
@media (max-width: 480px) {
    .product-bg {
        height: 219px;
    }
    .product-bg2 {
        height: 219px;
    }
}

.single-item {
    /* border: 1px solid transparent !important;   */
}
.product-top {
    background-image: url("../images/gradient_default.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product-bg22,
.product-thumbnal,
.product-thumbnail {
    background-image: url("../images/gradient_default.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.transparent-header {
    z-index: 999;
    position: absolute;
    width: 100%;
    top: 0;
    background: transparent;
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Styling when scrolled */
.scrolled-header {
    position: sticky;
    top: 0;
    background-color: white;
    color: black;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Ensure it stays on top */
}

.header.transparent-header
    .mobile-header-area
    .container
    .menu-wrap
    .header-right
    .menu-bar
    .icon-mobile,
.header.transparent-header
    .mobile-header-area
    .container
    .menu-wrap
    .header-right
    .cart-btn
    .btn-left
    .icon-mobile {
    color: white;
}

.header.transparent-header
    .mobile-header-area
    .container
    .menu-wrap
    .title-mobile-middle
    .title-mobile {
    color: white;
}
.header.transparent-header
    .mobile-header-area
    .container
    .menu-wrap
    .header-right
    .header-btn
    .icon-one
    .icon-mobile {
    color: white;
}

.header.transparent-header
    .mobile-header-area
    .container
    .menu-wrap
    .header-right
    .header-btn
    .nav-item
    .icon-mobile {
    color: white;
}

.header.scrolled-header
    .mobile-header-area
    .container
    .menu-wrap
    .header-right
    .menu-bar
    .icon-mobile,
.header.scrolled-header
    .mobile-header-area
    .container
    .menu-wrap
    .header-right
    .cart-btn
    .btn-left
    .icon-mobile {
    color: black !important;
}

.header.scrolled-header
    .mobile-header-area
    .container
    .menu-wrap
    .title-mobile-middle
    .title-mobile {
    color: black !important;
}
.header.scrolled-header
    .mobile-header-area
    .container
    .menu-wrap
    .header-right
    .header-btn
    .icon-one
    .icon-mobile {
    color: black !important;
}

.header.scrolled-header
    .mobile-header-area
    .container
    .menu-wrap
    .header-right
    .header-btn
    .nav-item
    .icon-mobile {
    color: black !important;
}

.product-single-area
    .product-single-left
    .product-slier-big-image
    .product-priview-slide
    .single-slide
    .slide-image {
    width: 100% !important;
    height: auto !important;
}
.single-slide.slick-slide.slick-current.slick-active {
    max-width: 513px;
}

.product-single-area
    .product-single-left
    .product-thumbnail-image
    .product-thumb-silide
    .single-item.slick-current {
    border-color: black !important;
}

li.single-item {
    width: 121px !important; /* Initial width for larger screens */
}

img.single-item-image {
    width: 100%;
    /* height: 100% !important; */
    object-fit: cover !important; /* Ensures the image covers the container */
}

/* Media Query 1: Screens up to 1200px */
@media (max-width: 1200px) {
    li.single-item {
        width: 110px !important;
    }
}
@media (max-width: 1100px) {
    li.single-item {
        width: 101px !important;
    }
}
/* Media Query 2: Screens up to 992px */
@media (max-width: 992px) {
    li.single-item {
        width: 100px !important;
    }
}

/* Media Query 3: Screens up to 768px */
@media (max-width: 768px) {
    li.single-item {
        width: 80px !important;
    }
}

/* Media Query 4: Screens up to 576px */
@media (max-width: 576px) {
    li.single-item {
        width: 70px !important;
    }
}
.MyWishList {
    margin-left: 0px !important;
}

.primary-btn-reverse {
    display: inline-block;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: var(--white) !important;
    color: #000 !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #000 !important;
    border-radius: 0.8rem !important;
}

.primary-btn-reverse:hover {
    background-color: #000 !important;
    color: var(--white) !important;

    border-radius: 0.8rem !important;
}
.primary-btn-reverse2 {
    display: inline-block;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: var(--white) !important;
    color: #000 !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #000 !important;
    border-radius: 6.8rem !important;
}

.primary-btn-reverse2:hover {
    color: #5a5a5a !important;
}

@media (min-width: 576px) {
    div#offcanvasExample {
        width: 375px;
        /* width: 317px; */
    }
}

.sidebar-widget-area .single-widget {
    box-shadow: none !important;
    border-radius: none !important;
    border: none !important;
}

.brand-filter-all-product {
    margin-right: 10px; /* Add some space between the brands */
}

.brand-listCheckBrand {
    display: flex; /* Use flexbox for horizontal layout */
    overflow-x: hidden; /* Hide the scrollbar */
    white-space: nowrap; /* Prevent line breaks */
    padding: 10px 0; /* Optional: add padding to the top and bottom */
    cursor: grab; /* Change cursor to indicate dragging */
}

.brand-all-product {
    color: black;
    font: 400;
    letter-spacing: 0.2px;
    background: #f6f6f6;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 15px 15px;
    height: 40px;
    text-transform: capitalize;
    white-space: nowrap;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 0;
    border: none;
}
.brand-all-product:hover {
    background-color: #f0f0f0;
}

.brand-all-product.checked {
    background-color: #000 !important;
    color: var(--white) !important;
}

/* Optional styling for dragging effect */
.brand-list-all-product:active {
    cursor: grabbing; /* Change cursor when actively dragging */
}

.brand-scroll-container-all-product {
    display: flex; /* Use flexbox to align items horizontally */
    overflow-x: hidden; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent wrapping */
    padding: 10px; /* Optional: padding around the container */
    scrollbar-width: none; /* For Firefox */
}

/* Style the scrollbar for WebKit browsers (like Chrome, Safari) */
.brand-scroll-container-all-product::-webkit-scrollbar {
    height: 8px; /* Height of the horizontal scrollbar */
}

.brand-scroll-container-all-product::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar */
    border-radius: 4px; /* Rounded corners */
}

.brand-scroll-container-all-product::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color of the scrollbar on hover */
}

.colors-list {
    display: flex;
    overflow-x: auto;
    padding: 10px;
}

.single-colors {
    margin: 0 10px;
    text-align: center;
}

/* Styles for the color circle */

/* Overlay checkmark styles */

/* Show checkmark overlay when the parent has the 'checked' class */

/* Base styles for each color box */
.color-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative; /* To position the check icon */
    cursor: pointer;
    background: transparent; /* Remove any background color */
}

/* Style for the check icon */
.check-icon-black {
    position: absolute; /* Position it absolutely in the center */
    width: 20px; /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
    display: none; /* Initially hidden */
    background: url("../images/check-light-black.svg") no-repeat center; /* Set background for the check icon */
    background-size: contain; /* Make sure it fits within the size */
}

.check-icon-white {
    position: absolute; /* Position it absolutely in the center */
    width: 20px; /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
    display: none; /* Initially hidden */
    background: url("../images/check-light-white.svg") no-repeat center; /* Set background for the check icon */
    background-size: contain; /* Make sure it fits within the size */
}

/* Show the check icon when the parent is checked */
.single-colors.checked .check-icon {
    display: flex; /* Show when checked */
}

/* Styles for color name */
.color-name {
    display: block;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60px; /* Ensure it matches the width of the circle */
}

/* Styles for the color list */
.colors-list {
    display: flex;
    overflow-x: auto;
    padding: 10px;
}

/* Styles for each color item */
.single-colors {
    margin: 0 10px;
    text-align: center;
}

/* Center the color circle and name vertically */
.colors-left {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    justify-content: center;
    align-items: center;
}

/* Style for the color circle */
.color-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

/* Check icon inside the color circle */
.check-icon {
    display: none;
    color: #fff;
    font-size: 24px;
}

/* Show check icon when the checkbox is checked */
.checkColorMobile:checked + .color-box .check-icon {
    display: block;
}

/* Style for the checked state */
.checked .color-box {
    border: 1px solid #000;
}

/* Show check icon when the item is checked */
.checked .check-icon {
    display: block;
}

/* Color name below the circle */
.form-check-label {
    display: block;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60px;
    text-align: center; /* Center text below the circle */
}
.form-check-label2 {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    color: #333333;
}

.border1px {
    border: 1px solid #000;
}

.colors-list {
    user-select: none; /* Prevent text selection */
}

@media (max-width: 575px) {
    .cart-product-item .single-grid-product .product-top {
        /* width: 85px !important; */
    }
}

.checkout-page-login-box {
    padding: 5rem 3rem !important;
    background: #f8f9fc;
}
.text-checkout-login {
    line-height: 21px;
}

.wrapper {
    width: 400px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px 40px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}
header h2 {
    font-size: 24px;
    font-weight: 600;
}
header p {
    margin-top: 5px;
    font-size: 16px;
}
.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}
.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}
.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.slider-price {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.slider-price .progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #67d39f;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 29px;
    width: 29px;
    border-radius: 20px;
    background: #fff;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Increased shadow for better visibility */
}
input[type="range"]::-moz-range-thumb {
    height: 29px;
    width: 29px;
    border: none;
    border-radius: 20px;
    background: #fff;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Increased shadow for better visibility */
}

/* Support */
.support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
}
.b-btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.b-btn.paypal i {
    color: blue;
}
.b-btn:hover {
    text-decoration: none;
    font-weight: bold;
}
.b-btn i {
    font-size: 20px;
    color: yellow;
    margin-top: 2rem;
}

.font-prix {
    font-family: "none", sans-serif !important;
}

.sidebar-container-filter {
    background: #eee;
}
.sidebar-item-filter {
    background-color: white !important;
    margin-bottom: 6px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.04),
        0 10px 20px rgba(0, 0, 0, 0.04);
    padding: 3.5rem 16px !important;
}

.filterBody {
    padding: 0rem 0rem !important;
}

.searchinput {
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
}

.sidebar-widget-area .single-widget .widget-title {
    margin-bottom: 0.9rem !important;
}

.btn-close-new {
    align-items: center;
    border-left: 1px solid #eee;
    cursor: pointer;
    display: flex;
    height: 55px !important;
    justify-content: center;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px !important;
}
.colors-list {
    padding: 0px !important;
}
#colorlistidMobile .colors-list .single-colors:first-child {
    margin-left: 0 !important;
}

.single-size {
    border-radius: 7px;
}

.form-check-label {
    border-radius: 7px;
}

/* .footer-filter {
    gap: 3px;
    padding: 20px;
    display: flex;
    height: 10%;
    transition-duration: .6s;
    transition-delay: .6s;
    transform: translateY(0);
    transition: transform .4s cubic-bezier(.455,.03,.515,.955) .3s;

    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 201;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.04), 0 -2px 6px rgba(0, 0, 0, 0.04),
        0 -10px 20px rgba(0, 0, 0, 0.04);
} */

.footer-filter {
    gap: 3px;
    padding: 20px;
    display: flex;
    height: 96px;
    transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955),
        opacity 0.6s ease;
    transform: translateY(100%); /* Start out of view */
    opacity: 0; /* Start hidden */
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 201;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.04), 0 -2px 6px rgba(0, 0, 0, 0.04),
        0 -10px 20px rgba(0, 0, 0, 0.04);
}

.footer-filter.show {
    transform: translateY(0); /* Move into view */
    opacity: 1; /* Fade in */
}

.btn-whishlist {
    position: relative !important;
    border-radius: 200px !important;
    width: 52px !important;
    height: 52px !important;
    box-shadow: none !important;
    border: 1px solid #d9d9d9 !important;
}

.accordion {
    max-width: 561px;
}

.accordion-header,
.accordion-header2,
.accordion-header3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    /* background-color: #f9f9f9;   */
}

.accordion-content {
    display: none;
    padding: 10px;
    /* background-color: #f1f1f1;   */
    transition: max-height 0.2s ease-out;
}

.divider {
    max-width: 561px;
    border-top: 1px solid #ededed;
}

.icons i {
    transition: transform 0.3s;
}

.rotate {
    transform: rotate(180deg);
}

.accordion-header-title {
    color: black;
}

.composition,
.composition-text,
.composition-title {
    color: black;
    font-size: 13px;
}

.parallax {
    position: relative;
    background-image: url("../images/parralax.jpg");
    height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; /* Ensures the overlay stays within the bounds */
}

/* Use fixed background attachment only on desktop */
@media (min-width: 768px) {
    .parallax {
        background-attachment: fixed;
    }
}

/* For mobile devices */
@media (max-width: 767px) {
    .parallax {
        background-attachment: scroll; /* Default scroll behavior for mobile */
        height: auto; /* Allow height to adjust based on content */
        min-height: 90vh; /* Maintain minimum height */
    }
}
.parallax::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    z-index: 1; /* Places overlay above the background */
}
.women {
    position: relative;
    z-index: 3;
}

.lv-loader {
    display: block;
    font-size: 0;
    /* height: 1.5rem; */
    left: 91%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
}

.lv-loader.-small {
    /* height: 1rem;
    width: 1rem; */
}

.lv-loading-button .lv-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lv-loader svg {
    animation: rotate 1s linear infinite;
    width: 100%;
    height: 100%;
}

.lv-loader circle {
    stroke: white; /* Loader color */
    stroke-dasharray: 150;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    fill: none;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

/* .title-overlay {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    z-index: 999;
    width: 92%;
    transition: font-size 5s ease, top 0.3s ease;
}

.title-overlay h2 {
    font-size: 80px;
    color: #fff;
    font-weight: bold;
} */
.offcanvas {
    z-index: 99999 !important;
}
.swal2-container {
    z-index: 999999 !important;
}
