/* :root {
    --tj-color-common-white: #f7f7f7;
    --tj-color-common-white-2: #a9b0b8;
    --tj-color-common-black: #000;
    --tj-color-common-black-2: #676e7a;
    --tj-color-common-black-3: #969ca5;
    --tj-color-heading-primary: #051229;
    --tj-color-text-body: #364052;
    --tj-color-text-body-2: #7e8590;
    --tj-color-theme-primary: #0075ff;
    --tj-color-theme-dark: #051229;
    --tj-color-theme-bg: #e1e8f0;
    --tj-color-theme-bg-2: #dfecfd;
    --tj-color-border-1: #27354d;
    --tj-color-border-2: #ced7e0;
    --tj-color-border-3: #d7d8db;
    --tj-color-red-1: red;
} */

/* common css starts here */

.home-page-about-us-section ul li,
.accounting-financial-analytics ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: var(--tj-color-heading-primary);
    font-weight: var(--tj-fw-medium);
    margin-bottom: 16px;
}
.border-radius-zero {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.text-white {
    color: #fff;
}
.img---shade {
    overflow: hidden;
    position: relative;
}
.pt-20 {
    padding-top: 20px;
}
.img---shade::before {
    content: "";
    top: 0;
    z-index: 1;
    background-image: linear-gradient(
        90deg,
        transparent 50%,
        rgba(255, 255, 255, 0.3) 100%
    );
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
    transform: skew(-25deg);
    left: -140%;
}
.img---shade:hover:before {
    animation: 1s forwards shine;
}
.max-width-none {
    max-width: none !important;
}
.hamburger_menu .mean-nav ul li {
    display: block;
}
/* common css ends here */

/* home banner starts */
@media (max-width: 1024px) {
    .tj-slider-item {
        min-height: 30.5vh;
    }
}

/* home banner ends */
/* home page about us section css starts here */
.home-page-about-us-section {
    position: relative;
}
/* .home-page-about-us-section__bg {
    background-color: #d3dfed;
    border-radius: 0 0 409px 0;
    -webkit-border-radius: 0 0 409px 0;
    -moz-border-radius: 0 0 409px 0;
    -ms-border-radius: 0 0 409px 0;
    -o-border-radius: 0 0 409px 0;
    padding: 140px 0;
} */
/* .home-page-about-us-section__bg::before{
    content: "";
    background-color: aqua;
    border-radius: 0 0 30px 0;
    -webkit-border-radius: 0 0 30px 0;
    -moz-border-radius: 0 0 30px 0;
    -ms-border-radius: 0 0 30px 0;
    -o-border-radius: 0 0 30px 0;
    position: absolute;
    z-index: 1;
    width: 90%;
} */
.home-page-about-us-section__image {
    width: 100%;
    height: 676px;
    /*background: #fff;
    mask-image:;
    url(https://solvior-react.vercel.app/images/shapes/about-mark-1.svg);
    -webkit-mask-image:;
    url(https://solvior-react.vercel.app/images/shapes/about-mark-1.svg);
    */
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    max-width: 760px;
    position: absolute;
    top: 10%;
    left: 0;
    transform: translateY(2%);
    -webkit-transform: translateY(2%);
    -moz-transform: translateY(2%);
    -ms-transform: translateY(2%);
    -o-transform: translateY(2%);
}
.home-page-about-us-section__image img {
    object-fit: contain;
    max-width: 97%;
    height: 100%;
}
.home-page-about-us-section__image--hover--shade {
    /* position: relative; */
    z-index: 1;
    overflow: hidden;
}
/* .home-page-about-us-section__image--hover--shade::before {
    content: "";
    top: 0;
    z-index: 1;
    background-image: linear-gradient(
        90deg,
        transparent 50%,
        rgba(255, 255, 255, 0.3) 100%
    );
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
    transform: skew(-25deg);
    left: -140%;
} */
.home-page-about-us-section__image--hover--shade:hover::before {
    animation: 1s forwards shine;
}
@keyframes shine {
    0% {
        transform: skew(-25deg) translate(0);
    }

    to {
        transform: skew(-25deg) translate(250%);
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .home-page-about-us-section .home-page-about-us-section__image {
        max-width: 530px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .home-page-about-us-section .home-page-about-us-section__image {
        max-width: 500px;
    }
}
@media (min-width: 1200px) {
    /* .home-page-about-us-section__bg {
        width: 97%;
    } */
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .home-page-about-us-section .home-page-about-us-section__image {
        max-width: 460px;
    }
}
@media only screen and (max-width: 992px) {
    .home-page-about-us-section .home-page-about-us-section__image {
        display: none;
    }
    /* .home-page-about-us-section__bg {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        padding: 80px 0;
    } */
}
@media only screen and (max-width: 767px) {
    /* .home-page-about-us-section__bg {
        padding: 40px 0;
    } */
}

/* home page about us section css ends here */

/* home page why us section css starts here */
.home-page-why-us-section {
    position: relative;
}
.home-page-why-us-section .home-page-why-us-section__image {
    position: absolute;
    right: 0;
    height: calc(100% - 120px);
    bottom: 0;
    z-index: -1;
    max-width: 1050px;
}
.home-page-why-us-section .home-page-why-us-section__image img {
    object-fit: cover;
    height: 100%;
}
.home-page-why-us-section .h9-about-area {
    width: 100%;
    /* max-width: 450px; */
}
.home-page-why-us-section .service-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.home-page-why-us-section .service-item::before {
    content: "";
    background: linear-gradient(
        180deg,
        rgb(199, 112, 168) 60%,
        rgb(0 0 0 / 57%) 100%
    );
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    transition: all 0.3s ease-in-out;
    left: auto;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.home-page-why-us-section .service-item:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}

.home-page-why-us-section .service-item:hover .service-icon {
    animation: 1s ease-in-out shacke;
    -webkit-animation: 1s ease-in-out shacke;
}

@keyframes shacke {
    16.65% {
        transform: translate(5px);
    }

    33.3% {
        transform: translate(-3px);
    }

    49.95% {
        transform: translate(4px);
    }

    66.6% {
        transform: translate(-2px);
    }

    83.25% {
        transform: translate(1px);
    }

    to {
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .home-page-why-us-section .home-page-why-us-section__image {
        max-width: 850px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .home-page-why-us-section .home-page-why-us-section__image {
        max-width: 760px;
    }
}
@media (min-width: 1200px) {
    .home-page-why-us-section .h9-about-area .sec-heading {
        margin-top: 50px;
    }
    .home-page-why-us-section .home-page-why-us-section__image img {
        border-radius: 10px 0 0 0px;
        -webkit-border-radius: 10px 0 0 0px;
        -moz-border-radius: 10px 0 0 0px;
        -ms-border-radius: 10px 0 0 0px;
        -o-border-radius: 10px 0 0 0px;
    }
}
@media (max-width: 1199px) {
    .home-page-why-us-section .home-page-why-us-section__image {
        max-width: 100%;
        height: 100%;
    }
    .home-page-why-us-section h2 {
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
}
/* home page why us section css ends here */

/* home page benifits section css starts here */
.home-page-benifits-section {
    background: #051229;
    overflow: hidden;
    background-image: url(../images/outside-sections-images/h3-project.png);
}

.home-page-benifits-section .benifits-cards-flex {
    align-items: center;
    gap: 20px;
    display: flex;
}
.home-page-benifits-section .benifits-cards {
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.home-page-benifits-section
    .benifits-cards.active
    .benifits-card-default-content {
    opacity: 0;
}
.home-page-benifits-section .benifits-cards .benifits-card-default-content {
    opacity: 1;
}
.home-page-benifits-section
    .benifits-cards
    .benifits-card-default-content
    .tittle-benifits
    h4,
.home-page-benifits-section
    .benifits-cards
    .benifits-card-default-content
    .arrow-benifits
    a {
    position: absolute;
    left: 50%;
    transition: all 0.3s ease-in-out;
}
.home-page-benifits-section
    .benifits-cards
    .benifits-card-default-content
    .tittle-benifits
    h4 {
    bottom: 150px;
    transform: translate(-50%) rotate(180deg);
    writing-mode: vertical-lr;
    text-orientation: mixed;
    white-space: nowrap;
    margin-bottom: 0;
    color: #fff;
}
.home-page-benifits-section
    .benifits-cards
    .benifits-card-default-content
    .arrow-benifits
    a {
    width: 64px;
    height: 64px;
    color: #f7f7f7;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    background: rgba(247, 247, 247, 0.1);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    display: inline-flex;

    top: 0;
    transform: translate(-50%) rotate(-45deg);
}

.home-page-benifits-section .benifits-cards .benifits-card-box {
    -o-object-fit: cover;
    object-fit: cover;
    border: 0;
    background-image: url(../images/home-page/common-bg.webp);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;

    width: 120px;
    height: 620px;
    transition: all 0.6s ease-in-out;
    position: relative;
}
.home-page-benifits-section .benifits-cards.active .benifits-card-box {
    /* -webkit-border-start: 1px solid transparent;
    -webkit-border-end: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; */
    width: 735px;
}
.home-page-benifits-section .benifits-cards .benifits-card-image {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.home-page-benifits-section .benifits-cards.active .benifits-card-image {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.home-page-benifits-section .benifits-cards .benifits-card-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.home-page-benifits-section .benifits-cards .benifits-card-hover-content {
    opacity: 0;
    bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    background: rgba(247, 247, 247, 0.1);
    width: 100%;
    max-width: 380px;
    padding: 30px;
    transition: all 0.9s;
    position: absolute;
    transform: translateY(150%);
}
.home-page-benifits-section
    .benifits-cards.active
    .benifits-card-hover-content {
    opacity: 1;
    left: 30px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.home-page-benifits-section .benifits-cards .benifits-card-hover-content h4,
.home-page-benifits-section .benifits-cards .benifits-card-hover-content p {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .home-page-benifits-section {
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .home-page-benifits-section .benifits-cards.active .benifits-card-box {
        width: 680px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-page-benifits-section .benifits-cards.active .benifits-card-box {
        width: 535px;
    }
}
@media (max-width: 991px) {
    .home-page-benifits-section .benifits-cards-flex {
        flex-direction: column;
    }
    .home-page-benifits-section .benifits-cards,
    .home-page-benifits-section .benifits-cards.active {
        width: 100%;
    }
    .home-page-benifits-section .benifits-cards .benifits-card-box {
        width: 100%;
    }
    .home-page-benifits-section .benifits-cards.active .benifits-card-box {
        height: 565px;
        padding-top: 0;
    }
    .home-page-benifits-section .benifits-cards .benifits-card-box {
        height: 565px;
        padding-top: 0;
    }
    .home-page-benifits-section .benifits-cards .benifits-card-image {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }
    .home-page-benifits-section .benifits-cards .benifits-card-default-content {
        visibility: hidden;
    }
    .home-page-benifits-section .benifits-cards .benifits-card-hover-content {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        left: 30px;
    }
}
@media (max-width: 1199px) {
    .home-page-benifits-section {
    }
}

@media only screen and (max-width: 767px) {
    .home-page-benifits-section {
    }
    .home-page-benifits-section .benifits-cards .benifits-card-hover-content {
        left: 15px;
        max-width: 279px;
    }
    .home-page-benifits-section .benifits-cards.active .benifits-card-box {
        height: 495px;
        padding-top: 0;
    }
    .home-page-benifits-section .benifits-cards .benifits-card-box {
        height: 495px;
        padding-top: 0;
    }
}

/* home page benifits section css ends here */

/* current account banner css starts here */
.current-account-banner-section {
    position: relative;
}
.current-account-banner-section .h8-hero-inner::after {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(
        90deg,
        rgb(12, 30, 33) 20%,
        rgba(12, 30, 33, 0.4) 70%,
        rgba(12, 30, 33, 0.1) 100%
    );
}
.current-account-banner-section .h8-hero-item-wrapper {
    z-index: 999;
}
.current-account-banner-section .h8-hero-item-wrapper h1,
.current-account-banner-section .h8-hero-item-wrapper .desc {
    color: #fff;
}
/* current account banner css ends here */

/* current account key features css starts here */
.current-account-key-feature-section {
    /* background-color: #e1e8f0; */
    position: relative;
}
.current-account-key-feature-section .key-features-image {
    z-index: 0;
    width: 100%;
    max-width: 526px;
    margin-top: 20px;
    position: relative;
}
.current-account-key-feature-section .key-features-image__bg {
    background-color: #0075ff;
    z-index: -1;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.current-account-key-feature-section .key-features-image__bg::before,
.current-account-key-feature-section .key-features-image__bg::after {
    content: "";
    background-color: #051229;
    z-index: 1;
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    -webkit-mask-image: url(../images/outside-sections-images/h7-process-banner-shape-1.svg);
    mask-image: url(../images/outside-sections-images/h7-process-banner-shape-1.svg);
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    left: 0;
}
.current-account-key-feature-section .key-features-image__bg::before {
    background-color: #e1e8f0;
    z-index: 0;
    -webkit-mask-image: url(../images/outside-sections-images/h7-process-banner-shape-2.svg);
    mask-image: url(../images/outside-sections-images/h7-process-banner-shape-2.svg);
}

.current-account-key-feature-section .f-coloumn {
    flex-direction: column;
}
.current-account-key-feature-section .key-features-cards {
    -webkit-margin-start: auto;
    z-index: 0;
    flex-direction: column;
    gap: 36px;
    width: 100%;
    max-width: 612px;
    /* margin-bottom: 0px; */
    display: flex;
    position: relative;
    margin-left: auto;
}
.current-account-key-feature-section .key-features-line {
    background-color: #fff;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    transform: translate(-50%);
    left: 48px;
}
.current-account-key-feature-section
    .key-features-line
    .key-features-line_active {
    background-color: #b63488;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 33.333%;
    transition: all 0.4s;
    position: absolute;
    left: 0;
}
.current-account-key-feature-section .key-features-card {
    z-index: 1;
    align-items: center;
    display: flex;
    position: relative;
}
.current-account-key-feature-section .choose-box-index {
    background-color: #6f0061;
    z-index: 1;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 112px;
    height: 98px;
    margin: 0;
    display: inline-flex;
    position: relative;
    -webkit-mask-image: url(../images/outside-sections-images/h7-process.svg);
    mask-image: url(../images/outside-sections-images/h7-process.svg);
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.current-account-key-feature-section .choose-box-index span {
    background-color: #000;
    width: 68px;
    height: 68px;
    color: var(--tj-color-heading-primary);
    font-size: 20px;
    font-weight: var(--tj-fw-sbold);
    letter-spacing: -0.025em;
    -webkit-margin-end: 14px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    line-height: 1;
    transition: all 0.4s;
    display: inline-flex;
    margin-right: 14px;
}

@media (min-width: 567px) and (max-width: 991px) {
    .current-account-key-feature-section .key-features-image {
        -webkit-margin-start: auto;
        -webkit-margin-end: auto;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
}
/* current account key features css ends here */

/* current account why to section css starts here*/
.current-account-why-to-section .bg {
    z-index: -1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.current-account-why-to-section .service-item::before {
    content: "";
    z-index: 1;
    background-image: linear-gradient(rgba(5, 18, 41, 0) 0%, #051229 84%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.current-account-why-to-section .service-item {
    position: relative;
    z-index: 1;
    height: 670px;
}
.current-account-why-to-section .benifits-card-hover-content {
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    z-index: 2;
    background-color: rgba(247, 247, 247, 0.15);
    width: 100%;
    max-width: 460px;
    padding: 35px 30px;
    position: absolute;
    bottom: 70px;
    right: 60px;
}
.current-account-why-to-section
    .benifits-card-hover-content
    .tittle-benifits-card-hover
    h4 {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.current-account-why-to-section
    .benifits-card-hover-content
    .sub-line-benifits-card-hover
    p {
    color: #a9b0b8;
}
/* @media (min-width: 768px) and (max-width: 991px){
    .current-account-why-to-section .service-item{
        height: 550px;
    }
    .current-account-why-to-section .benifits-card-hover-content{
        right: 30px;    
        max-width: 445px;
        bottom: 30px;
    }
}
@media (min-width:576px) and (max-width: 767px){
    .current-account-why-to-section .service-item {
        height: 550px;
    }
    .current-account-why-to-section .benifits-card-hover-content{
        max-width: 420px;
        padding: 30px 25px;
        bottom: 30px;
    }
}
@media (max-width: 575px){
    .current-account-why-to-section .service-item {
        height: 500px;
    }
    .current-account-why-to-section .benifits-card-hover-content{
        max-width: 360px;
        padding: 30px 25px;
        bottom: 0;
        right: 0;
    }
} */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .current-account-why-to-section .service-item {
        height: 600px;
    }

    .current-account-why-to-section .service-item .benifits-card-hover-content {
        bottom: 50px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:not(
            :-webkit-any(
                    :lang(ae),
                    :lang(ar),
                    :lang(arc),
                    :lang(bcc),
                    :lang(bqi),
                    :lang(ckb),
                    :lang(dv),
                    :lang(fa),
                    :lang(glk),
                    :lang(he),
                    :lang(ku),
                    :lang(mzn),
                    :lang(nqo),
                    :lang(pnb),
                    :lang(ps),
                    :lang(sd),
                    :lang(ug),
                    :lang(ur),
                    :lang(yi)
                )
        ) {
        right: 50px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:not(
            :-moz-any(
                    :lang(ae),
                    :lang(ar),
                    :lang(arc),
                    :lang(bcc),
                    :lang(bqi),
                    :lang(ckb),
                    :lang(dv),
                    :lang(fa),
                    :lang(glk),
                    :lang(he),
                    :lang(ku),
                    :lang(mzn),
                    :lang(nqo),
                    :lang(pnb),
                    :lang(ps),
                    :lang(sd),
                    :lang(ug),
                    :lang(ur),
                    :lang(yi)
                )
        ) {
        right: 50px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:not(
            :is(
                    :lang(ae),
                    :lang(ar),
                    :lang(arc),
                    :lang(bcc),
                    :lang(bqi),
                    :lang(ckb),
                    :lang(dv),
                    :lang(fa),
                    :lang(glk),
                    :lang(he),
                    :lang(ku),
                    :lang(mzn),
                    :lang(nqo),
                    :lang(pnb),
                    :lang(ps),
                    :lang(sd),
                    :lang(ug),
                    :lang(ur),
                    :lang(yi)
                )
        ) {
        right: 50px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:-webkit-any(
            :lang(ae),
            :lang(ar),
            :lang(arc),
            :lang(bcc),
            :lang(bqi),
            :lang(ckb),
            :lang(dv),
            :lang(fa),
            :lang(glk),
            :lang(he),
            :lang(ku),
            :lang(mzn),
            :lang(nqo),
            :lang(pnb),
            :lang(ps),
            :lang(sd),
            :lang(ug),
            :lang(ur),
            :lang(yi)
        ) {
        left: 50px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:-moz-any(
            :lang(ae),
            :lang(ar),
            :lang(arc),
            :lang(bcc),
            :lang(bqi),
            :lang(ckb),
            :lang(dv),
            :lang(fa),
            :lang(glk),
            :lang(he),
            :lang(ku),
            :lang(mzn),
            :lang(nqo),
            :lang(pnb),
            :lang(ps),
            :lang(sd),
            :lang(ug),
            :lang(ur),
            :lang(yi)
        ) {
        left: 50px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:is(
            :lang(ae),
            :lang(ar),
            :lang(arc),
            :lang(bcc),
            :lang(bqi),
            :lang(ckb),
            :lang(dv),
            :lang(fa),
            :lang(glk),
            :lang(he),
            :lang(ku),
            :lang(mzn),
            :lang(nqo),
            :lang(pnb),
            :lang(ps),
            :lang(sd),
            :lang(ug),
            :lang(ur),
            :lang(yi)
        ) {
        left: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .h10-projects-section .sec-heading {
        margin-bottom: 50px;
    }

    .current-account-why-to-section .service-item {
        height: 550px;
    }

    .current-account-why-to-section .service-item .benifits-card-hover-content {
        bottom: 40px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:not(
            :-webkit-any(
                    :lang(ae),
                    :lang(ar),
                    :lang(arc),
                    :lang(bcc),
                    :lang(bqi),
                    :lang(ckb),
                    :lang(dv),
                    :lang(fa),
                    :lang(glk),
                    :lang(he),
                    :lang(ku),
                    :lang(mzn),
                    :lang(nqo),
                    :lang(pnb),
                    :lang(ps),
                    :lang(sd),
                    :lang(ug),
                    :lang(ur),
                    :lang(yi)
                )
        ) {
        right: 40px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:not(
            :-moz-any(
                    :lang(ae),
                    :lang(ar),
                    :lang(arc),
                    :lang(bcc),
                    :lang(bqi),
                    :lang(ckb),
                    :lang(dv),
                    :lang(fa),
                    :lang(glk),
                    :lang(he),
                    :lang(ku),
                    :lang(mzn),
                    :lang(nqo),
                    :lang(pnb),
                    :lang(ps),
                    :lang(sd),
                    :lang(ug),
                    :lang(ur),
                    :lang(yi)
                )
        ) {
        right: 40px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:not(
            :is(
                    :lang(ae),
                    :lang(ar),
                    :lang(arc),
                    :lang(bcc),
                    :lang(bqi),
                    :lang(ckb),
                    :lang(dv),
                    :lang(fa),
                    :lang(glk),
                    :lang(he),
                    :lang(ku),
                    :lang(mzn),
                    :lang(nqo),
                    :lang(pnb),
                    :lang(ps),
                    :lang(sd),
                    :lang(ug),
                    :lang(ur),
                    :lang(yi)
                )
        ) {
        right: 40px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:-webkit-any(
            :lang(ae),
            :lang(ar),
            :lang(arc),
            :lang(bcc),
            :lang(bqi),
            :lang(ckb),
            :lang(dv),
            :lang(fa),
            :lang(glk),
            :lang(he),
            :lang(ku),
            :lang(mzn),
            :lang(nqo),
            :lang(pnb),
            :lang(ps),
            :lang(sd),
            :lang(ug),
            :lang(ur),
            :lang(yi)
        ) {
        left: 40px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:-moz-any(
            :lang(ae),
            :lang(ar),
            :lang(arc),
            :lang(bcc),
            :lang(bqi),
            :lang(ckb),
            :lang(dv),
            :lang(fa),
            :lang(glk),
            :lang(he),
            :lang(ku),
            :lang(mzn),
            :lang(nqo),
            :lang(pnb),
            :lang(ps),
            :lang(sd),
            :lang(ug),
            :lang(ur),
            :lang(yi)
        ) {
        left: 40px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:is(
            :lang(ae),
            :lang(ar),
            :lang(arc),
            :lang(bcc),
            :lang(bqi),
            :lang(ckb),
            :lang(dv),
            :lang(fa),
            :lang(glk),
            :lang(he),
            :lang(ku),
            :lang(mzn),
            :lang(nqo),
            :lang(pnb),
            :lang(ps),
            :lang(sd),
            :lang(ug),
            :lang(ur),
            :lang(yi)
        ) {
        left: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .h10-projects-section .sec-heading {
        margin-bottom: 40px;
    }

    .current-account-why-to-section .service-item {
        height: 550px;
    }

    .current-account-why-to-section .service-item .benifits-card-hover-content {
        max-width: 445px;
        bottom: 30px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:not(
            :-webkit-any(
                    :lang(ae),
                    :lang(ar),
                    :lang(arc),
                    :lang(bcc),
                    :lang(bqi),
                    :lang(ckb),
                    :lang(dv),
                    :lang(fa),
                    :lang(glk),
                    :lang(he),
                    :lang(ku),
                    :lang(mzn),
                    :lang(nqo),
                    :lang(pnb),
                    :lang(ps),
                    :lang(sd),
                    :lang(ug),
                    :lang(ur),
                    :lang(yi)
                )
        ) {
        right: 30px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:not(
            :-moz-any(
                    :lang(ae),
                    :lang(ar),
                    :lang(arc),
                    :lang(bcc),
                    :lang(bqi),
                    :lang(ckb),
                    :lang(dv),
                    :lang(fa),
                    :lang(glk),
                    :lang(he),
                    :lang(ku),
                    :lang(mzn),
                    :lang(nqo),
                    :lang(pnb),
                    :lang(ps),
                    :lang(sd),
                    :lang(ug),
                    :lang(ur),
                    :lang(yi)
                )
        ) {
        right: 30px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:not(
            :is(
                    :lang(ae),
                    :lang(ar),
                    :lang(arc),
                    :lang(bcc),
                    :lang(bqi),
                    :lang(ckb),
                    :lang(dv),
                    :lang(fa),
                    :lang(glk),
                    :lang(he),
                    :lang(ku),
                    :lang(mzn),
                    :lang(nqo),
                    :lang(pnb),
                    :lang(ps),
                    :lang(sd),
                    :lang(ug),
                    :lang(ur),
                    :lang(yi)
                )
        ) {
        right: 30px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:-webkit-any(
            :lang(ae),
            :lang(ar),
            :lang(arc),
            :lang(bcc),
            :lang(bqi),
            :lang(ckb),
            :lang(dv),
            :lang(fa),
            :lang(glk),
            :lang(he),
            :lang(ku),
            :lang(mzn),
            :lang(nqo),
            :lang(pnb),
            :lang(ps),
            :lang(sd),
            :lang(ug),
            :lang(ur),
            :lang(yi)
        ) {
        left: 30px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:-moz-any(
            :lang(ae),
            :lang(ar),
            :lang(arc),
            :lang(bcc),
            :lang(bqi),
            :lang(ckb),
            :lang(dv),
            :lang(fa),
            :lang(glk),
            :lang(he),
            :lang(ku),
            :lang(mzn),
            :lang(nqo),
            :lang(pnb),
            :lang(ps),
            :lang(sd),
            :lang(ug),
            :lang(ur),
            :lang(yi)
        ) {
        left: 30px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:is(
            :lang(ae),
            :lang(ar),
            :lang(arc),
            :lang(bcc),
            :lang(bqi),
            :lang(ckb),
            :lang(dv),
            :lang(fa),
            :lang(glk),
            :lang(he),
            :lang(ku),
            :lang(mzn),
            :lang(nqo),
            :lang(pnb),
            :lang(ps),
            :lang(sd),
            :lang(ug),
            :lang(ur),
            :lang(yi)
        ) {
        left: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .h10-projects-section .sec-heading {
        margin-bottom: 40px;
    }

    .current-account-why-to-section .service-item {
        height: 550px;
    }

    .current-account-why-to-section .service-item .benifits-card-hover-content {
        max-width: 420px;
        padding: 30px 25px;
        bottom: 30px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:not(
            :-webkit-any(
                    :lang(ae),
                    :lang(ar),
                    :lang(arc),
                    :lang(bcc),
                    :lang(bqi),
                    :lang(ckb),
                    :lang(dv),
                    :lang(fa),
                    :lang(glk),
                    :lang(he),
                    :lang(ku),
                    :lang(mzn),
                    :lang(nqo),
                    :lang(pnb),
                    :lang(ps),
                    :lang(sd),
                    :lang(ug),
                    :lang(ur),
                    :lang(yi)
                )
        ) {
        right: 30px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:not(
            :-moz-any(
                    :lang(ae),
                    :lang(ar),
                    :lang(arc),
                    :lang(bcc),
                    :lang(bqi),
                    :lang(ckb),
                    :lang(dv),
                    :lang(fa),
                    :lang(glk),
                    :lang(he),
                    :lang(ku),
                    :lang(mzn),
                    :lang(nqo),
                    :lang(pnb),
                    :lang(ps),
                    :lang(sd),
                    :lang(ug),
                    :lang(ur),
                    :lang(yi)
                )
        ) {
        right: 30px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:not(
            :is(
                    :lang(ae),
                    :lang(ar),
                    :lang(arc),
                    :lang(bcc),
                    :lang(bqi),
                    :lang(ckb),
                    :lang(dv),
                    :lang(fa),
                    :lang(glk),
                    :lang(he),
                    :lang(ku),
                    :lang(mzn),
                    :lang(nqo),
                    :lang(pnb),
                    :lang(ps),
                    :lang(sd),
                    :lang(ug),
                    :lang(ur),
                    :lang(yi)
                )
        ) {
        right: 30px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:-webkit-any(
            :lang(ae),
            :lang(ar),
            :lang(arc),
            :lang(bcc),
            :lang(bqi),
            :lang(ckb),
            :lang(dv),
            :lang(fa),
            :lang(glk),
            :lang(he),
            :lang(ku),
            :lang(mzn),
            :lang(nqo),
            :lang(pnb),
            :lang(ps),
            :lang(sd),
            :lang(ug),
            :lang(ur),
            :lang(yi)
        ) {
        left: 30px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:-moz-any(
            :lang(ae),
            :lang(ar),
            :lang(arc),
            :lang(bcc),
            :lang(bqi),
            :lang(ckb),
            :lang(dv),
            :lang(fa),
            :lang(glk),
            :lang(he),
            :lang(ku),
            :lang(mzn),
            :lang(nqo),
            :lang(pnb),
            :lang(ps),
            :lang(sd),
            :lang(ug),
            :lang(ur),
            :lang(yi)
        ) {
        left: 30px;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:is(
            :lang(ae),
            :lang(ar),
            :lang(arc),
            :lang(bcc),
            :lang(bqi),
            :lang(ckb),
            :lang(dv),
            :lang(fa),
            :lang(glk),
            :lang(he),
            :lang(ku),
            :lang(mzn),
            :lang(nqo),
            :lang(pnb),
            :lang(ps),
            :lang(sd),
            :lang(ug),
            :lang(ur),
            :lang(yi)
        ) {
        left: 30px;
    }
}

@media (max-width: 575px) {
    .h10-projects-section .sec-heading {
        margin-bottom: 40px;
    }

    .current-account-why-to-section .service-item {
        height: 500px;
    }

    .current-account-why-to-section .service-item .benifits-card-hover-content {
        max-width: 360px;
        padding: 30px 25px;
        bottom: 0;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:not(
            :-webkit-any(
                    :lang(ae),
                    :lang(ar),
                    :lang(arc),
                    :lang(bcc),
                    :lang(bqi),
                    :lang(ckb),
                    :lang(dv),
                    :lang(fa),
                    :lang(glk),
                    :lang(he),
                    :lang(ku),
                    :lang(mzn),
                    :lang(nqo),
                    :lang(pnb),
                    :lang(ps),
                    :lang(sd),
                    :lang(ug),
                    :lang(ur),
                    :lang(yi)
                )
        ) {
        right: 0;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:not(
            :-moz-any(
                    :lang(ae),
                    :lang(ar),
                    :lang(arc),
                    :lang(bcc),
                    :lang(bqi),
                    :lang(ckb),
                    :lang(dv),
                    :lang(fa),
                    :lang(glk),
                    :lang(he),
                    :lang(ku),
                    :lang(mzn),
                    :lang(nqo),
                    :lang(pnb),
                    :lang(ps),
                    :lang(sd),
                    :lang(ug),
                    :lang(ur),
                    :lang(yi)
                )
        ) {
        right: 0;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:not(
            :is(
                    :lang(ae),
                    :lang(ar),
                    :lang(arc),
                    :lang(bcc),
                    :lang(bqi),
                    :lang(ckb),
                    :lang(dv),
                    :lang(fa),
                    :lang(glk),
                    :lang(he),
                    :lang(ku),
                    :lang(mzn),
                    :lang(nqo),
                    :lang(pnb),
                    :lang(ps),
                    :lang(sd),
                    :lang(ug),
                    :lang(ur),
                    :lang(yi)
                )
        ) {
        right: 0;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:-webkit-any(
            :lang(ae),
            :lang(ar),
            :lang(arc),
            :lang(bcc),
            :lang(bqi),
            :lang(ckb),
            :lang(dv),
            :lang(fa),
            :lang(glk),
            :lang(he),
            :lang(ku),
            :lang(mzn),
            :lang(nqo),
            :lang(pnb),
            :lang(ps),
            :lang(sd),
            :lang(ug),
            :lang(ur),
            :lang(yi)
        ) {
        left: 0;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:-moz-any(
            :lang(ae),
            :lang(ar),
            :lang(arc),
            :lang(bcc),
            :lang(bqi),
            :lang(ckb),
            :lang(dv),
            :lang(fa),
            :lang(glk),
            :lang(he),
            :lang(ku),
            :lang(mzn),
            :lang(nqo),
            :lang(pnb),
            :lang(ps),
            :lang(sd),
            :lang(ug),
            :lang(ur),
            :lang(yi)
        ) {
        left: 0;
    }

    .current-account-why-to-section
        .service-item
        .benifits-card-hover-content:is(
            :lang(ae),
            :lang(ar),
            :lang(arc),
            :lang(bcc),
            :lang(bqi),
            :lang(ckb),
            :lang(dv),
            :lang(fa),
            :lang(glk),
            :lang(he),
            :lang(ku),
            :lang(mzn),
            :lang(nqo),
            :lang(pnb),
            :lang(ps),
            :lang(sd),
            :lang(ug),
            :lang(ur),
            :lang(yi)
        ) {
        left: 0;
    }
}

/* current account why to section css ends here */

/* current account  how to open css starts here */

.home-page-why-us-section--current--acount .home-page-why-us-section__image {
    left: 0;
}
.home-page-why-us-section--current--acount .process-item .process-item-box {
    max-width: 320px;
    width: 100%;
}
.home-page-why-us-section--current--acount .process-item {
    max-width: unset;
    -webkit-column-gap: 27px;
    -moz-column-gap: 27px;
    flex-wrap: wrap;
    gap: 30px 27px;
    display: inline-flex;
}

@media (min-width: 1200px) {
    .home-page-why-us-section--current--acount
        .home-page-why-us-section__image
        img {
        border-radius: 0px 10px 0px 0;
        -webkit-border-radius: 0px 10px 0px 0;
        -moz-border-radius: 0px 10px 0px 0;
        -ms-border-radius: 0px 10px 0px 0;
        -o-border-radius: 0px 10px 0px 0;
    }
    .home-page-why-us-section--current--acount .js-end {
        justify-content: flex-end;
    }
}
@media (max-width: 991px) {
    .home-page-why-us-section--current--acount .process-item {
        flex-direction: column;
    }
}

/* current account how to open css ends here */

/* accountoing cash flow css starte here */
.accounting-csah-flow-section .service-item {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #ced7e0;
    margin-bottom: 20px;
}

/* accounting cash flow css ends here */

/* accounting budgeting css starts here */
.accounting-budgeting-section {
}
.accounting-budgeting-section .accounting-budgeting-section__image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.accounting-budgeting-section .accounting-budgeting-section__image img {
    object-fit: cover;
    width: 100%;
    min-height: 330px;
}

.accounting-budgeting-section .bg-remove {
    background-color: unset;
    padding-top: 0;
}
.accounting-budgeting-section .process-step {
    outline: none;
    background-color: unset;
    top: 30px;
}
.accounting-budgeting-section .process-step span {
    background-color: unset;
}
.accounting-budgeting-section .h6-working-process-wrapper::after {
    display: none;
}
.accounting-budgeting-section .h6-working-process-wrapper {
}
.accounting-budgeting-section .h6-working-process-item {
    /* border-bottom: 1px solid #ced7e0;
    border-top: 1px solid #ced7e0; */
    padding-top: 45px;
    padding-bottom: 45px;
}
.accounting-budgeting-section .h6-working-process-item .process-content .title {
    margin: 0 0;
}
.accounting-budgeting-section.h7-faq .sec-heading.style-7 {
    max-width: 100%;
}
/* accounting budgeting css ends here */

/* accounting financial analyistics css starts here */
.accounting-financial-analytics {
}
.accounting-financial-analytics
    .accounting-financial-analytics__bottom__box
    div:nth-child(1) {
    display: flex;
    /* background-color: #ecf0f0; */
    padding: 48px 15px 50px 15px;
    gap: 30px;
    align-items: center;
}
.accounting-financial-analytics .accounting-financial-analytics__bottom__box {
    display: flex;
    gap: 80px;
    position: absolute;
    top: 52%;
    z-index: 5;
    left: 43%;
}
.accounting-financial-analytics .accounting-financial-analytics__img,
.accounting-financial-analytics
    .accounting-financial-analytics__bottom__box__img {
    position: relative;
    overflow: hidden;
}
/* .accounting-financial-analytics .accounting-financial-analytics__img::after {
    content: "";
    bottom: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(rgba(5, 18, 41, 0) 0%, #051229 90%);
    width: 100%;
    height: 36%;
    position: absolute;
    left: 0;
} */
.accounting-financial-analytics .sec-heading .sec-title {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .accounting-financial-analytics
        .accounting-financial-analytics__bottom__box {
        position: unset;
        flex-direction: column;
        gap: 10px;
    }
    .accounting-financial-analytics .accounting-financial-analytics__img {
        display: none;
    }
    .accounting-financial-analytics
        .accounting-financial-analytics__bottom__box {
        flex-direction: column-reverse;
    }
    .accounting-financial-analytics
        .accounting-financial-analytics__bottom__box
        div:nth-child(1) {
        background-color: unset;
    }
    .accounting-financial-analytics
        .accounting-financial-analytics__bottom__box__img
        img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .accounting-financial-analytics
        .accounting-financial-analytics__bottom__box
        div:nth-child(1) {
        padding: 28px 0 0 0px;
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
}
/* accounting financial analyistics css ends here */

/* api banking banner css starts her */
.api-banking-banner-section {
    position: relative;
    background: #e1e8f0;
    margin-bottom: 70px;
}
.api-banking-banner-contents {
    z-index: 1;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: relative;
}
.api-banking-banner-section .banner-img {
    z-index: 1;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
    width: 100%;
    margin-left: auto;
    margin-right: -60px;
    max-width: 525px;
}
.api-banking-banner-section.tj-banner-section-2 .banner-content-2 {
    width: 100%;
    max-width: 764px;
}
.api-banking-banner-shape {
    top: 0;
    background-color: #051229;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    width: 568px;
    height: 100%;
    position: absolute;
    right: 0;
}
.api-banking-banner-shape::before {
    content: "";
    top: 0;
    background-color: #051229;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
.api-banking-counter-area {
    /* background-color: #051229; */
    background-blend-mode: luminosity;
    clip-path: polygon(5% 0, 100% 0, 100% 85%, 95% 100%, 0 100%, 0 16%);
    background-repeat: no-repeat;
    background-size: cover;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
    margin-bottom: -90px;
    padding: 0 15px;
    display: flex;
    position: relative;
    margin-top: 92px;
    /* z-index: 99;
    bottom: 130px;
    right: 20px; */
}
.api-banking-counter-area::before {
    content: "";
    /* top: 0; */
    left: 0;
    /* background-color: #051229; */
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
}
.api-banking-counter-area .countup-item {
    width: 100%;
    padding: 68px 0px 74px 0px;
}
.api-banking-counter-area--counter--item {
    width: 50%;
}

.web-view-none {
    display: none;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .api-banking-banner-section .banner-img {
        margin-right: -33px;
        -webkit-margin-end: -33px;
        max-width: 565px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .api-banking-banner-shape {
        width: 350px;
    }
}

@media (min-width: 1200px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .api-banking-banner-section .banner-img {
        -webkit-margin-end: -20px;
        max-width: 410px;
        margin-right: -20px;
    }
    .api-banking-banner-shape {
        width: 250px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .api-banking-banner-section .banner-img {
        -webkit-margin-end: auto;
        max-width: 100%;
        margin-right: auto;
    }
    .api-banking-banner-shape {
        width: 190px;
    }
    .api-banking-banner-section.tj-banner-section-2 .banner-content-2 {
        max-width: 500px;
        margin-bottom: 60px;
    }
}
@media (max-width: 991px) {
    .api-banking-banner-section .api-banking-banner-contents {
        flex-direction: column;
    }
    .mobile-view-none {
        display: none;
    }
    .web-view-none {
        display: flex;
    }
    .web-view-none.api-banking-counter-area {
        width: 100%;
        max-width: 100%;
        margin-top: 60px;
        margin-bottom: -26px;
        padding: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .api-banking-banner-section .banner-img {
        -webkit-margin-end: auto;
        max-width: 100%;
        margin-right: auto;
    }
    .api-banking-banner-shape {
        display: none;
    }
}
@media (max-width: 767px) {
    .api-banking-banner-section.tj-banner-section-2 .banner-content-2 {
        max-width: 100%;
    }
    .api-banking-counter-area--counter--item:nth-child(1),
    .api-banking-counter-area--counter--item:nth-child(2) {
        width: 50%;
    }
    .api-banking-counter-area--counter--item:nth-child(1) .countup-item,
    .api-banking-counter-area--counter--item:nth-child(2) .countup-item {
        padding: 30px 20px;
    }
    .api-banking-counter-area--counter--item:nth-child(3) {
        width: 100%;
    }
    .api-banking-counter-area--counter--item:nth-child(3) .countup-item {
        padding-top: 0;
        padding-bottom: 30px;
    }
}
@media (max-width: 290px) {
    .api-banking-counter-area--counter--item:nth-child(1),
    .api-banking-counter-area--counter--item:nth-child(2),
    .api-banking-counter-area--counter--item:nth-child(3) {
        width: 100%;
    }
}

/* api banking banner css ends here */

/* api banking why section css starts here */
.api-banking-why-section .service-item.style-5 .mx-530 .service-content {
    max-width: 530px;
}
.api-banking-why-section .service-item.style-5 {
    align-items: center;
}

/* api banking why section css ends here */

/* api key features section css starts here */
.api-banking-key-feature-section .service-item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
}
.api-banking-key-feature-section .h9-about-area h2 {
    margin-bottom: 20px;
}
.api-banking-key-feature-section .h8-service-item .service-icon {
    width: 60px;
    height: 60px;
}
.api-banking-key-feature-section .h8-service-item .service-content .desc {
    margin-bottom: 0;
}

/* api key features section css ends here */

/* api integration section  css starts here */
.api-banking-integration-guid-section .integration-grid-card {
    border: 1px solid #ced7e0;
    background-color: #000;
    width: 300px;
    height: 400px;
    transition: width 0.3s ease-in;
    display: flex;
    overflow: hidden;
}
.api-banking-integration-guid-section .integration-grid-card.active {
    width: 640px;
}
.api-banking-integration-guid-section .integration-card-img {
    flex: none;
    width: 300px;
    position: relative;
}
.api-banking-integration-guid-section .integration-card-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.api-banking-integration-guid-section .integration-card-contents {
    flex: 1;
    position: relative;
    overflow: hidden;
}
.api-banking-integration-guid-section
    .integration-grid-card.active
    .integration-card-contents {
    padding: 45px 20px;
}
.api-banking-integration-guid-section .service-item {
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 300px;
    left: 0;
    transition: transform 0.2s ease-in-out;
    position: relative;
    transform: translate(-105%);
    background-color: unset;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.api-banking-integration-guid-section
    .integration-grid-card.active
    .integration-card-contents
    .service-item {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .api-banking-integration-guid-section .integration-grid-card.active {
        width: 595px;
    }
    .api-banking-integration-guid-section .integration-grid-card {
        width: 240px;
    }
    .api-banking-integration-guid-section
        .integration-grid-card
        .integration-card-img {
        width: 240px;
    }
    .api-banking-integration-guid-section .integration-grid-card .service-item {
        width: 270px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .api-banking-integration-guid-section .integration-grid-card.active {
        width: 500px;
    }
    .api-banking-integration-guid-section .integration-grid-card {
        width: 200px;
    }
    .api-banking-integration-guid-section
        .integration-grid-card
        .integration-card-img {
        width: 200px;
    }
    .api-banking-integration-guid-section .integration-grid-card .service-item {
        width: 270px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .api-banking-integration-guid-section .integration-grid-card,
    .api-banking-integration-guid-section .integration-grid-card.active {
        width: 100%;
        flex-direction: column;
        height: auto;
    }
    .api-banking-integration-guid-section .integration-card-img,
    .api-banking-integration-guid-section .integration-card-contents,
    .api-banking-integration-guid-section .service-item {
        width: 100%;
    }
    .api-banking-integration-guid-section
        .integration-grid-card.active
        .integration-card-contents {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .api-banking-integration-guid-section
        .integration-grid-card.active
        .integration-card-contents {
        padding: 0;
    }
}
/* api integration section  css ends here */

/* escrow securtiy section css starts here */
.escrow-security-section {
}

@media (min-width: 1200px) {
    .escrow-security-section .service-reveal-bg {
        position: absolute;
        width: 100%;
        height: 270px;
        border-radius: 0px;
        z-index: 0;
        margin-top: 0 !important;
    }
    .escrow-security-section .service-item.style-3:hover {
        background-color: unset;
    }
}

/* escrow security section css ends here */

/* payouts */
.payouts-h6 .h6-project-inner {
    justify-content: center;
}
/*  */
/* invoice banner section css starts here */
.invoice-banner-section .h7-hero-inner {
    background: none;
}
.invoice-banner-section .circle-text-wrap {
    width: 286px;
    bottom: 5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

/* invoice banner section css ends here */

/* invoice acutomated css starts here */
.invoice-automated-section .key-features-cards {
    flex-direction: row;
    max-width: 100%;
    -webkit-margin-start: unset;
    justify-content: center;
}
.invoice-automated-section .key-features-line {
    height: 1px;
    width: 100%;
    transform: translate(-4%);
    -webkit-transform: translate(-4%);
    -moz-transform: translate(-4%);
    -ms-transform: translate(-4%);
    -o-transform: translate(-4%);
    top: 48px;
}
.invoice-automated-section .choose-box-index span {
    transform: rotate(270deg);
}
.invoice-automated-section .key-features-line .key-features-line_active {
    width: 33.333%;
    height: 100%;
}
.invoice-automated-section .key-features-card {
    flex-direction: column;
}
.invoice-automated-section .choose-box-index {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.key-features-card:hover .choose-box-index {
    background-color: #d959b0;
}
.key-features-card .choose-box-index {
    transition: all 0.4s;
}
/* invoice automated css ends here */

/* vendor payment page banner css starts here */
.vendor-payment-page-banner-section .banner-img-area::before {
    display: none;
}
.vendor-payment-page-banner-section .banner-content-2 {
    max-width: 100%;
}
.vendor-payment-page-banner-section {
    background-color: #051229;
}
/* vendor payment page banner css ends here */

/* vendor payment page css starts here */
.vendor-payment-page-payment-section {
    transition: position 0.3s ease;
}
.vendor-payment-page-payment-section.sticky {
    position: sticky;
    top: 0;
}
.vendor-payment-page-payment-section .sticky-warper {
    z-index: 2;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 90px;
    display: flex;
    position: relative;
}
.vendor-payment-page-payment-section .project-item {
    width: 100%;
    max-width: 601px;
}
.vendor-payment-page-payment-section .project-item:nth-child(2n) {
    margin-top: 300px;
    margin-bottom: 0;
}
/* vendor payment page css ends here */

.post-details-wrapper p {
    margin-bottom: 10px;
}
.post-details-wrapper li {
    margin-bottom: 10px;
    font-weight: normal;
    color: #fff;
    display: block;
}
.footer-contact-info .contact-item{
    display: flex;
    gap: 5px;
}
.footer-contact-info .contact-item .contact-item--img{
    width: 80px;
}
.footer-contact-info .contact-item .contact-item--img img{
    max-width: 50%;
}
.footer-contact-info .contact-item--2 .contact-item--img{
width: 30px;
}
.tj-contact-area .contact-item a{
    color: #fff;
}
.tj-footer-section.footer-2 .footer-widget ul li.active a{
    color: #c770a8;
}
.tj-contact-area .contact-item a:hover{
    color: #000;
}
label.error {
    color: red;
}

/* hide label when focused */
/* Default: label visible */
.contact-form .cf-label {
    opacity: 1;
    visibility: visible;
    transition: 0.2s ease;
}

/* Hide label when input is focused */
.contact-form input:focus ~ .cf-label,
.contact-form textarea:focus ~ .cf-label {
    opacity: 0;
    visibility: hidden;
}

/* Hide label when input has text */
.contact-form input:not(:placeholder-shown) ~ .cf-label,
.contact-form textarea:not(:placeholder-shown) ~ .cf-label {
    opacity: 0;
    visibility: hidden;
}

.mainmenu li.active a:not([href]),
.mainmenu > ul > li.active > a,
.sub-menu li.active a {
    color: #c770a8 !important;
}
.menu-area nav .has-dropdown:hover a:not([href]) {
    color: #c770a8 !important;
}
.menu-area nav ul .no-drop-down:hover a {
    color: #c770a8 !important;
}

.smart-collect-fast-transt .service-reveal-bg {
    inset-inline-start: 80%;
}

/* home page counter section starts */
.home-page-counter-section .countup-item.style-2 .count-inner {
    padding-top: 0;
}
.home-page-counter-section .countup-item.style-2 {
    align-items: center;
    text-align: center;
}
/* home page counter section ends */

/*----------------------------------------*/
/*  1. WOOCOMMERCE CSS START
  /*----------------------------------------*/
figure {
    margin: 0;
}

.tj-product-details-bottom .tj-product-details-description h2 {
    font-size: 26px;
    color: var(--tj-color-heading-primary);
    font-weight: 600;
    margin-bottom: 25px;
}

span.required {
    color: var(--tj-color-text-body);
}

ul.woocommerce-error li {
    color: #ff0004;
}
ul.woocommerce-error li a {
    text-decoration: none;
}

.tj-product-details-description p:last-child {
    margin-bottom: 0;
}
.tj-product-details-description p.woocommerce-noreviews {
    margin-bottom: 25px;
}
.tj-product-details-description ol.commentlist {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
}
.tj-product-details-description ol.commentlist li {
    margin-bottom: 15px;
}
.tj-product-details-description ol.commentlist .review .comment_container {
    overflow: hidden;
    border: 1px solid var(--tj-color-border-1);
    padding: 30px;
    border-radius: 8px;
}
.tj-product-details-description ol.commentlist .review .comment_container img {
    float: left;
    overflow: hidden;
    border-radius: 50%;
}
.tj-product-details-description
    ol.commentlist
    .review
    .comment_container
    .comment-text {
    overflow: hidden;
    -webkit-margin-start: 75px;
    margin-inline-start: 75px;
}
.tj-product-details-description
    ol.commentlist
    .review
    .comment_container
    .comment-text
    .meta {
    margin-bottom: 5px;
}
.tj-product-details-description
    ol.commentlist
    .review
    .comment_container
    .comment-text
    p {
    margin-bottom: 0;
}
.tj-product-details-description
    ol.commentlist
    .review
    .comment_container
    .comment-text
    .star-rating {
    display: inline-block;
    padding: 3px 4px 3px 8px;
    background-color: var(--tj-color-theme-bg);
    border-radius: 32px;
}
.tj-product-details-description
    ol.commentlist
    .review
    .comment_container
    .comment-text
    .star-rating::before {
    position: absolute;
}
.tj-product-details-description
    ol.commentlist
    .review
    .comment_container
    .comment-text
    .star-rating
    span {
    position: unset;
}
.tj-product-details-description label {
    display: block;
    font-size: 16px;
}
.tj-product-details-description input:not([type="submit"]),
.tj-product-details-description textarea {
    padding: 0px 20px;
    width: 100%;
    height: 48px;
    border: 1px solid var(--tj-color-border-1);
    border-radius: 0;
    outline: 0;
    font-weight: 500;
    font-size: 16px;
    color: var(--tj-color-text-body);
    background-color: transparent;
    border-radius: 8px;
}
.tj-product-details-description input:not([type="submit"]):focus,
.tj-product-details-description textarea:focus {
    background-color: var(--tj-color-theme-bg);
}
.tj-product-details-description
    input:not([type="submit"])::-webkit-input-placeholder,
.tj-product-details-description textarea::-webkit-input-placeholder {
    color: var(--tj-color-text-body-2);
    font-weight: var(--tj-fw-medium);
}
.tj-product-details-description input:not([type="submit"])::-moz-placeholder,
.tj-product-details-description textarea::-moz-placeholder {
    color: var(--tj-color-text-body-2);
    font-weight: var(--tj-fw-medium);
}
.tj-product-details-description
    input:not([type="submit"]):-ms-input-placeholder,
.tj-product-details-description textarea:-ms-input-placeholder {
    color: var(--tj-color-text-body-2);
    font-weight: var(--tj-fw-medium);
}
.tj-product-details-description
    input:not([type="submit"])::-ms-input-placeholder,
.tj-product-details-description textarea::-ms-input-placeholder {
    color: var(--tj-color-text-body-2);
    font-weight: var(--tj-fw-medium);
}
.tj-product-details-description input:not([type="submit"])::placeholder,
.tj-product-details-description textarea::placeholder {
    color: var(--tj-color-text-body-2);
    font-weight: var(--tj-fw-medium);
}
.tj-product-details-description
    input:not([type="submit"])::-ms-input-placeholder,
.tj-product-details-description textarea::-ms-input-placeholder {
    color: var(--tj-color-text-body-2);
    font-weight: var(--tj-fw-medium);
}
.tj-product-details-description textarea {
    padding-top: 20px;
    height: 180px;
    line-height: 1.2;
    padding-bottom: 20px;
    resize: none;
}
.tj-product-details-description input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin-top: 0 !important;
}
.tj-product-details-description .form-submit input[type="submit"] {
    font-family: var(--tj-ff-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: var(--tj-color-common-white);
    background-color: var(--tj-color-theme-dark);
    display: inline-block;
    padding: 20px 30px 20px 30px;
    border-radius: 50px;
}
.tj-product-details-description .form-submit input[type="submit"]:focus,
.tj-product-details-description .form-submit input[type="submit"]:hover {
    color: var(--tj-color-common-white);
    background-color: var(--tj-color-theme-primary);
}
.tj-product-details-description .woocommerce-Reviews-title {
    font-family: var(--tj-ff-body);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 25px;
}
.tj-product-details-description .woocommerce-review__author {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--tj-color-heading-primary);
    position: relative;
    text-transform: capitalize;
}
.tj-product-details-description .woocommerce-review__published-date {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #888888;
}
.tj-product-details-description .comment-form-rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 11px;
}
.tj-product-details-description .comment-form-rating label {
    font-weight: 500;
    font-size: 16px;
    color: var(--tj-color-text-body);
}
.tj-product-details-description .comment-form-rating .stars > span {
    color: var(--tj-color-theme-primary);
}
.tj-product-details-description .comment-form-rating .nice-select {
    display: none;
}
.tj-product-details-description .comment-form-rating select {
    display: none;
}
.tj-product-details-description .comment-form-rating span {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    font-size: 16px;
    color: var(--tj-color-text-body);
    font-weight: 500;
    margin-bottom: 5px;
}
.tj-product-details-description .comment-reply-title {
    font-family: var(--tj-ff-heading);
    font-weight: 600;
    font-size: 19px;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
    color: var(--tj-color-heading-primary);
}
.tj-product-details-description .comment-form-comment label {
    font-family: var(--tj-ff-body);
    font-weight: 500;
    font-size: 16px;
    color: var(--tj-color-text-body);
    display: inline-block;
    margin-bottom: 20px;
}
.tj-product-details-description .comment-form-author,
.tj-product-details-description .comment-form-email {
    width: 48%;
    display: inline-block;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
}
@media (max-width: 1200px) {
    .tj-product-details-description .comment-form-author,
    .tj-product-details-description .comment-form-email {
        width: 100%;
    }
}
.tj-product-details-description .comment-form-email {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    width: 49%;
}
@media (max-width: 1200px) {
    .tj-product-details-description .comment-form-email {
        width: 100%;
    }
}

.tj-product-details-description table tbody > tr:nth-child(odd) > td,
.tj-product-details-description table tbody > tr:nth-child(odd) > th {
    background-color: inherit;
}
.tj-product-details-description table {
    border: 1px solid var(--tj-color-border-1);
    border-radius: 12px;
    width: 100%;
    margin-bottom: 0;
}
.tj-product-details-description table th,
.tj-product-details-description table td {
    padding: 0;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid var(--tj-color-border-1);
    -webkit-border-start: 0;
    border-inline-start: 0;
    border-top: 0;
    text-align: start;
    background-color: transparent;
}
.tj-product-details-description table th p,
.tj-product-details-description table td p {
    margin-bottom: 0;
}
.tj-product-details-description table td {
    -webkit-border-end: 0;
    border-inline-end: 0;
}
.tj-product-details-description table tr:last-child th,
.tj-product-details-description table tr:last-child td {
    border-bottom: 0;
}
.tj-product-details-description table tr th {
    font-size: 16px;
    color: var(--tj-color-heading-primary);
    background-color: transparent !important;
    width: 306px;
    padding: 12px 34px;
    font-weight: 500;
}
@media (max-width: 575px) {
    .tj-product-details-description table tr th {
        width: 160px;
        padding: 12px 20px;
    }
}
.tj-product-details-description table tr td {
    padding: 12px 34px;
}
@media (max-width: 575px) {
    .tj-product-details-description table tr td {
        padding: 12px 20px;
    }
}
.tj-product-details-description table tr td:first-child {
    font-size: 14px;
    color: var(--tj-color-heading-primary);
    background-color: #f9f9f9;
    width: 306px;
}
@media (max-width: 575px) {
    .tj-product-details-description table tr td:first-child {
        width: 160px;
    }
}
.tj-product-details-description table tr td:last-child {
    font-size: 16px;
    color: var(--tj-color-text-body);
}
.tj-product-details-description table tr td p {
    margin-bottom: 0;
    font-size: 14px;
}

body .woocommerce-notices-wrapper,
body .woocommerce-message,
body .woocommerce-error,
body .woocommerce-info {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
}
body .woocommerce-notices-wrapper:focus,
body .woocommerce-notices-wrapper:hover,
body .woocommerce-notices-wrapper:active,
body .woocommerce-notices-wrapper:visited,
body .woocommerce-notices-wrapper:focus-visible,
body .woocommerce-message:focus,
body .woocommerce-message:hover,
body .woocommerce-message:active,
body .woocommerce-message:visited,
body .woocommerce-message:focus-visible,
body .woocommerce-error:focus,
body .woocommerce-error:hover,
body .woocommerce-error:active,
body .woocommerce-error:visited,
body .woocommerce-error:focus-visible,
body .woocommerce-info:focus,
body .woocommerce-info:hover,
body .woocommerce-info:active,
body .woocommerce-info:visited,
body .woocommerce-info:focus-visible {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
}

.woocommerce-message {
    background: var(--tj-color-theme-bg);
    padding: 15px 20px;
    margin-bottom: 30px;
    border: 1px solid var(--tj-color-border-1);
    color: var(--tj-color-theme-primary);
}
.woocommerce-message a {
    text-decoration: underline;
    color: var(--tj-color-theme-primary);
    font-weight: 500;
}
.woocommerce-message a:hover {
    color: var(--tj-color-theme-dark);
}

.product-type-variable .tj-product-details-wrapper .product-percentage-badges {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.tj-product-details-wrapper .variations_form table,
.tj-product-details-action-wrapper .variations_form table {
    position: relative;
    margin-bottom: 30px;
}
.tj-product-details-wrapper .variations_form table td,
.tj-product-details-action-wrapper .variations_form table td {
    padding: 12px 12px;
}
.tj-product-details-wrapper .variations_form table tr .nice-select,
.tj-product-details-action-wrapper .variations_form table tr .nice-select {
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid rgba(1, 15, 28, 0.1);
    border-radius: 0;
    font-size: 14px;
    color: var(--tj-color-heading-primary);
    height: 40px;
    line-height: 38px;
    padding: 0 25px;
    min-width: 204px;
    float: none;
}
.tj-product-details-wrapper .variations_form table tr .nice-select::after,
.tj-product-details-action-wrapper
    .variations_form
    table
    tr
    .nice-select::after {
    position: absolute;
    content: "\f107";
    top: 50%;
    inset-inline-end: 15px;
    font-family: var(--tj-ff-fontawesome);
    color: var(--tj-color-heading-primary);
    font-weight: 500;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-top: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto;
}
.tj-product-details-wrapper .variations_form table tr .nice-select.open::after,
.tj-product-details-action-wrapper
    .variations_form
    table
    tr
    .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
.tj-product-details-wrapper .variations_form table tr .nice-select.open .list,
.tj-product-details-action-wrapper
    .variations_form
    table
    tr
    .nice-select.open
    .list {
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}
.tj-product-details-wrapper .variations_form table tr .nice-select .list,
.tj-product-details-action-wrapper
    .variations_form
    table
    tr
    .nice-select
    .list {
    margin-top: 0;
    border-radius: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.9) translateY(0px);
    -ms-transform: scale(0.9) translateY(0px);
    transform: scale(0.9) translateY(0px);
    width: 100%;
    padding: 10px 0;
}
.tj-product-details-wrapper
    .variations_form
    table
    tr
    .nice-select
    .list
    .option,
.tj-product-details-action-wrapper
    .variations_form
    table
    tr
    .nice-select
    .list
    .option {
    line-height: 1.2;
    min-height: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tj-product-details-wrapper
    .variations_form
    table
    tr
    .nice-select
    .list
    .option:hover,
.tj-product-details-action-wrapper
    .variations_form
    table
    tr
    .nice-select
    .list
    .option:hover {
    color: var(--tj-color-theme-primary);
}
.tj-product-details-wrapper .variations_form .disabled,
.tj-product-details-action-wrapper .variations_form .disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.tj-product-details-wrapper .variations_form .quantity,
.tj-product-details-action-wrapper .variations_form .quantity {
    position: relative;
    width: 120px;
}
.tj-product-details-wrapper .variations_form .reset_variations,
.tj-product-details-action-wrapper .variations_form .reset_variations {
    color: red;
    position: absolute;
    margin-top: 10px;
}
.tj-product-details-wrapper .reset_variations,
.tj-product-details-action-wrapper .reset_variations {
    display: none;
}
.tj-product-details-wrapper .single_variation_wrap .single_variation,
.tj-product-details-action-wrapper .single_variation_wrap .single_variation {
    margin-bottom: 30px;
}
.tj-product-details-wrapper .single_variation_wrap .single_variation .amount,
.tj-product-details-action-wrapper
    .single_variation_wrap
    .single_variation
    .amount {
    font-weight: 600;
    font-size: 24px;
    color: var(--tj-color-heading-primary);
    -webkit-margin-start: 1px;
    margin-inline-start: 1px;
}
.tj-product-details-wrapper
    .single_variation_wrap
    .single_variation
    .woocommerce-variation-price
    span,
.tj-product-details-action-wrapper
    .single_variation_wrap
    .single_variation
    .woocommerce-variation-price
    span {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: var(--tj-color-heading-primary);
}
.tj-product-details-wrapper
    .single_variation_wrap
    .single_variation
    .woocommerce-variation-price
    del,
.tj-product-details-action-wrapper
    .single_variation_wrap
    .single_variation
    .woocommerce-variation-price
    del {
    text-decoration: none;
}
.tj-product-details-wrapper
    .single_variation_wrap
    .single_variation
    .woocommerce-variation-price
    del
    span,
.tj-product-details-action-wrapper
    .single_variation_wrap
    .single_variation
    .woocommerce-variation-price
    del
    span {
    font-weight: 400;
    font-size: 16px;
    text-decoration-line: line-through;
    color: #767a7d;
}
.tj-product-details-wrapper
    .single_variation_wrap
    .single_variation
    .woocommerce-variation-price
    ins,
.tj-product-details-action-wrapper
    .single_variation_wrap
    .single_variation
    .woocommerce-variation-price
    ins {
    text-decoration: none;
}
.tj-product-details-wrapper
    .single_variation_wrap
    .single_variation
    .woocommerce-variation-price
    ins
    span,
.tj-product-details-action-wrapper
    .single_variation_wrap
    .single_variation
    .woocommerce-variation-price
    ins
    span {
    color: var(--tj-color-heading-primary);
}

.woosw-popup {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.woosc-quick-table {
    margin-bottom: 60px;
}
.woosc-quick-table h2 {
    margin-bottom: 25px;
}
.woosc-quick-table table thead th {
    padding: 15px;
}
.woosc-quick-table table tbody tr td {
    z-index: 1;
}
.woosc-quick-table table tbody tr td .add_to_cart_button,
.woosc-quick-table table tbody tr td .product_type_grouped,
.woosc-quick-table table tbody tr td .product-action-btn {
    font-size: 14px;
    color: var(--tj-color-common-white);
    background-color: var(--tj-color-theme-primary);
    width: 100%;
    padding: 5px 15px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}
.woosc-quick-table table tbody tr td .add_to_cart_button svg,
.woosc-quick-table table tbody tr td .product_type_grouped svg,
.woosc-quick-table table tbody tr td .product-action-btn svg {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.woosc-quick-table table tbody tr td .add_to_cart_button svg,
.woosc-quick-table table tbody tr td .add_to_cart_button i,
.woosc-quick-table table tbody tr td .product_type_grouped svg,
.woosc-quick-table table tbody tr td .product_type_grouped i,
.woosc-quick-table table tbody tr td .product-action-btn svg,
.woosc-quick-table table tbody tr td .product-action-btn i {
    -webkit-margin-end: 4px;
    margin-inline-end: 4px;
}
.woosc-quick-table table tbody tr td .add_to_cart_button:hover,
.woosc-quick-table table tbody tr td .product_type_grouped:hover,
.woosc-quick-table table tbody tr td .product-action-btn:hover {
    background-color: var(--tj-color-heading-primary);
    color: var(--tj-color-common-white);
}
.woosc-quick-table table tbody tr td p {
    margin-bottom: 0;
}
.woosc-quick-table table tbody tr td span {
    font-weight: 500;
    font-size: 11px;
    display: inline-block;
}
.woosc-quick-table table tbody tr td del {
    font-family: var(--tj-ff-body);
    font-weight: 500;
    font-size: 16px;
    color: #c2c2d3;
}
.woosc-quick-table table tbody tr td del .woocommerce-Price-amount,
.woosc-quick-table table tbody tr td del span {
    font-size: 13px;
    color: #c2c2d3;
}
.woosc-quick-table table tbody tr td ins {
    text-decoration: none;
    font-family: var(--tj-ff-body);
    font-weight: 500;
}
.woosc-quick-table table tbody tr td ins .woocommerce-Price-amount {
    font-size: 16px;
    color: var(--tj-color-heading-primary);
}
.woosc-quick-table table tbody tr td ins span {
    color: var(--tj-color-heading-primary);
}
.woosc-quick-table table tbody tr td:first-child {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}
.woosc-quick-table table tbody tr:not(:first-child) td {
    padding: 15px 10px;
}
.woosc-quick-table table tbody tr:nth-child(2n) {
    background-color: var(--tj-color-theme-bg6);
}

.tj-product-details-wrapper .grouped_form .tj-product-details-quantity {
    margin-bottom: 0;
}
.tj-product-details-wrapper .grouped_form tbody tr td {
    border: 1px solid #e7e8eb;
}
.tj-product-details-wrapper .grouped_form tbody tr td:first-child {
    padding: 0px 15px;
}
.tj-product-details-wrapper .grouped_form tbody tr td:not(:first-child) {
    padding: 15px 15px;
}
.tj-product-details-wrapper .grouped_form tbody tr td span {
    font-family: var(--tj-ff-body);
    font-weight: 600;
    font-size: 16px;
    color: var(--tj-color-text-body);
}
.tj-product-details-wrapper .grouped_form tbody tr td del {
    font-family: var(--tj-ff-body);
    font-weight: 600;
    font-size: 16px;
    color: #c2c2d3;
}
.tj-product-details-wrapper
    .grouped_form
    tbody
    tr
    td
    del
    .woocommerce-Price-amount,
.tj-product-details-wrapper .grouped_form tbody tr td del span {
    font-size: 16px;
    color: #c2c2d3;
}
.tj-product-details-wrapper .grouped_form tbody tr td ins {
    text-decoration: none;
    font-family: var(--tj-ff-body);
    font-weight: 500;
}
.tj-product-details-wrapper
    .grouped_form
    tbody
    tr
    td
    ins
    .woocommerce-Price-amount {
    font-size: 16px;
    color: var(--tj-color-heading-primary);
}
.tj-product-details-wrapper .grouped_form tbody tr td ins span {
    color: var(--tj-color-heading-primary);
}
.tj-product-details-wrapper .grouped_form .woocommerce-grouped-product-list {
    margin-bottom: 35px;
}
.tj-product-details-wrapper
    .grouped_form
    .woocommerce-grouped-product-list-item__label
    a {
    color: var(--tj-color-heading-primary);
    font-weight: 600;
}
.tj-product-details-wrapper
    .grouped_form
    .woocommerce-grouped-product-list-item__label
    a:hover {
    color: var(--tj-color-theme-primary);
}
.tj-product-details-wrapper .grouped_form .single_add_to_cart_button {
    padding: 12px 30px;
}

.woosw-item--time {
    display: none !important;
}

.woosw-item--price span {
    font-family: var(--tj-ff-body);
    font-weight: 500;
    font-size: 16px;
    color: var(--tj-color-text-body);
}
.woosw-item--price del {
    font-family: var(--tj-ff-body);
    font-weight: 500;
    font-size: 16px;
    color: var(--tj-color-text-body-2);
    text-decoration: none;
}
.woosw-item--price del .woocommerce-Price-amount,
.woosw-item--price del span {
    font-size: 16px;
    color: var(--tj-color-text-body-2);
    text-decoration: line-through;
}
.woosw-item--price ins {
    text-decoration: none;
    font-family: var(--tj-ff-body);
    font-weight: 500;
}
.woosw-item--price ins .woocommerce-Price-amount {
    font-size: 16px;
    color: var(--tj-color-heading-primary);
}
.woosw-item--price ins span {
    color: var(--tj-color-heading-primary);
}

.woosw-item--add .add_to_cart_button,
.woosw-item--add .added_to_cart,
.woosw-item--add .product-action {
    font-weight: 600;
    color: var(--tj-color-heading-primary);
    background-color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 0;
    border: 1px solid #e7e8eb;
    width: 50px;
    height: 50px;
    line-height: 55px;
}
.woosw-item--add .add_to_cart_button.added_to_cart,
.woosw-item--add .added_to_cart.added_to_cart,
.woosw-item--add .product-action.added_to_cart {
    line-height: 50px;
}
.woosw-item--add .add_to_cart_button:hover,
.woosw-item--add .added_to_cart:hover,
.woosw-item--add .product-action:hover {
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
}
.woosw-item--add .add_to_cart_button svg,
.woosw-item--add .add_to_cart_button i,
.woosw-item--add .added_to_cart svg,
.woosw-item--add .added_to_cart i,
.woosw-item--add .product-action svg,
.woosw-item--add .product-action i {
    font-size: 14px;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}
.woosw-item--add .add_to_cart_button svg,
.woosw-item--add .added_to_cart svg,
.woosw-item--add .product-action svg {
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}
.woosw-item--add .add_to_cart_button .product-action-tooltip,
.woosw-item--add .added_to_cart .product-action-tooltip,
.woosw-item--add .product-action .product-action-tooltip {
    display: none;
}
.woosw-item--add .woocommerce a.added_to_cart {
    font-size: 14px;
}
.woosw-item--add .woocommerce a.added_to_cart::before {
    color: var(--tj-color-heading-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.woosw-item--add .woocommerce a.added_to_cart:hover {
    background-color: var(--tj-color-heading-primary);
    color: var(--tj-color-common-white);
    border-color: var(--tj-color-heading-primary);
}
.woosw-item--add .woocommerce a.added_to_cart:hover::before {
    color: var(--tj-color-common-white);
}
.woosw-item--add .woocommerce a.button.loading::before {
    color: black;
}
.woosw-item--add .woocommerce a.button.loading:hover {
    background-color: var(--tj-color-heading-primary);
    color: var(--tj-color-common-white);
    border-color: var(--tj-color-heading-primary);
}
.woosw-item--add .woocommerce a.button.loading:hover::before {
    color: var(--tj-color-heading-primary);
}

.woosw-item--name a {
    color: var(--tj-color-heading-primary);
}
.woosw-item--name a:hover {
    color: var(--tj-color-theme-primary);
}

.woosw-popup-content-bot .woosw-popup-content-bot-inner a {
    color: var(--tj-color-heading-primary);
}
.woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover {
    color: var(--tj-color-theme-primary) !important;
    border-color: var(--tj-color-theme-primary) !important;
}

.woosw-popup.woosw-popup-right
    .woosw-popup-inner
    .woosw-popup-content
    .woosw-popup-content-top {
    background-color: var(--tj-color-common-white);
    border-bottom: 1px solid #e7e8eb;
}

.woosw-popup
    .woosw-popup-inner
    .woosw-popup-content
    .woosw-popup-content-top
    .woosw-popup-close:hover {
    color: var(--tj-color-theme-primary);
}

.product_meta {
    padding-top: 34px;
    border-top: 1px solid #dadce0;
    margin-top: 32px;
}

/* cart page css */
div.woocommerce .woocommerce-cart-form table {
    border-color: var(--tj-color-border-1);
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border-radius: 12px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}
div.woocommerce .woocommerce-cart-form table thead {
    font-weight: 600;
}
div.woocommerce .woocommerce-cart-form table thead th {
    -webkit-border-end: 1px solid var(--tj-color-border-1);
    border-inline-end: 1px solid var(--tj-color-border-1);
    border-bottom: 1px solid var(--tj-color-border-1);
    text-align: start;
    font-family: var(--tj-ff-body);
    font-weight: 600;
    font-size: 16px;
    color: var(--tj-color-heading-primary);
    padding: 10px;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}
div.woocommerce .woocommerce-cart-form table thead th:last-child,
div.woocommerce .woocommerce-cart-form table thead th:first-child {
    -webkit-border-end: 0;
    border-inline-end: 0;
}
div.woocommerce .woocommerce-cart-form table thead th.product-subtotal {
    -webkit-border-end: 0;
    border-inline-end: 0;
}
div.woocommerce .woocommerce-cart-form table tbody tr td {
    border: 1px solid var(--tj-color-border-1);
    border-top: 0;
    -webkit-border-start: 0;
    border-inline-start: 0;
    text-align: start;
    padding: 12px;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}
div.woocommerce .woocommerce-cart-form table tbody tr td:last-child,
div.woocommerce .woocommerce-cart-form table tbody tr td:first-child {
    -webkit-border-end: 0;
    border-inline-end: 0;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail {
    width: 125px;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail img {
    width: 100%;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-name {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-name h5 {
    margin: 0;
    text-align: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    div.woocommerce .woocommerce-cart-form table tbody tr td.product-name h5 {
        font-size: 16px;
    }
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-name a {
    text-decoration: none;
    color: var(--tj-color-heading-primary);
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-name a:hover {
    color: var(--tj-color-theme-primary);
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-price span {
    font-weight: 400;
    font-size: 16px;
    color: var(--tj-color-text-body);
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-subtotal {
    -webkit-border-end: 1px solid transparent;
    border-inline-end: 1px solid transparent;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-subtotal span {
    font-weight: 400;
    font-size: 16px;
    color: var(--tj-color-text-body);
}
div.woocommerce
    .woocommerce-cart-form
    table
    tbody
    tr
    td.product-quantity
    .tj-product-quantity {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 0;
    position: relative;
}
div.woocommerce
    .woocommerce-cart-form
    table
    tbody
    tr
    td.product-quantity
    .tj-product-quantity
    .quantity {
    position: relative;
    background: transparent;
    text-align: center;
    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;
    border: 1px solid var(--tj-color-border-1);
    border-radius: 8px;
}
div.woocommerce
    .woocommerce-cart-form
    table
    tbody
    tr
    td.product-quantity
    .tj-product-quantity
    .tj-cart-plus,
div.woocommerce
    .woocommerce-cart-form
    table
    tbody
    tr
    td.product-quantity
    .tj-product-quantity
    .tj-cart-minus {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div.woocommerce
    .woocommerce-cart-form
    table
    tbody
    tr
    td.product-quantity
    .tj-product-quantity
    .tj-cart-plus:hover,
div.woocommerce
    .woocommerce-cart-form
    table
    tbody
    tr
    td.product-quantity
    .tj-product-quantity
    .tj-cart-minus:hover {
    color: var(--tj-color-theme-primary);
}
div.woocommerce
    .woocommerce-cart-form
    table
    tbody
    tr
    td.product-quantity
    .tj-product-quantity
    .tj-cart-input[type="text"] {
    height: 44px;
    line-height: 44px;
    width: 45px;
    background-color: transparent;
    border: 0;
    -webkit-border-end: 1px solid var(--tj-color-border-1);
    border-inline-end: 1px solid var(--tj-color-border-1);
    -webkit-border-start: 1px solid var(--tj-color-border-1);
    border-inline-start: 1px solid var(--tj-color-border-1);
    border-radius: 0px;
    font-size: 16px;
    color: var(--tj-color-theme-dark);
    text-align: center;
    margin: 0;
    -webkit-padding-start: 2px;
    padding-inline-start: 2px;
    -webkit-padding-end: 2px;
    padding-inline-end: 2px;
    text-align: center;
}
div.woocommerce
    .woocommerce-cart-form
    table
    tbody
    tr
    td.product-quantity
    .tj-product-quantity
    .tj-cart-input[type="text"]:focus {
    outline: none;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-remove {
    text-align: center;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-remove a {
    color: var(--tj-color-heading-primary);
    font-size: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--tj-color-border-1);
    text-decoration: none;
}
div.woocommerce
    .woocommerce-cart-form
    table
    tbody
    tr
    td.product-remove
    a:is(:hover, :focus) {
    color: var(--tj-color-common-white);
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
}
div.woocommerce .woocommerce-cart-form table tbody tr:last-child td {
    border-bottom: 0;
}
div.woocommerce .woocommerce-cart-form .actions {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding-top: 35px;
}
div.woocommerce .woocommerce-cart-form .actions .coupon label {
    display: block;
    font-size: 14px;
    color: var(--tj-color-heading-primary);
    font-weight: 500;
    margin-bottom: 7px;
}
div.woocommerce .woocommerce-cart-form .actions .coupon #coupon_code {
    padding: 0px 20px;
    width: 225px;
    height: 56px;
    line-height: 56px;
    border: 1px solid var(--tj-color-border-1);
    outline: 0;
    font-weight: 400;
    font-size: 16px;
    color: var(--tj-color-text-body);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 0.3);
    border-radius: 8px;
}
@media (max-width: 575px) {
    div.woocommerce .woocommerce-cart-form .actions .coupon #coupon_code {
        width: 100%;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        margin-bottom: 20px;
    }
}
div.woocommerce .woocommerce-cart-form .actions .coupon #coupon_code:focus {
    border-color: var(--tj-color-theme-primary);
}
div.woocommerce
    .woocommerce-cart-form
    .actions
    button[name="update_cart"]:disabled {
    cursor: not-allowed;
    opacity: 0.2;
}
div.woocommerce .select2-container .select2-selection--single:focus {
    background-color: var(--tj-color-common-white);
}
div.woocommerce
    .select2-container
    .select2-selection--single:focus
    .select2-selection--single {
    background-color: var(--tj-color-common-white);
    border-color: var(--tj-color-theme-primary);
}
div.woocommerce .select2-container .select2-selection__arrow {
    height: 46px;
    inset-inline-end: 25px;
}
div.woocommerce .cart_totals > h3 {
    margin-bottom: 20px;
}
div.woocommerce .cart_totals table {
    width: 100%;
    border: 0;
}
div.woocommerce .cart_totals table tbody tr:not(:last-child) th,
div.woocommerce .cart_totals table tbody tr:not(:last-child) td {
    border-bottom: 1px solid var(--tj-color-border-1);
}
div.woocommerce .cart_totals table tbody tr th {
    text-align: start;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--tj-ff-heading);
    color: var(--tj-color-heading-primary);
    padding: 15px 20px;
    width: 260px;
}
div.woocommerce .cart_totals table tbody tr td {
    text-align: start;
    font-size: 16px;
    font-weight: 500;
    color: var(--tj-color-heading-primary);
    padding: 15px 20px;
}
div.woocommerce .cart_totals table tbody tr td[data-title="Shipping"] {
    text-align: start;
    line-height: 1.3;
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
}
div.woocommerce .cart_totals table tbody tr td[data-title="Total"] {
    font-size: 16px;
    font-weight: 400;
}
div.woocommerce
    .cart_totals
    table
    tbody
    tr
    td
    .woocommerce-shipping-calculator
    .shipping-calculator-button {
    margin-top: 7px;
    display: inline-block;
    color: var(--tj-color-theme-primary);
}
div.woocommerce
    .cart_totals
    table
    tbody
    tr
    td
    .woocommerce-shipping-calculator
    .shipping-calculator-button:hover {
    color: var(--tj-color-theme-primary);
}
div.woocommerce
    .cart_totals
    table
    tbody
    tr
    td
    .woocommerce-shipping-calculator
    .shipping-calculator-form {
    margin-top: 14px;
}
div.woocommerce
    .cart_totals
    table
    tbody
    tr
    td
    .woocommerce-shipping-calculator
    input {
    border-width: 1px;
    height: 46px;
    border: 1px solid var(--tj-color-border-1);
    padding: 0 10px;
    width: 100%;
    font-size: 16px;
    background-color: transparent;
}
div.woocommerce
    .cart_totals
    table
    tbody
    tr
    td
    .woocommerce-shipping-calculator
    input:focus {
    border-color: var(--tj-color-theme-primary);
    background-color: var(--tj-color-common-white);
}
div.woocommerce
    .cart_totals
    table
    tbody
    tr
    td
    .woocommerce-shipping-calculator
    .select2.select2-container {
    width: 215px !important;
}
div.woocommerce
    .cart_totals
    table
    tbody
    tr
    td
    .woocommerce-shipping-calculator
    .nice-select {
    min-width: 100%;
    font-family: var(--tj-ff-body);
    color: var(--tj-color-heading-primary);
    font-size: 14px;
    border: 0;
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
    -webkit-padding-end: 50px;
    padding-inline-end: 50px;
    font-weight: 500;
    border-radius: 0;
    border: 1px solid var(--tj-color-border-1);
    float: none;
    height: 46px;
    line-height: 44px;
    background-color: var(--tj-color-theme-bg);
    color: var(--tj-color-heading-primary);
    width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    div.woocommerce
        .cart_totals
        table
        tbody
        tr
        td
        .woocommerce-shipping-calculator
        .nice-select {
        width: 100%;
        border-radius: 40px;
        border: 1px solid var(--tj-color-border-1);
        height: 50px;
        line-height: 50px;
    }
}
div.woocommerce
    .cart_totals
    table
    tbody
    tr
    td
    .woocommerce-shipping-calculator
    .nice-select::after {
    inset-inline-end: 25px;
    position: absolute;
    top: 50%;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    div.woocommerce
        .cart_totals
        table
        tbody
        tr
        td
        .woocommerce-shipping-calculator
        .nice-select::after {
        inset-inline-end: 25px;
    }
}
div.woocommerce
    .cart_totals
    table
    tbody
    tr
    td
    .woocommerce-shipping-calculator
    .nice-select
    .list {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 9px;
}
@media (max-width: 575px) {
    div.woocommerce
        .cart_totals
        table
        tbody
        tr
        td
        .woocommerce-shipping-calculator
        .nice-select
        .list {
        margin-top: 0;
    }
}
div.woocommerce
    .cart_totals
    table
    tbody
    tr
    td
    .woocommerce-shipping-calculator
    .nice-select
    .list
    .option {
    line-height: 29px;
    min-height: 29px;
    -webkit-padding-start: 18px;
    padding-inline-start: 18px;
    -webkit-padding-end: 18px;
    padding-inline-end: 18px;
}
div.woocommerce
    .cart_totals
    table
    tbody
    tr
    td
    .woocommerce-shipping-calculator
    .nice-select
    .list
    .option:hover {
    color: var(--tj-color-theme-primary);
}
div.woocommerce
    .cart_totals
    table
    tbody
    tr
    td
    .woocommerce-shipping-calculator
    .nice-select
    .list
    .option.selected {
    color: var(--tj-color-theme-primary);
}
div.woocommerce
    .cart_totals
    table
    tbody
    tr
    td
    .woocommerce-shipping-calculator
    .nice-select:focus {
    border-color: var(--tj-color-theme-primary);
    background-color: var(--tj-color-common-white);
}
div.woocommerce .cart_totals table tbody tr.order-total td {
    color: var(--tj-color-heading-primary);
}
div.woocommerce
    .woocommerce-billing-fields__field-wrapper
    .select2-selection--single,
div.woocommerce
    .woocommerce-shipping-fields__field-wrapper
    .select2-selection--single {
    height: 48px;
    line-height: 42px;
    border: 1px solid var(--tj-color-theme-dark);
    background-color: transparent;
    border-radius: 0;
}
div.woocommerce
    .woocommerce-billing-fields__field-wrapper
    .select2-selection--single:focus,
div.woocommerce
    .woocommerce-shipping-fields__field-wrapper
    .select2-selection--single:focus {
    background-color: var(--tj-color-common-white);
}
div.woocommerce
    .woocommerce-billing-fields__field-wrapper
    .select2-selection--single:focus
    .select2-selection--single,
div.woocommerce
    .woocommerce-shipping-fields__field-wrapper
    .select2-selection--single:focus
    .select2-selection--single {
    background-color: var(--tj-color-common-white);
    border-color: var(--tj-color-theme-primary);
}
div.woocommerce
    .woocommerce-billing-fields__field-wrapper
    .select2-selection__arrow,
div.woocommerce
    .woocommerce-shipping-fields__field-wrapper
    .select2-selection__arrow {
    height: 46px;
    inset-inline-end: 25px;
}
div.woocommerce .woocommerce-shipping-totals .woocommerce-shipping-methods {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
div.woocommerce .woocommerce-shipping-totals .woocommerce-shipping-methods li {
    list-style: none;
}
div.woocommerce
    .woocommerce-shipping-totals
    .woocommerce-shipping-methods
    li
    label {
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}
div.woocommerce
    .woocommerce-shipping-totals
    .woocommerce-shipping-methods
    li
    label:hover {
    cursor: pointer;
}

/* checkout css start */
.woocommerce-checkout .woocommerce-form-coupon-toggle {
    position: relative;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 500;
    color: var(--tj-color-theme-primary);
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    color: var(--tj-color-theme-primary);
    background-color: var(--tj-color-theme-bg);
    border: 1px solid var(--tj-color-border-1);
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0;
    padding: 20px 30px;
    position: relative;
    width: 100%;
    border-radius: 10px;
}
.woocommerce-checkout .checkout_coupon p {
    color: var(--tj-color-heading-primary);
    margin-bottom: 0;
}
.woocommerce-checkout .checkout_coupon p:first-child {
    margin-bottom: 10px;
    color: var(--tj-color-text-body);
    font-weight: 500;
}
.woocommerce-checkout .checkout_coupon #coupon_code {
    width: 350px;
    height: 56px;
    line-height: 56px;
    border: 1px solid var(--tj-color-theme-dark);
    border-radius: 0;
    background-color: transparent;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    border-radius: 8px;
}
.woocommerce-checkout .checkout_coupon #coupon_code:focus {
    background-color: var(--tj-color-theme-bg);
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .woocommerce-checkout .checkout_coupon #coupon_code {
        margin: 0;
    }
}
.woocommerce-checkout #customer_form_details {
    border: 0;
    border-radius: 0;
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields h3 {
    margin-bottom: 20px;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .form-row
    > label {
    line-height: 1;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    color: var(--tj-color-text-body);
    font-size: 16px;
    margin-bottom: 15px;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .form-row
    input,
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .form-row
    textarea {
    background: transparent;
    border: 1px solid var(--tj-color-theme-dark);
    border-radius: 0;
    height: 48px;
    padding: 5px 22px;
    width: 100%;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .form-row
    input::-webkit-input-placeholder,
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .form-row
    textarea::-webkit-input-placeholder {
    color: #6f7172;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .form-row
    input::-moz-placeholder,
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .form-row
    textarea::-moz-placeholder {
    color: #6f7172;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .form-row
    input:-ms-input-placeholder,
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .form-row
    textarea:-ms-input-placeholder {
    color: #6f7172;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .form-row
    input::-ms-input-placeholder,
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .form-row
    textarea::-ms-input-placeholder {
    color: #6f7172;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .form-row
    input::placeholder,
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .form-row
    textarea::placeholder {
    color: #6f7172;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .form-row
    input:focus,
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .form-row
    textarea:focus {
    background-color: var(--tj-color-theme-bg);
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .form-row
    textarea {
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none;
    line-height: 1.2;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .select2-container
    .select2-results__options
    .select2-results__option {
    font-weight: 400;
    -webkit-padding-start: 18px;
    padding-inline-start: 18px;
    -webkit-padding-end: 29px;
    padding-inline-end: 29px;
    text-align: start;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .select2-container
    .select2-selection--single {
    border: 1px solid var(--tj-color-theme-dark);
    margin-bottom: 45px;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .select2-container
    .select2-selection__rendered {
    height: 48px;
    line-height: 42px;
    padding: 0 22px;
    width: 100%;
    color: var(--tj-color-text-body);
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-billing-fields__field-wrapper
    .woocommerce-form__input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid var(--tj-color-border-1);
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row.notes {
    margin-bottom: 0;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    > label {
    margin-top: -6px;
    margin-bottom: 10px;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    input {
    background: var(--tj-color-common-white);
    border: 1px solid var(--tj-color-theme-dark);
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    input:focus {
    border-color: var(--tj-color-theme-primary);
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    input,
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    textarea {
    border: 1px solid var(--tj-color-theme-dark);
    height: 48px;
    padding: 5px 22px;
    width: 100%;
    outline: 0;
    font-size: 16px;
    border-radius: 0;
    background-color: transparent;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    input::-webkit-input-placeholder,
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    textarea::-webkit-input-placeholder {
    color: #6f7172;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    input::-moz-placeholder,
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    textarea::-moz-placeholder {
    color: #6f7172;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    input:-ms-input-placeholder,
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    textarea:-ms-input-placeholder {
    color: #6f7172;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    input::-ms-input-placeholder,
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    textarea::-ms-input-placeholder {
    color: #6f7172;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    input::placeholder,
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    textarea::placeholder {
    color: #6f7172;
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    input:focus,
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    textarea:focus {
    background-color: var(--tj-color-theme-bg);
}
.woocommerce-checkout
    #customer_form_details
    .woocommerce-additional-fields
    .woocommerce-additional-fields__field-wrapper
    .form-row
    textarea {
    line-height: 1.3;
    resize: none;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 150px;
    border-radius: 8px;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    margin-bottom: 15px;
    display: block;
    border: 1px dashed #aab0b2;
    font-weight: 400;
    font-size: 14px;
    color: var(--tj-color-heading-primary);
    padding: 8px 25px;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a {
    color: var(--tj-color-theme-primary);
    text-decoration: underline;
}
.woocommerce-checkout .woocommerce-form-login {
    margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-form-login p {
    font-size: 14px;
    color: var(--tj-color-heading-primary);
    margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-form-login p:first-child {
    margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce-form-login label {
    margin: 0;
    display: block;
    height: auto;
}
.woocommerce-checkout
    .woocommerce-form-login
    label.woocommerce-form-login__rememberme
    input {
    border: 1px solid #e7e8eb;
    background-color: transparent;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    height: auto;
}
.woocommerce-checkout
    .woocommerce-form-login
    label.woocommerce-form-login__rememberme:hover {
    cursor: pointer;
}
.woocommerce-checkout .woocommerce-form-login .lost_password {
    margin-top: 15px;
    padding-bottom: 15px;
}
.woocommerce-checkout .woocommerce-form-login .lost_password a:hover {
    color: var(--tj-color-theme-primary);
}
.woocommerce-checkout .woocommerce-form-login input {
    height: 54px;
    background-color: var(--tj-color-common-white);
    border-color: var(--tj-color-common-white);
    margin-bottom: 15px;
    border-width: 1px;
}
.woocommerce-checkout .woocommerce-form-login input:focus {
    border-color: var(--tj-color-theme-primary);
}
.woocommerce-checkout .woocommerce-form-login .tj-btn {
    padding: 14px 30px;
}
.woocommerce-checkout .woocommerce-form-login .tj-btn:hover {
    background-color: var(--tj-color-heading-primary);
    color: var(--tj-color-common-white);
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-button {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tj-color-common-white);
    background: var(--tj-color-theme-primary);
    text-align: center;
    font-family: var(--tj-ff-body);
    padding: 14px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    letter-spacing: -0.02em;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-button:hover {
    background-color: var(--tj-color-heading-primary);
}
.woocommerce-checkout .tj-free-progress-bar {
    background-color: var(--tj-color-common-white);
}
.woocommerce-checkout #ship-to-different-address {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 35px;
}

/* wishlist css start */
.woosw-list table.woosw-items {
    width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .woosw-list table.woosw-items {
        border: 1px solid var(--tj-color-border-1);
    }
}
.woosw-list table.woosw-items tr.woosw-item:nth-child(2n) td {
    background: transparent;
}
.woosw-list table.woosw-items tr.woosw-item:hover td {
    background: transparent;
}
.woosw-list table.woosw-items tr.woosw-item td {
    padding: 30px;
    text-align: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .woosw-list table.woosw-items tr.woosw-item td {
        padding: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .woosw-list table.woosw-items tr.woosw-item td {
        display: block;
        width: 100%;
        text-align: center;
        border: 0;
        border-bottom: 1px solid var(--tj-color-border-1);
    }
}
.woosw-list table.woosw-items tr.woosw-item td.woosw-item--info {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
.woosw-list table.woosw-items tr.woosw-item td.woosw-item--image {
    -webkit-padding-end: 15px;
    padding-inline-end: 15px;
}
.woosw-list table.woosw-items tr.woosw-item td a.wc-forward,
.woosw-list table.woosw-items tr.woosw-item td .tj-cart-btn {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
}
.woosw-list table.woosw-items tr.woosw-item td .woosw-item--stock,
.woosw-list table.woosw-items tr.woosw-item td .woosw-item--atc {
    display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .woosw-list table.woosw-items tr.woosw-item td .woosw-item--stock,
    .woosw-list table.woosw-items tr.woosw-item td .woosw-item--atc {
        display: block;
    }
}
.woosw-list table.woosw-items tr.woosw-item td .woosw-item--atc {
    float: right;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .woosw-list table.woosw-items tr.woosw-item td .woosw-item--atc {
        float: unset;
        margin: 0;
        margin-top: 10px;
    }
}
.woosw-list table.woosw-items tr.woosw-item .woosw-item--name a {
    font-size: 20px;
    font-family: var(--tj-ff-heading);
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-weight: 600 !important;
    text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .woosw-list table.woosw-items tr.woosw-item .woosw-item--name a {
        font-size: 16px;
    }
}
.woosw-list table.woosw-items tr.woosw-item .woosw-item--image {
    width: 150px;
    -webkit-border-end: 1px solid transparent;
    border-inline-end: 1px solid transparent;
    border-radius: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .woosw-list table.woosw-items tr.woosw-item .woosw-item--image {
        width: 100px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .woosw-list table.woosw-items tr.woosw-item .woosw-item--image {
        width: 100%;
    }
}
.woosw-list table.woosw-items tr.woosw-item .woosw-item--image img {
    width: 100px;
    border-radius: 0;
}
.woosw-list table.woosw-items tr.woosw-item .woosw-item--remove span,
.woosw-list table.woosw-items tr.woosw-item .woosw-item--add span {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--tj-color-border-1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--tj-color-heading-primary);
}
.woosw-list table.woosw-items tr.woosw-item .woosw-item--remove span::before,
.woosw-list table.woosw-items tr.woosw-item .woosw-item--add span::before {
    color: var(--tj-color-heading-primary);
    font-size: 22px;
}
.woosw-list table.woosw-items tr.woosw-item .woosw-item--remove span:hover,
.woosw-list table.woosw-items tr.woosw-item .woosw-item--add span:hover {
    border-color: var(--tj-color-theme-primary);
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
}
.woosw-list
    table.woosw-items
    tr.woosw-item
    .woosw-item--remove
    span:hover::before,
.woosw-list
    table.woosw-items
    tr.woosw-item
    .woosw-item--add
    span:hover::before {
    color: var(--tj-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .woosw-list table.woosw-items tr.woosw-item:last-child td:last-child {
        border-bottom-width: 0;
    }
}
.woosw-list .woosw-actions {
    display: none;
}

/* product details */
.single-product .tj-shop-area .related.products h2 {
    margin-bottom: 25px;
}

.tj-login-wrapper .tj-btn {
    background-color: var(--tj-color-heading-primary);
}
.tj-login-wrapper .tj-btn:hover {
    background-color: var(--tj-color-theme-primary);
}

/* order details css start */
.woocommerce-order
    .woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 24px;
    font-weight: 600;
    color: var(--tj-color-heading-primary);
    border: 2px dashed var(--tj-color-theme-primary);
    padding: 35px 30px;
    text-align: center;
    margin-bottom: 25px;
}
.woocommerce-order
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 20px 0;
    -webkit-box-shadow: 1px 6px 19px rgba(3, 4, 28, 0.1);
    box-shadow: 1px 6px 19px rgba(3, 4, 28, 0.1);
    margin-bottom: 55px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .woocommerce-order
        .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}
.woocommerce-order
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
    li {
    list-style: none;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
}
.woocommerce-order
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
    li
    strong {
    display: block;
}

.woocommerce-order-received .tj-page-area {
    background-color: transparent;
}

.tj-order-details-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-order-details-wrapper {
        display: block;
    }
}
.tj-order-details-wrapper .woocommerce-order-details {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    -webkit-margin-end: 50px;
    margin-inline-end: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-order-details-wrapper .woocommerce-order-details {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        margin-bottom: 50px;
    }
}
.tj-order-details-wrapper
    .woocommerce-order-details
    .woocommerce-order-details__title {
    margin-bottom: 15px;
    font-size: 22px;
}
.tj-order-details-wrapper .woocommerce-customer-details {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-order-details-wrapper .woocommerce-customer-details {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
}
.tj-order-details-wrapper .woocommerce-customer-details [class*="col-"] {
    width: inherit;
}
.tj-order-details-wrapper
    .woocommerce-customer-details
    .woocommerce-column__title {
    margin-bottom: 15px;
    font-size: 22px;
}
.tj-order-details-wrapper
    .woocommerce-customer-details
    .woocommerce-column--billing-address {
    margin-bottom: 35px;
}
.tj-order-details-wrapper .shop_table {
    width: 100%;
}
.tj-order-details-wrapper .shop_table thead tr th {
    text-align: start;
    padding: 8px 12px;
    color: var(--tj-color-heading-primary);
    font-weight: 700;
    border-color: var(--tj-color-border-1);
}
.tj-order-details-wrapper .shop_table tbody tr td {
    padding: 8px 12px;
    border-color: var(--tj-color-border-1);
}
.tj-order-details-wrapper .shop_table tbody tr td.product-name {
    text-align: start;
}
.tj-order-details-wrapper .shop_table tbody tr td.product-name a {
    color: var(--tj-color-heading-primary);
}
.tj-order-details-wrapper .shop_table tbody tr td.product-total {
    text-align: start;
}
.tj-order-details-wrapper .shop_table tfoot tr th {
    padding: 8px 12px;
    text-align: start;
    font-weight: 700;
    color: var(--tj-color-heading-primary);
    border-color: var(--tj-color-border-1);
}
.tj-order-details-wrapper .shop_table tfoot tr td {
    border-color: var(--tj-color-border-1);
    padding: 8px 12px;
    text-align: start;
}

.tj-empty-cart {
    text-align: center;
    margin-bottom: 35px;
}
.tj-empty-cart img {
    max-width: 450px;
}

.cart-empty.woocommerce-info {
    font-family: var(--tj-ff-heading);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.025em;
    margin-bottom: 35px;
    text-align: center;
}

/* my account css */
div.woocommerce .woocommerce-MyAccount-navigation ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    border-bottom: 1px solid var(--tj-color-border-1);
}
div.woocommerce .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::after {
    width: 100%;
    inset-inline-start: 0;
    inset-inline-end: auto;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    padding: 8px 0;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--tj-color-theme-primary);
}
div.woocommerce .woocommerce-MyAccount-navigation ul li a::after {
    position: absolute;
    content: "";
    inset-inline-start: auto;
    inset-inline-end: 0;
    height: 2px;
    width: 0;
    bottom: 0;
    background-color: var(--tj-color-theme-primary);
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-info a.wc-forward {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: unset;
    margin-top: 10px;
    text-decoration: none;
}
div.woocommerce .woocommerce-MyAccount-content > p a {
    color: var(--tj-color-theme-primary);
}
div.woocommerce .woocommerce-MyAccount-content .my_account_orders {
    width: 100%;
}
div.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-order-downloads
    .shop_table {
    width: 100%;
}
div.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-Addresses.u-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}
div.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-Addresses
    .woocommerce-Address {
    width: 50%;
}
div.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-Addresses
    .woocommerce-Address
    .woocommerce-Address-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
div.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-Addresses
    .woocommerce-Address
    .woocommerce-Address-title
    h3 {
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
}
div.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-Addresses
    .woocommerce-Address
    .woocommerce-Address-title
    > a {
    color: var(--tj-color-theme-primary);
    font-weight: 500;
    font-size: 16px;
    -webkit-margin-start: 40px;
    margin-inline-start: 40px;
}
div.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-MyAccount-orders
    th {
    font-weight: 700;
}
div.woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
    margin-top: 35px;
}
div.woocommerce .woocommerce-MyAccount-content .edit-account legend {
    font-size: 22px;
    color: var(--tj-color-heading-primary);
    font-weight: 500;
}
div.woocommerce .woocommerce-MyAccount-content .edit-account label {
    color: var(--tj-color-heading-primary);
}
div.woocommerce .woocommerce-MyAccount-content .edit-account input {
    height: 46px;
    line-height: 46px;
}
div.woocommerce .woocommerce-MyAccount-content .edit-account .tj-btn:hover {
    background-color: var(--tj-color-heading-primary);
    color: var(--tj-color-common-white);
}
div.woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-address-fields__field-wrapper
    input {
    height: 46px;
    line-height: 46px;
}
div.woocommerce .woocommerce-MyAccount-content .tj-btn:hover {
    background-color: var(--tj-color-heading-primary);
}

/* tp progress bar */
.tj-free-progress-bar {
    padding: 20px 30px 30px;
    border: 1px solid #e7e8eb;
    width: 100%;
    margin-bottom: 30px;
}
.tj-free-progress-bar .free-shipping-notice {
    color: var(--tj-color-heading-primary);
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}
.tj-free-progress-bar .free-shipping-notice a {
    color: var(--tj-color-theme-primary);
}
.tj-free-progress-bar .free-shipping-notice span {
    color: var(--tj-color-theme-primary);
    font-weight: 700;
}
.tj-free-progress-bar .tj-progress-bar {
    height: 6px;
    background-color: #f2f3f5;
    border-radius: 10px;
    overflow: hidden;
}
.tj-free-progress-bar .tj-progress-bar .progress {
    background-color: var(--tj-color-theme-primary);
    height: 6px;
}
.tj-free-progress-bar .progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgb(255, 255, 255) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.5) 75%,
        transparent 75%,
        transparent
    );
}

.cartmini__widget .woocommerce-mini-cart__total {
    padding: 20px;
    margin-bottom: 0;
}
.cartmini__widget .woocommerce-mini-cart__total span {
    float: right;
}
.cartmini__widget .product_list_widget {
    max-height: 700px;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(245, 9, 99, 0.5) #fff;
}
.cartmini__widget .product_list_widget::-webkit-scrollbar {
    display: thin; /* for Chrome, Safari, and Opera */
}
.cartmini__widget .woocommerce-mini-cart__buttons {
    padding: 20px;
}
.cartmini__widget .woocommerce-mini-cart__buttons .button {
    display: inline-block;
    font-weight: 500;
    color: var(--tj-color-heading-primary);
    font-family: var(--tj-ff-body);
    padding: 10px 30px;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #e7e8eb;
    text-align: center;
    width: 100%;
}
.cartmini__widget .woocommerce-mini-cart__buttons .button:hover {
    background-color: var(--tj-color-heading-primary);
    color: var(--tj-color-common-white);
}
.cartmini__widget .woocommerce-mini-cart__buttons .button:not(.checkout) {
    background-color: var(--tj-color-theme-bg);
    color: var(--tj-color-heading-primary);
    margin-bottom: 15px;
}
.cartmini__widget .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
    color: var(--tj-color-common-white);
    background-color: var(--tj-color-heading-primary);
    border-color: var(--tj-color-heading-primary);
}

.woosq-open .select2-container {
    z-index: 9;
}

/* product sidebar */
div.product-widget {
    background-color: var(--tj-color-theme-bg);
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    z-index: 3;
    border-radius: 10px;
    overflow: hidden;
    /* rating filter */
    /* product filter by color list*/
    /* filter categories */
}
div.product-widget:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    (max-width: 575px) {
    div.product-widget {
        padding: 25px 15px;
    }
}
div.product-widget .product-widget-title {
    color: var(--tj-color-heading-primary);
    font-size: var(--tj-fs-h4);
    line-height: 1.333;
    font-weight: var(--tj-fw-sbold);
    position: relative;
    margin-bottom: 25px;
    line-height: 1;
    z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    div.product-widget .product-widget-title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    div.product-widget .product-widget-title {
        font-size: 20px;
    }
}
div.product-widget .select2-container {
    margin-bottom: 20px;
}
div.product-widget .select2-container .select2-selection--single {
    height: 40px;
    line-height: 38px;
    border: 1px solid #e7e8eb;
    background-color: var(--tj-color-common-white);
    border-radius: 0;
}
div.product-widget .select2-container .select2-selection--single:focus {
    background-color: var(--tj-color-common-white);
}
div.product-widget
    .select2-container
    .select2-selection--single:focus
    .select2-selection--single {
    background-color: var(--tj-color-common-white);
    border-color: var(--tj-color-theme-primary);
}
div.product-widget .select2-container .select2-selection__rendered {
    line-height: 40px;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
}
div.product-widget .select2-container .select2-selection__arrow {
    height: 40px;
    inset-inline-end: 20px;
}
div.product-widget
    .select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    -webkit-padding-end: 4px;
    padding-inline-end: 4px;
    z-index: 2;
    background-color: var(--tj-color-common-white);
    top: -2px;
}
div.product-widget.widget_rating_filter ul li {
    list-style: none;
}
div.product-widget .woocommerce-widget-layered-nav-list li {
    list-style: none;
    font-size: 14px;
    color: #998f8f;
    margin-bottom: 5px;
}
div.product-widget .woocommerce-widget-layered-nav-list li span {
    font-weight: 400;
}
div.product-widget .woocommerce-widget-layered-nav-list li a {
    position: relative;
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
    color: var(--tj-color-text-body);
}
div.product-widget .woocommerce-widget-layered-nav-list li a:hover {
    color: var(--tj-color-theme-primary);
}
div.product-widget .woocommerce-widget-layered-nav-list li a::after {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    top: 53%;
    height: 4px;
    width: 4px;
    background-color: var(--tj-color-text-body);
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
div.product-widget .woocommerce-widget-layered-nav-list li a:hover {
    color: var(--tj-color-theme-primary);
}
div.product-widget.widget_product_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
div.product-widget.widget_product_categories ul li {
    margin-bottom: 10px;
    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;
    font-weight: var(--tj-fw-sbold);
    color: var(--tj-color-heading-primary);
    background: var(--tj-color-common-white);
    padding: 20px 15px 17px 25px;
    border-radius: 10px;
}
div.product-widget.widget_product_categories ul li:last-child {
    margin-bottom: 0;
}
div.product-widget.widget_product_categories ul li span,
div.product-widget.widget_product_categories ul li a {
    color: var(--tj-color-heading-primary);
}
div.product-widget.widget_product_categories ul li .icon {
    font-size: 24px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
div.product-widget.widget_product_categories ul li:hover {
    color: var(--tj-color-common-white);
    background-color: var(--tj-color-theme-primary);
}
div.product-widget.widget_product_categories ul li:hover span,
div.product-widget.widget_product_categories ul li:hover a {
    color: var(--tj-color-common-white);
}
div.product-widget.widget_top_rated_products ul,
div.product-widget.widget_recent_reviews ul,
div.product-widget.widget_products ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
div.product-widget.widget_top_rated_products ul li,
div.product-widget.widget_recent_reviews ul li,
div.product-widget.widget_products ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
div.product-widget.widget_top_rated_products ul li .single-post,
div.product-widget.widget_recent_reviews ul li .single-post,
div.product-widget.widget_products ul li .single-post {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-bottom: 15px;
}
div.product-widget.widget_top_rated_products ul li .single-post .post-image,
div.product-widget.widget_recent_reviews ul li .single-post .post-image,
div.product-widget.widget_products ul li .single-post .post-image {
    position: relative;
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
}
div.product-widget.widget_top_rated_products ul li .single-post .post-image a,
div.product-widget.widget_recent_reviews ul li .single-post .post-image a,
div.product-widget.widget_products ul li .single-post .post-image a {
    display: inline-block;
    width: 100%;
}
div.product-widget.widget_top_rated_products
    ul
    li
    .single-post
    .post-image
    a
    img,
div.product-widget.widget_recent_reviews ul li .single-post .post-image a img,
div.product-widget.widget_products ul li .single-post .post-image a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
div.product-widget.widget_top_rated_products
    ul
    li
    .single-post:hover
    .post-image
    a
    img,
div.product-widget.widget_recent_reviews
    ul
    li
    .single-post:hover
    .post-image
    a
    img,
div.product-widget.widget_products ul li .single-post:hover .post-image a img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
div.product-widget.widget_top_rated_products ul li:last-child .single-post,
div.product-widget.widget_recent_reviews ul li:last-child .single-post,
div.product-widget.widget_products ul li:last-child .single-post {
    margin-bottom: 0;
}
div.product-widget .tj-product-sidebar-rating-thumb img {
    max-width: inherit;
    width: 90px;
}
div.product-widget .tj-product-sidebar-rating-title {
    font-size: 16px;
}
div.product-widget .tj-product-sidebar-rating-title a:hover {
    color: var(--tj-color-theme-primary);
}
div.product-widget .tj-product-sidebar-rating-price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
div.product-widget .tj-product-sidebar-rating-price span {
    font-family: var(--tj-ff-body);
    font-weight: 500;
    font-size: 16px;
    color: var(--tj-color-text-body);
}
div.product-widget .tj-product-sidebar-rating-price del,
div.product-widget .tj-product-sidebar-rating-price ins {
    text-decoration: none;
}
div.product-widget
    .tj-product-sidebar-rating-price
    del
    .woocommerce-Price-amount,
div.product-widget .tj-product-sidebar-rating-price del span {
    text-decoration-line: line-through;
    color: var(--tj-color-common-black-2);
}
div.product-widget .tj-product-sidebar-rating-content .star-rating {
    display: block;
}
div.product-widget .tj-product-sidebar-rating-content .reviewer span {
    font-weight: 400;
}
div.product-widget .tj-product-sidebar-rating-content .reviewer span span {
    font-weight: 500;
}

/* price range slider */
.tj-shop-sidebar .price_slider_wrapper {
    padding: 30px 20px;
    background-color: var(--tj-color-common-white);
    border-radius: 8px;
}
.tj-shop-sidebar .ui-widget-content {
    position: relative;
    height: 4px;
    background-color: var(--tj-color-border-1);
    margin-bottom: 30px;
}
.tj-shop-sidebar .ui-widget-content .ui-slider-range {
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    border: 0;
    background-color: var(--tj-color-theme-dark);
    border-radius: 8px;
    z-index: 1;
}
.tj-shop-sidebar .ui-widget-content .ui-slider-handle {
    left: 0%;
    position: absolute;
    z-index: 2;
    outline: 0;
    cursor: pointer;
    background-color: var(--tj-color-common-white);
    border-radius: 100%;
    border: 2px solid var(--tj-color-theme-dark);
    height: 14px;
    top: -5px;
    width: 14px;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: unset;
    transition: unset;
}
.tj-shop-sidebar .ui-widget-content .ui-slider-handle:last-child {
    left: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.tj-shop-sidebar .price_slider_amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tj-shop-sidebar .price_slider_amount .button {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    padding: 8px 23px;
    border-radius: 30px;
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
}
.tj-shop-sidebar .price_slider_amount .button:hover {
    background-color: var(--tj-color-theme-dark);
}
.tj-shop-sidebar .price_slider_amount .price_label {
    font-size: 16px;
    line-height: 1;
    padding: 12px 15px;
    background-color: var(--tj-color-common-white);
    border: 1px solid var(--tj-color-border-1);
    border-radius: 6px;
}
.tj-shop-sidebar .price_slider_amount .price_label span {
    font-weight: 500;
    color: var(--tj-color-heading-primary);
}

.product-widget.woocommerce.widget_recent_reviews ul li {
    list-style: none;
}

/* product sidebar css end */
.woocommerce-ordering .nice-select ul.list {
    width: auto;
    inset-inline-start: auto;
    inset-inline-end: 0;
}

.tj-product-details-price del .woocommerce-Price-amount bdi,
.tj-product-details-price del .woocommerce-Price-currencySymbol bdi {
    -webkit-margin-end: 7px;
    margin-inline-end: 7px;
}
.tj-product-details-price .price ins {
    text-decoration: none;
}

.woosc-quick-table-products .woosc_table td img {
    width: 100px;
}
.woosc-quick-table-products .woosc_table .star-rating {
    display: inline-block;
}
.woosc-quick-table-products .woosc_table a.added_to_cart.wc-forward {
    background: var(--tj-color-theme-primary);
    padding: 5px 20px;
    color: #fff;
}
.woosc-quick-table-products .woosc_table a.ajax_add_to_cart.added {
    display: none !important;
}

.woocommerce-product-gallery ol.product-thumbnails {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin-top: 20px;
}

.outofstock .woocommerce-grouped-product-list-item__quantity .cart-button {
    display: none;
}

.stock.out-of-stock {
    color: var(--tj-color-theme-primary);
    display: inline-block;
    margin-bottom: 5px;
}

.tj-product-area .nice-select.open .list {
    width: 100%;
}

@media (max-width: 575px) {
    .woocommerce-ordering .nice-select ul.list {
        inset-inline-start: auto;
    }
}
.tj-product-details__list-img .tj-product__thumb-topsall {
    inset-inline-start: 25px;
    inset-inline-end: auto;
    position: absolute;
    top: 25px;
    padding: 10px 12px 10px;
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-text-body);
    font-size: 13px;
    line-height: 1;
    z-index: 2;
}

/*mini cart */
.tj-mini-card {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.tj-mini-card div.mini_shopping_cart_box {
    position: absolute;
    top: 110%;
    inset-inline-end: 0;
    width: 300px;
    background: #fff;
    padding: 1.25rem;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px rgba(62, 68, 90, 0.1);
    box-shadow: 0px 5px 10px rgba(62, 68, 90, 0.1);
    border: 1px solid #edeef5;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0 !important;
    visibility: hidden;
    z-index: 10;
    text-align: start;
}
@media (max-width: 767px) {
    .tj-mini-card div.mini_shopping_cart_box {
        display: none;
    }
}
.tj-mini-card div.mini_shopping_cart_box .cartmini__empty .tj-btn {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    font-size: 14px;
}
.tj-mini-card div.mini_shopping_cart_box .mini_cart_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    border-bottom: 1px solid #edeef5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.tj-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__thumb a {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}
.tj-mini-card
    div.mini_shopping_cart_box
    .mini_cart_item
    .cartmini__thumb
    a
    img {
    width: 60px;
}
.tj-mini-card
    div.mini_shopping_cart_box
    .mini_cart_item
    .mini-cart-remove
    a:hover {
    color: var(--tj-color-theme-primary);
}
.tj-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__content {
    position: static;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
}
.tj-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__content h5 {
    margin-bottom: 0;
}
.tj-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__content a {
    font-size: 14px;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    font-weight: 600;
    display: inline-block;
}
.tj-mini-card
    div.mini_shopping_cart_box
    .mini_cart_item
    .cartmini__content
    a:hover {
    color: var(--tj-color-theme-primary);
}
.tj-mini-card
    div.mini_shopping_cart_box
    .mini_cart_item
    .cartmini__content
    .cartmini__price-wrapper {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}
.tj-mini-card
    div.mini_shopping_cart_box
    .mini_cart_item
    .cartmini__content
    .cartmini__price-wrapper
    .quantity {
    display: inline-block;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.tj-mini-card
    div.mini_shopping_cart_box
    .mini_cart_item
    .cartmini__content
    .cartmini__price-wrapper
    .quantity
    .woocommerce-Price-amount.amount {
    color: var(--tj-color-theme-primary);
}
.tj-mini-card div.mini_shopping_cart_box .woocommerce-mini-cart__total {
    margin-top: 20px;
}
.tj-mini-card
    div.mini_shopping_cart_box
    .woocommerce-mini-cart__total
    > strong {
    font-size: 16px;
    font-weight: 600;
    color: #c2c2d3;
}
.tj-mini-card
    div.mini_shopping_cart_box
    .woocommerce-mini-cart__total
    .woocommerce-Price-amount {
    float: right;
}
.tj-mini-card
    div.mini_shopping_cart_box
    .woocommerce-mini-cart__total
    .woocommerce-Price-amount
    bdi {
    font-weight: 600;
    color: var(--tj-color-theme-primary);
}
.tj-mini-card
    div.mini_shopping_cart_box
    .woocommerce-mini-cart__buttons
    .wc-forward {
    float: none;
    color: #222;
    display: block;
    border: 1px solid #ddd;
    text-align: center;
    padding: 7px 15px;
    margin-top: 10px;
    background: none;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    font-size: 20px;
}
.tj-mini-card
    div.mini_shopping_cart_box
    .woocommerce-mini-cart__buttons
    .wc-forward.checkout {
    background: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
    color: #fff;
}

.tj-mini-card:hover .mini_shopping_cart_box {
    opacity: 1 !important;
    visibility: visible;
    top: 105%;
}

#woosq-popup .variations select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    -webkit-padding-start: 18px;
    padding-inline-start: 18px;
    -webkit-padding-end: 30px;
    padding-inline-end: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
#woosq-popup .star-rating {
    display: inline-block;
}

#review_form .comment-input label {
    font-size: 16px;
    color: var(--tj-color-text-body);
    font-weight: 500;
    margin-bottom: 10px;
}
#review_form .comment-respond > h3 {
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 25px;
}
#review_form .comment-respond button {
    margin-top: 25px;
}

.woocommerce-cart-form .tj-product-details__quantity {
    padding: 10px 15px;
}
.woocommerce-cart-form input {
    width: 100px;
}

#customer_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 768px) {
    #customer_login {
        display: block;
    }
}
#customer_login .u-column1,
#customer_login .u-column2 {
    width: 50%;
    display: inline-block;
    padding: 20px;
}
@media (max-width: 768px) {
    #customer_login .u-column1,
    #customer_login .u-column2 {
        width: 100%;
    }
}
#customer_login .u-column1 h2,
#customer_login .u-column2 h2 {
    font-size: 28px;
    font-weight: 600;
    color: var(--tj-color-heading-primary);
    margin-bottom: 15px;
}
#customer_login .u-column1 label,
#customer_login .u-column2 label {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    font-size: 16px;
    margin-bottom: 10px;
}
#customer_login .u-column1 label.woocommerce-form__label-for-checkbox,
#customer_login .u-column2 label.woocommerce-form__label-for-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#customer_login .u-column1 label.woocommerce-form__label-for-checkbox span,
#customer_login .u-column2 label.woocommerce-form__label-for-checkbox span {
    font-size: 16px;
    cursor: pointer;
}
#customer_login .u-column1 input,
#customer_login .u-column2 input {
    border-radius: 6px;
    padding: 0px 20px;
    font-size: 14px;
    width: 100%;
    height: 55px;
    border: 0;
    outline: 0;
    font-weight: 500;
    font-size: 16px;
    color: #87888a;
    -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
    transition: -webkit-box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
    transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
    transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3),
        -webkit-box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
    color: var(--tj-color-heading-primary);
}
#customer_login .u-column1 input[type="checkbox"],
#customer_login .u-column2 input[type="checkbox"] {
    width: 15px;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
    cursor: pointer;
}
#customer_login .u-column1 input:focus,
#customer_login .u-column2 input:focus {
    -webkit-box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06),
        inset 0 0 0 2px var(--tj-color-theme-primary);
    box-shadow: 0px 1px 2px 1px rgba(32, 33, 36, 0.06),
        inset 0 0 0 2px var(--tj-color-theme-primary);
}
#customer_login .u-column1 .woocommerce-form-login__submit,
#customer_login .u-column1 .woocommerce-form-register__submit,
#customer_login .u-column2 .woocommerce-form-login__submit,
#customer_login .u-column2 .woocommerce-form-register__submit {
    font-family: var(--tj-ff-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: var(--tj-color-common-white);
    background-color: var(--tj-color-theme-primary);
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    border: 2px solid var(--tj-color-theme-primary);
}
#customer_login .u-column1 .woocommerce-form-login__submit:hover,
#customer_login .u-column1 .woocommerce-form-register__submit:hover,
#customer_login .u-column2 .woocommerce-form-login__submit:hover,
#customer_login .u-column2 .woocommerce-form-register__submit:hover {
    color: var(--tj-color-theme-primary);
    background-color: transparent;
}
#customer_login .u-column1 .lost_password,
#customer_login .u-column2 .lost_password {
    font-size: 16px;
    color: #6f7172;
    text-decoration: underline;
}
#customer_login .u-column1 .lost_password:hover,
#customer_login .u-column2 .lost_password:hover {
    color: var(--tj-color-theme-primary);
}

.woocommerce-ResetPassword label {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    font-size: 16px;
    margin-bottom: 10px;
}
.woocommerce-ResetPassword label.woocommerce-form__label-for-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.woocommerce-ResetPassword label.woocommerce-form__label-for-checkbox span {
    font-size: 16px;
    cursor: pointer;
}
.woocommerce-ResetPassword input {
    border-radius: 0;
    padding: 0px 20px;
    font-size: 14px;
    width: 100%;
    height: 55px;
    border: 0;
    outline: 0;
    font-weight: 500;
    font-size: 16px;
    color: #87888a;
    -webkit-box-shadow: inset 0 0 0 1px var(--tj-color-border-1);
    box-shadow: inset 0 0 0 1px var(--tj-color-border-1);
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
    transition: -webkit-box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
    transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
    transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3),
        -webkit-box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
    color: var(--tj-color-heading-primary);
    background-color: transparent;
    border-radius: 8px;
}
.woocommerce-ResetPassword input[type="checkbox"] {
    width: 15px;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
    cursor: pointer;
}
.woocommerce-ResetPassword input:focus {
    -webkit-box-shadow: 0px 1px 1px 1px rgba(32, 33, 36, 0.06),
        inset 0 0 0 1px #4260ff;
    box-shadow: 0px 1px 1px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 1px #4260ff;
}
.woocommerce-ResetPassword .woocommerce-Button {
    height: 60px;
    padding: 0 50px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--tj-color-common-white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 6px;
    background: var(--tj-color-theme-primary);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border-radius: 60px;
}
.woocommerce-ResetPassword .woocommerce-Button:focus,
.woocommerce-ResetPassword .woocommerce-Button:hover {
    color: var(--tj-color-common-white);
    background: var(--tj-color-theme-dark);
}

.woocommerce-notices-wrapper .woocommerce-error {
    padding: 0;
    list-style: none;
}
.woocommerce-notices-wrapper .woocommerce-error li {
    background: var(--tj-color-theme-bg);
    padding: 15px 20px;
    margin-bottom: 30px;
    border: 1px solid var(--tj-color-theme-bg);
    color: var(--tj-color-text-body);
}

.woocommerce:not(:has(#customer_login)) .woo-login-form {
    max-width: 645px;
    margin: 0 auto;
}
.woocommerce .woo-login-form h3 {
    margin-bottom: 20px;
}
.woocommerce .woo-lost-password {
    max-width: 645px;
    margin: 0 auto;
}

.woocommerce-form-register label,
.woocommerce-form-login label {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    margin-bottom: 5px;
    font-size: 16px;
}
.woocommerce-form-register label.woocommerce-form__label-for-checkbox,
.woocommerce-form-login label.woocommerce-form__label-for-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.woocommerce-form-register label.woocommerce-form__label-for-checkbox span,
.woocommerce-form-login label.woocommerce-form__label-for-checkbox span {
    font-size: 16px;
}
.woocommerce-form-register input,
.woocommerce-form-login input {
    background: transparent !important;
    border: 1px solid var(--tj-color-theme-dark) !important;
    border-radius: 0;
    height: 48px !important;
    padding: 0 10px 0;
    width: 100%;
    outline: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    display: block;
    border-radius: 8px;
}
.woocommerce-form-register input[type="checkbox"],
.woocommerce-form-login input[type="checkbox"] {
    width: 15px;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}
.woocommerce-form-register input:focus,
.woocommerce-form-login input:focus {
    background: var(--tj-color-theme-bg) !important;
}
.woocommerce-form-register .show-password-input,
.woocommerce-form-login .show-password-input {
    display: none;
}
.woocommerce-form-register .woocommerce-button,
.woocommerce-form-login .woocommerce-button {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 0;
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
    border-radius: 8px;
}
.woocommerce-form-register .woocommerce-button .btn-text,
.woocommerce-form-login .woocommerce-button .btn-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    color: inherit;
    text-shadow: 0 23px 0 currentColor;
}
.woocommerce-form-register .woocommerce-button .btn-text span,
.woocommerce-form-login .woocommerce-button .btn-text span {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.woocommerce-form-register .woocommerce-button:hover,
.woocommerce-form-login .woocommerce-button:hover {
    background-color: var(--tj-color-theme-dark);
    color: var(--tj-color-common-white);
}
.woocommerce-form-register .woocommerce-button:hover .btn-text span,
.woocommerce-form-login .woocommerce-button:hover .btn-text span {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
}

.woocommerce-address-fields .nice-select {
    display: block;
    width: 100%;
    border-radius: 0;
}

#shipping_address_1 {
    margin-bottom: 15px;
}

.woocommerce-address-fields label,
.edit-account label {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    font-size: 14px;
    margin-bottom: 10px;
}
.woocommerce-address-fields label.woocommerce-form__label-for-checkbox,
.edit-account label.woocommerce-form__label-for-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.woocommerce-address-fields label.woocommerce-form__label-for-checkbox span,
.edit-account label.woocommerce-form__label-for-checkbox span {
    font-size: 16px;
    cursor: pointer;
}
.woocommerce-address-fields input,
.edit-account input {
    border-radius: 0;
    padding: 0px 20px;
    font-size: 14px;
    width: 100%;
    height: 55px;
    border: 0;
    outline: 0;
    font-weight: 500;
    font-size: 16px;
    color: #87888a;
    -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
    transition: -webkit-box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
    transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
    transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3),
        -webkit-box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
    color: var(--tj-color-heading-primary);
}
.woocommerce-address-fields input[type="checkbox"],
.edit-account input[type="checkbox"] {
    width: 15px;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
    cursor: pointer;
}
.woocommerce-address-fields input:focus,
.edit-account input:focus {
    -webkit-box-shadow: 0px 1px 1px 1px rgba(32, 33, 36, 0.06),
        inset 0 0 0 1px #4260ff;
    box-shadow: 0px 1px 1px 1px rgba(32, 33, 36, 0.06), inset 0 0 0 1px #4260ff;
}
.woocommerce-address-fields button[name="save_address"],
.woocommerce-address-fields .woocommerce-Button,
.edit-account button[name="save_address"],
.edit-account .woocommerce-Button {
    height: 60px;
    padding: 0 50px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--tj-color-common-white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 6px;
    background: var(--tj-color-theme-primary);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border-radius: 60px;
}
.woocommerce-address-fields button[name="save_address"]:focus,
.woocommerce-address-fields button[name="save_address"]:hover,
.woocommerce-address-fields .woocommerce-Button:focus,
.woocommerce-address-fields .woocommerce-Button:hover,
.edit-account button[name="save_address"]:focus,
.edit-account button[name="save_address"]:hover,
.edit-account .woocommerce-Button:focus,
.edit-account .woocommerce-Button:hover {
    color: var(--tj-color-common-white);
    background: var(--tj-color-theme-dark);
}

.woosw-copy-label {
    color: #6f7172;
}

#woosw_copy_btn {
    padding: 3px 20px;
    background: var(--tj-color-theme-primary);
    color: #fff;
    font-weight: 500;
    border: none;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}

/*rating*/
.star-rating {
    position: relative;
    font-size: 12px;
    overflow: hidden;
    line-height: 1;
    display: inline-block;
}

.star-rating::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f005\f005\f005\f005\f005";
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--tj-color-theme-primary);
    font-size: 12px;
    line-height: 1;
}

.star-rating span {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    overflow: hidden;
    font-size: 0;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}

.star-rating span::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f005\f005\f005\f005\f005";
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--tj-color-theme-primary);
    font-weight: 900;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
}

/*rating end*/
a.ajax_add_to_cart.added {
    display: none !important;
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    color: var(--tj-color-theme-primary);
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: var(--tj-ff-fontawesome);
    content: "\f005";
    text-indent: 0;
}

.woocommerce p.stars a:hover ~ a::before {
    content: "\f005";
    font-weight: 400;
}

.woocommerce p.stars:hover a::before {
    content: "\f005";
    font-weight: 700;
}

.woocommerce p.stars.selected a.active::before {
    content: "\f005";
    font-weight: 700;
}

.woocommerce p.stars.selected a.active ~ a::before {
    content: "\f005";
    font-weight: 400;
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\f005";
    font-weight: 700;
}

/*spinner */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.woocommerce a.button.loading::before,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    font-family: var(--tj-ff-fontawesome);
    content: "\f110";
    vertical-align: top;
    font-weight: 400;
    top: 0.618em;
    font-size: 14px;
    inset-inline-end: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    color: var(--tj-color-heading-primary);
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tj-product-action .added_to_cart.wc-forward {
    font-size: 0;
}

.loading svg {
    display: none;
}

/*compare*/
.woosc-area {
    background: no-repeat !important;
}

/* archive */
.tj-product:hover {
    position: relative;
    z-index: 2;
}

section.woosc-quick-table > h2 {
    font-size: 26px;
    color: var(--tj-color-text-body);
    font-weight: 600;
}

a.cart-button.icon-btn.button.stock-out {
    cursor: not-allowed;
}

.grouped_form a {
    color: var(--tj-color-text-body);
}
.grouped_form a:hover {
    color: var(--tj-color-theme-primary);
}
.grouped_form .variations .nice-select {
    float: none;
}
.grouped_form .tj-product-details__quantity {
    padding: 5px 13px;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    margin-top: 0;
    margin-bottom: 0;
}
.grouped_form .tj-product-details__quantity .tj-cart-minus,
.grouped_form .tj-product-details__quantity .tj-cart-plus {
    font-size: 14px;
}
.grouped_form .tj-product-details__quantity input {
    font-size: 14px;
}
.grouped_form del {
    font-size: 16px;
    color: var(--tj-color-theme-bg);
    font-weight: 600;
}
.grouped_form del .woocommerce-Price-amount {
    font-size: 16px;
    color: var(--tj-color-theme-bg);
    font-weight: 500;
}
.grouped_form ins {
    text-decoration: none;
}
.grouped_form ins .woocommerce-Price-amount {
    color: var(--tj-color-text-body);
    font-weight: 600;
    font-size: 16px;
}
.grouped_form .woocommerce-Price-amount {
    color: var(--tj-color-text-body);
    font-weight: 600;
    font-size: 16px;
}

.woocommerce-shop .woocommerce-notices-wrapper {
    display: none;
}
.woocommerce-shop .tj-product__thumb-topsall {
    position: absolute;
    inset-inline-end: 25px;
    top: 15px;
}
.woocommerce-shop .tj-product__thumb-topsall span {
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-text-body);
    padding: 10px 12px 10px;
}
.woocommerce-shop .tj-shop-list-title {
    font-size: 16px;
    color: var(--tj-color-text-body);
    margin-bottom: 0;
}

.tj-shop-listing {
    gap: 20px;
}
.tj-shop-listing .woocommerce-notices-wrapper {
    display: none;
}

.tj-shop-listing-popup .nice-select {
    background: transparent;
    padding: 0 15px;
    border-radius: 8px;
    width: 233px;
}
@media (max-width: 575px) {
    .tj-shop-listing-popup .nice-select {
        width: auto;
    }
}
.tj-shop-listing-popup .nice-select::after {
    content: "\e929";
    font-family: "bexon-icons";
    color: var(--tj-color-text-body);
    font-size: 14px;
    line-height: 1;
    width: 14px;
    height: 14px;
    top: 16px;
    inset-inline-end: 12px;
    border: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.tj-shop-listing-popup .nice-select.open::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.tj-shop-listing-popup .nice-select .list {
    width: 100%;
    border-radius: 8px;
}
.tj-shop-listing-popup .orderby .current {
    -webkit-margin-end: 25px;
    margin-inline-end: 25px;
}

a.added_to_cart.wc-forward::before {
    content: "\f00c";
    font-family: var(--tj-ff-fontawesome);
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

.tj-product-price .woocommerce-Price-amount {
    font-weight: 400;
    font-size: 16px;
    color: var(--tj-color-heading-primary);
}
.tj-product-price ins {
    text-decoration: none;
}
.tj-product-price del .woocommerce-Price-amount {
    font-weight: 400;
    font-size: 16px;
    color: var(--tj-color-text-body);
}

.tj-product-details__cart .product-add-cart-btn {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}
.tj-product-details__cart .product-add-cart-btn svg {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-margin-end: 3px;
    margin-inline-end: 3px;
}
.tj-product-details__cart .product-action-btn .woosw-btn {
    font-size: 0;
    width: 48px;
    height: 48px;
    line-height: 47px;
    text-align: center;
    color: var(--tj-color-heading-primary);
    border: 1px solid #dadce0;
    border-radius: 4px;
}
.tj-product-details__cart .product-action-btn .woosw-btn:hover {
    color: var(--tj-color-common-white);
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
}
.tj-product-details__cart .product-action-btn .woosw-btn::before {
    font-size: 16px;
    content: "\f004";
    font-family: var(--tj-ff-fontawesome);
    margin: 0;
}
.tj-product-details__cart
    .product-action-btn
    .woosw-btn.woosw-btn-added::before {
    font-weight: 700;
}
.tj-product-details__cart .product-action-btn .woosc-btn {
    font-size: 0;
    width: 48px;
    height: 48px;
    line-height: 47px;
    text-align: center;
    color: var(--tj-color-heading-primary);
    border: 1px solid #dadce0;
    border-radius: 4px;
}
.tj-product-details__cart .product-action-btn .woosc-btn:hover {
    color: var(--tj-color-common-white);
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
}
.tj-product-details__cart .product-action-btn .woosc-btn::before {
    font-size: 16px;
    content: "\f0ec";
    font-family: var(--tj-ff-fontawesome);
    margin: 0;
}
.tj-product-details__cart
    .product-action-btn
    .woosc-btn.woosc-btn-added::before {
    font-size: 16px;
    content: "\f00c";
    font-family: var(--tj-ff-fontawesome);
    margin: 0;
    font-weight: 700;
}

#review_form_wrapper .stars {
    margin-top: 5px;
    margin-bottom: 0;
}

.related-products .woocommerce-notices-wrapper {
    display: none;
}
.related-products .tj-product__thumb-topsall {
    position: absolute;
    inset-inline-end: 25px;
    top: 15px;
}
.related-products .tj-product__thumb-topsall span {
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-text-body);
    padding: 10px 12px 10px;
}

.flex-control-thumbs.product-thumbnails .slick-list {
    margin: 0 -6px;
}
.flex-control-thumbs.product-thumbnails .slick-slide {
    margin: 0 6px;
}
.flex-control-thumbs.product-thumbnails .slick-slide {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: border-color 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: border-color 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.flex-control-thumbs.product-thumbnails
    .slick-slide.slick-active
    img.flex-active {
    border: 1px solid var(--tj-color-theme-primary);
}
.flex-control-thumbs.product-thumbnails .slick-slide:hover {
    cursor: pointer;
}

.product-thumbnails {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin-top: 15px;
}

.cart-wrapper .cart_totals table tr,
.cart-wrapper .cart_totals table tbody {
    border: none;
}
.cart-wrapper .wc_payment_methods {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
}
.cart-wrapper .wc_payment_methods .woocommerce-notice {
    list-style: none;
    color: var(--tj-color-theme-primary);
}
.cart-wrapper #order_review_heading {
    margin-bottom: 20px;
}
.cart-wrapper .order-review-wrapper table tbody,
.cart-wrapper .order-review-wrapper table td,
.cart-wrapper .order-review-wrapper table tfoot,
.cart-wrapper .order-review-wrapper table th,
.cart-wrapper .order-review-wrapper table thead,
.cart-wrapper .order-review-wrapper table tr {
    border: none;
}
.cart-wrapper .order-review-wrapper table {
    width: 100%;
    border: 0;
}
.cart-wrapper .order-review-wrapper table thead th {
    border: none;
    border-bottom: 1px solid var(--tj-color-border-1);
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
    padding-bottom: 0.75rem;
    text-align: start;
    font-family: var(--tj-ff-heading);
    font-size: 16px;
    font-weight: 600;
    color: var(--tj-color-heading-primary);
}
.cart-wrapper .order-review-wrapper table thead th:last-child {
    text-align: start;
    -webkit-padding-end: 30px;
    padding-inline-end: 30px;
}
.cart-wrapper .order-review-wrapper table tbody tr {
    border-bottom: 1px solid var(--tj-color-border-1);
}
.cart-wrapper .order-review-wrapper table tbody tr.cart_item td {
    font-size: 16px;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}
.cart-wrapper .order-review-wrapper table tbody tr.cart_item td:first-child {
    border-top: medium none;
    color: var(--tj-color-text-body);
    font-weight: normal;
    text-align: start;
    vertical-align: middle;
    width: 50%;
}
.cart-wrapper .order-review-wrapper table tbody tr.cart_item td:last-child {
    -webkit-padding-end: 30px;
    padding-inline-end: 30px;
    text-align: start;
    color: var(--tj-color-text-body);
}
.cart-wrapper .order-review-wrapper table tbody tr.cart_item td strong {
    color: var(--tj-color-text-body);
}
.cart-wrapper .order-review-wrapper table tbody tr td {
    border: 0;
    padding: 15px 0;
}
.cart-wrapper .order-review-wrapper table tfoot tr {
    border-bottom: 1px solid var(--tj-color-border-1);
}
.cart-wrapper
    .order-review-wrapper
    table
    tfoot
    tr.woocommerce-shipping-totals.shipping
    th {
    border: none;
    border-bottom: 1px solid var(--tj-color-border-1);
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    color: var(--tj-color-heading-primary);
    padding: 15px 0;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
    text-align: start;
    font-size: 14px;
    font-weight: 600;
}
.cart-wrapper
    .order-review-wrapper
    table
    tfoot
    tr.woocommerce-shipping-totals.shipping
    td {
    text-align: start;
    padding: 15px 0;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}
.cart-wrapper .order-review-wrapper table tfoot tr.cart-subtotal th {
    border: none;
    border-bottom: 1px solid var(--tj-color-border-1);
    color: var(--tj-color-heading-primary);
    text-align: start;
    font-size: 14px;
    font-weight: 600;
}
.cart-wrapper .order-review-wrapper table tfoot tr.cart-subtotal td {
    border: none;
    border-bottom: 1px solid var(--tj-color-border-1);
    color: var(--tj-color-heading-primary);
    text-align: start;
    font-size: 14px;
}
.cart-wrapper .order-review-wrapper table tfoot tr.order-total th {
    text-align: start;
    font-weight: 600;
    color: var(--tj-color-heading-primary);
}
.cart-wrapper .order-review-wrapper table tfoot tr.order-total td {
    text-align: start;
}
.cart-wrapper .order-review-wrapper table tfoot tr.order-total td span bdi {
    color: var(--tj-color-heading-primary);
    font-weight: 600;
}
.cart-wrapper .order-review-wrapper table tfoot tr td,
.cart-wrapper .order-review-wrapper table tfoot tr th {
    border: 0;
    padding: 15px 0;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.tj-checkout-billing-wrapper label {
    position: static;
    border: 0;
    margin-bottom: 7px;
    display: block;
    width: auto;
    color: var(--tj-color-heading-primary);
}
.tj-checkout-billing-wrapper label abbr.required {
    color: red;
    text-decoration: none;
}
.tj-checkout-billing-wrapper label span {
    font-size: 16px;
}
.tj-checkout-billing-wrapper .woocommerce-input-wrapper span {
    display: block;
}
.tj-checkout-billing-wrapper input[type="text"],
.tj-checkout-billing-wrapper input[type="email"],
.tj-checkout-billing-wrapper input[type="tel"],
.tj-checkout-billing-wrapper input[type="url"],
.tj-checkout-billing-wrapper input[type="password"] {
    outline: 0;
    margin-bottom: 30px;
}
.tj-checkout-billing-wrapper input[type="text"]:focus,
.tj-checkout-billing-wrapper input[type="email"]:focus,
.tj-checkout-billing-wrapper input[type="tel"]:focus,
.tj-checkout-billing-wrapper input[type="url"]:focus,
.tj-checkout-billing-wrapper input[type="password"]:focus {
    border-color: var(--tj-color-theme-primary);
}
.tj-checkout-billing-wrapper .nice-select {
    height: 48px;
    line-height: 36px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid var(--tj-color-theme-dark);
    color: var(--tj-color-heading-primary);
    float: unset;
    padding: 5px 22px;
    margin-bottom: 30px;
    border-radius: 8px;
}
.tj-checkout-billing-wrapper .nice-select::after {
    inset-inline-end: 26px;
}
.tj-checkout-billing-wrapper .nice-select .list {
    max-height: 300px;
    overflow: auto;
}
.tj-checkout-billing-wrapper
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
    -webkit-padding-end: 35px;
    padding-inline-end: 35px;
}
.tj-checkout-billing-wrapper
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 0;
    inset-inline-end: 17px;
    height: 46px;
}
.tj-checkout-billing-wrapper button[name="save_address"],
.tj-checkout-billing-wrapper button[name="save_account_details"] {
    border-radius: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--tj-color-common-white);
    padding: 11px 45px;
    background-color: var(--tj-color-heading-primary);
    margin-bottom: 15px;
    text-transform: capitalize;
}
.tj-checkout-billing-wrapper button[name="save_address"]:hover,
.tj-checkout-billing-wrapper button[name="save_account_details"]:hover {
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
}
.tj-checkout-billing-wrapper button[name="save_account_details"] {
    margin-top: 20px;
}
.tj-checkout-billing-wrapper .woocommerce-form-row {
    margin-bottom: 0;
}
.tj-checkout-billing-wrapper
    button.woocommerce-form-login__submit[type="submit"],
.tj-checkout-billing-wrapper
    button.woocommerce-form-register__submit[name="register"] {
    border-radius: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--tj-color-common-white);
    padding: 11px 45px;
    background-color: var(--tj-color-theme-primary);
    margin-bottom: 15px;
    display: block;
}
.tj-checkout-billing-wrapper
    button.woocommerce-form-login__submit[type="submit"]:hover,
.tj-checkout-billing-wrapper
    button.woocommerce-form-register__submit[name="register"]:hover {
    background-color: var(--tj-color-heading-primary);
    color: var(--tj-color-common-white);
}
.tj-checkout-billing-wrapper .woocommerce-privacy-policy-text p a {
    color: var(--tj-color-theme-primary);
}
.tj-checkout-billing-wrapper .woocommerce-privacy-policy-text p a:hover {
    text-decoration: underline !important;
}
.tj-checkout-billing-existing-login,
.tj-checkout-billing-coupon {
    margin-bottom: 80px;
}
.tj-checkout-billing-existing-login label,
.tj-checkout-billing-coupon label {
    position: static;
    border: 0;
    margin-bottom: 7px;
    display: inline-block;
    width: auto;
    color: var(--tj-color-heading-primary);
}
.tj-checkout-billing-existing-login label abbr.required,
.tj-checkout-billing-coupon label abbr.required {
    color: red;
    text-decoration: none;
}
.tj-checkout-billing-existing-login .woocommerce-info,
.tj-checkout-billing-coupon .woocommerce-info {
    font-size: 16px;
    color: var(--tj-color-heading-primary);
    display: inline-block;
    padding: 8px 26px;
    width: 100%;
}
.tj-checkout-billing-existing-login .woocommerce-info a,
.tj-checkout-billing-coupon .woocommerce-info a {
    color: var(--tj-color-theme-primary);
    position: relative;
    border-bottom: 1px solid var(--tj-color-theme-primary);
}
.tj-checkout-billing-existing-login .checkout_coupon.woocommerce-form-coupon,
.tj-checkout-billing-existing-login .woocommerce-form.woocommerce-form-login,
.tj-checkout-billing-coupon .checkout_coupon.woocommerce-form-coupon,
.tj-checkout-billing-coupon .woocommerce-form.woocommerce-form-login {
    margin-top: 14px;
    position: relative;
}
.tj-checkout-billing-existing-login input[type="text"],
.tj-checkout-billing-existing-login input[type="email"],
.tj-checkout-billing-existing-login input[type="tel"],
.tj-checkout-billing-existing-login input[type="url"],
.tj-checkout-billing-existing-login input[type="password"],
.tj-checkout-billing-coupon input[type="text"],
.tj-checkout-billing-coupon input[type="email"],
.tj-checkout-billing-coupon input[type="tel"],
.tj-checkout-billing-coupon input[type="url"],
.tj-checkout-billing-coupon input[type="password"] {
    outline: 0;
    border-radius: 0;
    height: 46px;
    background: #ffffff;
    border: 1px solid #ced7e0;
    font-size: 14px;
    color: var(--tj-color-heading-primary);
    padding: 0 25px;
    line-height: 46px;
    margin-bottom: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-checkout-billing-existing-login input[type="text"],
    .tj-checkout-billing-existing-login input[type="email"],
    .tj-checkout-billing-existing-login input[type="tel"],
    .tj-checkout-billing-existing-login input[type="url"],
    .tj-checkout-billing-existing-login input[type="password"],
    .tj-checkout-billing-coupon input[type="text"],
    .tj-checkout-billing-coupon input[type="email"],
    .tj-checkout-billing-coupon input[type="tel"],
    .tj-checkout-billing-coupon input[type="url"],
    .tj-checkout-billing-coupon input[type="password"] {
        width: 100%;
    }
}
.tj-checkout-billing-existing-login input[type="text"]:focus,
.tj-checkout-billing-existing-login input[type="email"]:focus,
.tj-checkout-billing-existing-login input[type="tel"]:focus,
.tj-checkout-billing-existing-login input[type="url"]:focus,
.tj-checkout-billing-existing-login input[type="password"]:focus,
.tj-checkout-billing-coupon input[type="text"]:focus,
.tj-checkout-billing-coupon input[type="email"]:focus,
.tj-checkout-billing-coupon input[type="tel"]:focus,
.tj-checkout-billing-coupon input[type="url"]:focus,
.tj-checkout-billing-coupon input[type="password"]:focus {
    border-color: var(--tj-color-theme-primary);
}
.tj-checkout-billing-existing-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme,
.tj-checkout-billing-coupon
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-bottom: 15px;
}
.tj-checkout-billing-existing-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    input,
.tj-checkout-billing-coupon
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    input {
    display: none;
}
.tj-checkout-billing-existing-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    input:checked
    ~ span::after,
.tj-checkout-billing-coupon
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    input:checked
    ~ span::after {
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
}
.tj-checkout-billing-existing-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    input:checked
    ~ span::before,
.tj-checkout-billing-coupon
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    input:checked
    ~ span::before {
    visibility: visible;
    opacity: 1;
}
.tj-checkout-billing-existing-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    span,
.tj-checkout-billing-coupon
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    span {
    font-size: 16px;
    color: #55585b;
    position: relative;
    -webkit-padding-start: 26px;
    padding-inline-start: 26px;
    z-index: 1;
}
.tj-checkout-billing-existing-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    span::after,
.tj-checkout-billing-coupon
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    span::after {
    position: absolute;
    content: "";
    top: 2px;
    inset-inline-start: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #c3c7c9;
    z-index: -1;
}
.tj-checkout-billing-existing-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    span::before,
.tj-checkout-billing-coupon
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    span::before {
    position: absolute;
    content: url("../icons/check.svg");
    top: 2px;
    inset-inline-start: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tj-color-common-white);
}
.tj-checkout-billing-existing-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    span
    a:hover,
.tj-checkout-billing-coupon
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    span
    a:hover {
    color: var(--tj-color-theme-primary);
}
.tj-checkout-billing-existing-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    span:hover,
.tj-checkout-billing-coupon
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    span:hover {
    cursor: pointer;
}
.tj-checkout-billing-existing-login .lost_password a,
.tj-checkout-billing-coupon .lost_password a {
    color: var(--tj-color-heading-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.tj-checkout-billing-existing-login .lost_password a:hover,
.tj-checkout-billing-coupon .lost_password a:hover {
    color: var(--tj-color-theme-primary);
}

.woocommerce-form.woocommerce-form-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-bottom: 15px;
}
.woocommerce-form.woocommerce-form-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    input {
    display: none;
}
.woocommerce-form.woocommerce-form-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    input:checked
    ~ span::after {
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
}
.woocommerce-form.woocommerce-form-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    input:checked
    ~ span::before {
    visibility: visible;
    opacity: 1;
}
.woocommerce-form.woocommerce-form-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    span {
    font-size: 16px;
    color: #676e7a;
    position: relative;
    -webkit-padding-start: 26px;
    padding-inline-start: 26px;
    z-index: 1;
}
.woocommerce-form.woocommerce-form-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    span::after {
    position: absolute;
    content: "";
    top: 5px;
    inset-inline-start: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border: 1px solid var(--tj-color-border-1);
    border-radius: 4px;
    z-index: -1;
}
.woocommerce-form.woocommerce-form-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    span::before {
    position: absolute;
    content: "\f00c";
    inset-inline-start: 4px;
    top: 5px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tj-color-common-white);
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
}
.woocommerce-form.woocommerce-form-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    span
    a:hover {
    color: var(--tj-color-theme-primary);
}
.woocommerce-form.woocommerce-form-login
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
    span:hover {
    cursor: pointer;
}
.woocommerce-form.woocommerce-form-login .lost_password a {
    color: var(--tj-color-heading-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.woocommerce-form.woocommerce-form-login .lost_password a:hover {
    color: var(--tj-color-theme-primary);
}

.woocommerce-MyAccount-content
    .woosw-list
    .woosw-items
    .woosw-item--add
    .add_to_cart_button {
    font-size: 16px;
}
.woocommerce-MyAccount-content
    .woosw-list
    .woosw-items
    .woosw-item--add
    .add_to_cart_button
    svg {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.woocommerce-MyAccount-content table.woosc_table thead th,
.woocommerce-MyAccount-content table.woosc_table tbody td {
    padding: 10px;
}
.woocommerce-MyAccount-content table.woosc_table thead th.th-placeholder,
.woocommerce-MyAccount-content table.woosc_table thead th.td-placeholder,
.woocommerce-MyAccount-content table.woosc_table tbody td.th-placeholder,
.woocommerce-MyAccount-content table.woosc_table tbody td.td-placeholder {
    display: none;
}

.woocommerce-MyAccount-content table.woosc_table thead th a {
    font-weight: 500;
}
.woocommerce-MyAccount-content table.woosc_table thead th span {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.woocommerce-MyAccount-content table.woosc_table thead th span:hover {
    color: var(--tj-color-theme-primary);
}

.cart-wrapper .woocommerce-checkout-review-order table {
    margin-bottom: 0;
    border: 1px solid var(--tj-color-border-1);
    border-radius: 12px;
    border-end-end-radius: 0;
    border-end-start-radius: 0;
}

.woocommerce-checkout-payment {
    margin-top: 0;
}
.woocommerce-checkout-payment .wc_payment_methods {
    border: 1px solid var(--tj-color-border-1);
    border-radius: 12px;
    border-start-end-radius: 0;
    border-start-start-radius: 0;
    border-top: 0;
    padding: 30px;
    padding-bottom: 30px;
    padding-top: 15px;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
    list-style: none;
    padding-top: 0;
}
.woocommerce-checkout-payment
    .wc_payment_methods
    .wc_payment_method:not(:last-child) {
    margin-bottom: 10px;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input {
    display: none;
}
.woocommerce-checkout-payment
    .wc_payment_methods
    .wc_payment_method
    input:checked
    ~ label::before {
    opacity: 1;
    visibility: visible;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
    font-family: var(--tj-ff-heading);
    font-size: 16px;
    position: relative;
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
    font-weight: 500;
    color: var(--tj-color-text-body);
}
.woocommerce-checkout-payment
    .wc_payment_methods
    .wc_payment_method
    label:hover {
    cursor: pointer;
}
.woocommerce-checkout-payment
    .wc_payment_methods
    .wc_payment_method
    label::after {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid var(--tj-color-theme-dark);
}
.woocommerce-checkout-payment
    .wc_payment_methods
    .wc_payment_method
    label::before {
    position: absolute;
    content: "";
    inset-inline-start: 5px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--tj-color-theme-dark);
    visibility: hidden;
    opacity: 0;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label img {
    -webkit-margin-start: 14px;
    margin-inline-start: 14px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label a {
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
    position: relative;
}
.woocommerce-checkout-payment
    .wc_payment_methods
    .wc_payment_method
    label
    a::after {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: var(--tj-color-heading-primary);
}
.woocommerce-checkout-payment
    .wc_payment_methods
    .wc_payment_method
    .payment_box {
    position: relative;
    padding-top: 10px;
    display: none;
}
.woocommerce-checkout-payment
    .wc_payment_methods
    .wc_payment_method
    .payment_box
    p {
    padding: 10px 15px;
    -webkit-margin-start: 25px;
    margin-inline-start: 25px;
    font-size: 14px;
    line-height: 1.57;
    color: #55585b;
    margin-bottom: 0;
    padding-bottom: 0;
}
.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
    margin-bottom: 25px;
}

/*checkcout */
#customer_details .woocommerce-billing-fields__field-wrapper,
#customer_details .woocommerce-additional-fields__field-wrapper {
    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-margin-start: -10px;
    margin-inline-start: -10px;
    -webkit-margin-end: -10px;
    margin-inline-end: -10px;
}

#customer_details .woocommerce-billing-fields__field-wrapper .form-row,
#customer_details .woocommerce-additional-fields__field-wrapper .form-row {
    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-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    margin-bottom: 0;
}

#billing_address_1_field {
    margin-bottom: 15px;
}

.woocommerce-checkout-review-order-table th {
    padding: 12px 12px;
}

.woocommerce-additional-fields h3 {
    margin-bottom: 20px;
}

.page-main-content table,
.page-main-content th,
.page-main-content td {
    border: 1px solid #ddd;
}

.woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content {
    max-width: 500px;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content a.wc-forward,
.woosw-popup .woosw-popup-inner .woosw-popup-content .tj-cart-btn {
    width: 100%;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content a.tj-cart-btn .btn-text {
    display: none;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content a.wc-forward {
    font-size: 0;
}

.rg-15 {
    row-gap: 15px;
}

.woosq-popup .woosq-product h3 {
    font-size: 28px;
}
.woosq-popup .woosq-product .thumbnails img {
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    width: 100%;
}
.woosq-popup .woosq-product .price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 5px;
}
.woosq-popup .woosq-product .price span {
    font-weight: 500;
    font-size: 16px;
    color: var(--tj-color-body-text);
    text-decoration: none;
}
.woosq-popup .woosq-product .price del,
.woosq-popup .woosq-product .price ins {
    text-decoration: none;
}
.woosq-popup .woosq-product .price del span {
    text-decoration-line: line-through;
    color: var(--tj-color-common-black-2);
}

div.woocommerce .woocommerce-cart-form table.shop_table td:before {
    content: attr(data-title);
    position: absolute;
    inset-inline-start: 15px;
    top: 50%;
    vertical-align: top;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    color: var(--tj-color-heading-primary);
    font-family: var(--tj-ff-heading);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.2;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    div.woocommerce .woocommerce-cart-form table.shop_table thead {
        display: none;
    }
    div.woocommerce .woocommerce-cart-form table.shop_table tbody tr {
        border: 0;
    }
    div.woocommerce
        .woocommerce-cart-form
        table.shop_table
        tbody
        tr:last-child {
        border-bottom: 1px solid var(--tj-color-border-1);
    }
    div.woocommerce .woocommerce-cart-form table.shop_table tbody tr td {
        position: relative;
    }
    div.woocommerce .woocommerce-cart-form table.shop_table tbody tr td {
        padding: 15px;
        display: block;
        width: 100%;
        -webkit-padding-start: 25%;
        padding-inline-start: 25%;
        text-align: end;
        border: 1px solid var(--tj-color-border-1);
        border-bottom-width: 0;
        border-inline-end-width: 0;
        border-inline-start-width: 0;
    }
    div.woocommerce
        .woocommerce-cart-form
        table.shop_table
        tbody
        tr
        td:first-child {
        border-top-width: 0;
    }
    div.woocommerce
        .woocommerce-cart-form
        table.shop_table
        tbody
        tr
        td:last-child {
        border-bottom-width: 1px;
    }
    div.woocommerce
        .woocommerce-cart-form
        table.shop_table
        tbody
        tr
        td.product-remove,
    div.woocommerce
        .woocommerce-cart-form
        table.shop_table
        tbody
        tr
        td.product-name
        h5 {
        text-align: end;
    }
    div.woocommerce
        .woocommerce-cart-form
        table.shop_table
        tbody
        tr
        td.product-quantity
        .tj-product-quantity {
        width: 136px;
        text-align: end;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
    }
    div.woocommerce
        .woocommerce-cart-form
        table.shop_table
        tbody
        tr:last-child {
        border-bottom: 1px solid var(--tj-color-border-1);
    }
    div.woocommerce
        .woocommerce-cart-form
        table.shop_table
        tbody
        tr:last-child
        td:last-child {
        border-bottom-width: 0;
    }
    div.woocommerce
        .woocommerce-cart-form
        table.shop_table
        tbody
        tr
        td::before {
        display: block;
    }
    div.woocommerce
        .woocommerce-cart-form
        table.shop_table
        tbody
        tr
        td.product-thumbnail {
        width: auto;
    }
    div.woocommerce
        .woocommerce-cart-form
        table.shop_table
        tbody
        tr
        td.product-thumbnail
        img {
        width: 100px;
    }
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected],
.select2-container--default
    .select2-results__option--highlighted[data-selected] {
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
}

/*----------------------------------------*/
/*  3. PRODUCT CSS START
  /*----------------------------------------*/
.row {
    --bs-gutter-x: 30px;
}

.tj-product-item:hover .tj-product-thumb img {
    -webkit-transform: perspective(400px) rotateX(0.09deg) rotateY(0) scale(1.2);
    transform: perspective(400px) rotateX(0.09deg) rotateY(0) scale(1.2);
}
.tj-product-item:hover .tj-product-action {
    visibility: visible;
    opacity: 1;
    inset-inline-end: 15px;
}
.tj-product-item:hover .tj-product-cart-btn {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 1;
    visibility: visible;
}
.tj-product-thumb {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 12px;
}
.tj-product-thumb img {
    width: 100%;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
    transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
    border-radius: 12px;
}
.tj-product-badge {
    position: absolute;
    top: 15px;
    inset-inline-start: 15px;
    z-index: 1;
}
.tj-product-badge span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: var(--tj-color-common-white);
    background-color: var(--tj-color-theme-primary);
    border-radius: 40px;
    display: inline-block;
    padding: 6px 10px;
}
.tj-product-badge span.sold-out {
    background-color: #ff0004;
}
.tj-product-title {
    font-size: 20px;
    margin-bottom: 5px;
}
.tj-product-title a:hover {
    color: var(--tj-color-theme-primary);
}
.tj-product-tag {
    margin-bottom: 2px;
}
.tj-product-tag a {
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 1;
}
.tj-product-tag a::after {
    position: absolute;
    content: "";
    inset-inline-start: auto;
    inset-inline-end: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--tj-color-theme-primary);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tj-product-tag a:hover {
    color: var(--tj-color-theme-primary);
}
.tj-product-tag a:hover::after {
    inset-inline-start: 0;
    inset-inline-end: auto;
    width: 100%;
}
.tj-product-price-wrapper .price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 5px;
}
.tj-product-price-wrapper .price span {
    font-weight: 500;
    font-size: 16px;
    color: var(--tj-color-body-text);
    text-decoration: none;
}
.tj-product-price-wrapper .price del,
.tj-product-price-wrapper .price ins {
    text-decoration: none;
}
.tj-product-price-wrapper .price del span {
    text-decoration-line: line-through;
    color: var(--tj-color-common-black-2);
}
.tj-product-action {
    position: absolute;
    inset-inline-end: -50px;
    top: 15px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tj-product-action-item {
    gap: 10px;
}
.tj-product-action-btn {
    position: relative;
}
.tj-product-action-btn a,
.tj-product-action-btn button {
    position: relative;
    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;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 0;
    color: var(--tj-color-theme-dark);
    background-color: var(--tj-color-common-white);
    border-bottom: 0;
    -webkit-box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
    box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.tj-product-action-btn a i,
.tj-product-action-btn button i {
    font-size: 16px;
}
.tj-product-action-btn a:hover,
.tj-product-action-btn a.loading:hover,
.tj-product-action-btn button:hover,
.tj-product-action-btn button.loading:hover {
    color: var(--tj-color-common-white);
    background-color: var(--tj-color-theme-dark);
}
.tj-product-action-btn a:hover::before,
.tj-product-action-btn a:hover::after,
.tj-product-action-btn a.loading:hover::before,
.tj-product-action-btn a.loading:hover::after,
.tj-product-action-btn button:hover::before,
.tj-product-action-btn button:hover::after,
.tj-product-action-btn button.loading:hover::before,
.tj-product-action-btn button.loading:hover::after {
    color: var(--tj-color-common-white) !important;
}
.tj-product-action-btn button::before {
    font-size: 16px;
    content: "\f004";
    font-family: var(--tj-ff-fontawesome);
    margin: 0;
    font-weight: 300;
    display: inline-block;
}
.tj-product-action-btn-tooltip {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-end: 60px;
    font-weight: 500;
    font-size: 14px;
    color: var(--tj-color-common-white);
    background-color: var(--tj-color-theme-dark);
    z-index: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 4px;
    line-height: 1;
    padding: 8px 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tj-product-action-btn-tooltip::after {
    position: absolute;
    content: "";
    inset-inline-end: -10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    height: 10px;
    width: 10px;
    background-color: var(--tj-color-theme-dark);
}
.tj-product-action-btn:hover .tj-product-action-btn-tooltip {
    visibility: visible;
    opacity: 1;
}
.tj-product-rating-icon {
    margin-bottom: 5px;
}
.tj-product-cart-btn {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tj-product-area {
    overflow: hidden;
}

.tj-product-rating {
    margin-top: 3px;
}

.woosw-list table a.wc-forward,
.woosw-popup a.wc-forward,
.tj-product-item .wc-forward,
.tj-cart-btn {
    width: calc(100% - 30px);
    margin: 0 auto;
    height: 48px;
    padding: 0 30px;
    color: var(--tj-color-common-white);
    background: var(--tj-color-theme-dark);
    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;
    gap: 8px;
    border-radius: 8px;
}
.woosw-list table a.wc-forward span.btn-icon,
.woosw-popup a.wc-forward span.btn-icon,
.tj-product-item .wc-forward span.btn-icon,
.tj-cart-btn span.btn-icon {
    overflow: hidden;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--tj-color-common-white);
}
.woosw-list table a.wc-forward span.btn-icon i:first-child,
.woosw-list table a.wc-forward span.btn-icon i:last-child,
.woosw-popup a.wc-forward span.btn-icon i:first-child,
.woosw-popup a.wc-forward span.btn-icon i:last-child,
.tj-product-item .wc-forward span.btn-icon i:first-child,
.tj-product-item .wc-forward span.btn-icon i:last-child,
.tj-cart-btn span.btn-icon i:first-child,
.tj-cart-btn span.btn-icon i:last-child {
    -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
    transition: -webkit-transform 0.4s ease-in-out 0s;
    transition: transform 0.4s ease-in-out 0s;
    transition: transform 0.4s ease-in-out 0s,
        -webkit-transform 0.4s ease-in-out 0s;
}
.woosw-list table a.wc-forward span.btn-icon i:last-child,
.woosw-popup a.wc-forward span.btn-icon i:last-child,
.tj-product-item .wc-forward span.btn-icon i:last-child,
.tj-cart-btn span.btn-icon i:last-child {
    position: absolute;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}
.woosw-list table a.wc-forward span.btn-text,
.woosw-popup a.wc-forward span.btn-text,
.tj-product-item .wc-forward span.btn-text,
.tj-cart-btn span.btn-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    color: var(--tj-color-common-white);
    text-shadow: 0 23px 0 currentColor;
    font-weight: var(--tj-fw-sbold);
}
.woosw-list table a.wc-forward span.btn-text > span,
.woosw-popup a.wc-forward span.btn-text > span,
.tj-product-item .wc-forward span.btn-text > span,
.tj-cart-btn span.btn-text > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.woosw-list table a.wc-forward:hover,
.woosw-popup a.wc-forward:hover,
.tj-product-item .wc-forward:hover,
.tj-cart-btn:hover {
    background: var(--tj-color-theme-primary);
}
.woosw-list table a.wc-forward:hover span.btn-icon,
.woosw-popup a.wc-forward:hover span.btn-icon,
.tj-product-item .wc-forward:hover span.btn-icon,
.tj-cart-btn:hover span.btn-icon {
    color: var(--tj-color-common-white);
}
.woosw-list table a.wc-forward:hover span.btn-icon i:first-child,
.woosw-popup a.wc-forward:hover span.btn-icon i:first-child,
.tj-product-item .wc-forward:hover span.btn-icon i:first-child,
.tj-cart-btn:hover span.btn-icon i:first-child {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}
.woosw-list table a.wc-forward:hover span.btn-icon i:last-child,
.woosw-popup a.wc-forward:hover span.btn-icon i:last-child,
.tj-product-item .wc-forward:hover span.btn-icon i:last-child,
.tj-cart-btn:hover span.btn-icon i:last-child {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.woosw-list table a.wc-forward:hover span.btn-text,
.woosw-popup a.wc-forward:hover span.btn-text,
.tj-product-item .wc-forward:hover span.btn-text,
.tj-cart-btn:hover span.btn-text {
    color: var(--tj-color-common-white);
}
.woosw-list table a.wc-forward:hover span.btn-text > span,
.woosw-popup a.wc-forward:hover span.btn-text > span,
.tj-product-item .wc-forward:hover span.btn-text > span,
.tj-cart-btn:hover span.btn-text > span {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
}

.tj-shop-listing-popup .nice-select {
    border-color: var(--tj-color-theme-bg);
}

.tj-shop-sidebar .ui-widget-content {
    border: 0;
    border-radius: 0;
}

div.woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail img {
    width: 92px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

div.woocommerce .woocommerce-cart-form table tbody tr td.product-remove a {
    font-weight: var(--tj-fw-bold);
}

div.woocommerce .cart_totals table {
    margin-bottom: 30px;
    border-color: var(--tj-color-border-1);
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border-radius: 12px;
}

.woosq-product.container {
    --bs-gutter-x: 0;
}
@media (max-width: 575px) {
    .woosq-product.container {
        margin: 0 15px;
        width: calc(100% - 30px);
    }
}
.woosq-product.container .row {
    --bs-gutter-x: 0;
}

.vbox-overlay:has(.woosq-product.container) .swiper-button-prev,
.vbox-overlay:has(.woosq-product.container) .swiper-button-next {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    color: #222;
    background-color: transparent;
    border-radius: 0;
    border: none !important;
    z-index: 8;
}
.vbox-overlay:has(.woosq-product.container) .swiper-button-prev::after,
.vbox-overlay:has(.woosq-product.container) .swiper-button-next::after {
    font-size: 15px;
    line-height: 44px;
    font-weight: 800;
}
.vbox-overlay:has(.woosq-product.container) .swiper-button-prev:hover,
.vbox-overlay:has(.woosq-product.container) .swiper-button-next:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}
.vbox-overlay:has(.woosq-product.container) .swiper-button-prev {
    inset-inline-start: 0;
}
.vbox-overlay:has(.woosq-product.container) .swiper-button-next {
    inset-inline-end: 0;
}
.vbox-overlay:has(.woosq-product.container) .swiper-pagination-bullet {
    background-color: var(--tj-color-common-black);
    opacity: 0.5;
}
.vbox-overlay:has(.woosq-product.container) .swiper-pagination-bullet-active {
    opacity: 1;
}
.vbox-overlay:has(.woosq-product.container) .vbox-backdrop {
    background-color: rgba(23, 23, 23, 0.8) !important;
}

.vbox-content:has(.woosq-product.container) {
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
}
.vbox-content:has(.woosq-product.container) .vbox-child.vbox-inline {
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woosq-product.container .thumbnails .images {
    max-width: 460px;
    border-radius: 12px;
    overflow: hidden;
}

.woosq-product.container {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.19),
        0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 12px;
    overflow: hidden;
}
.woosq-product.container .thumbnail img {
    height: 460px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.woosq-product.container .summary .summary-content {
    padding: 20px;
}

.tj-product-details-action-item-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woosq-product.container .price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 5px;
}

/*----------------------------------------*/
/*  2. PRODUCT DETAILS CSS START
  /*----------------------------------------*/
.tj-product-details-wrapper {
    -webkit-margin-start: 50px;
    margin-inline-start: 50px;
}
.tj-product-details-wrapper.has-sticky {
    position: sticky;
    top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-product-details-wrapper {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-product-details-wrapper {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        margin-top: 50px;
    }
}
.tj-product-details-wrapper p {
    margin-bottom: 25px;
}
.tj-product-details-category {
    margin-bottom: 10px;
}
.tj-product-details-category span {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}
.tj-product-details-category span a:hover {
    color: var(--tj-color-theme-primary);
}
.tj-product-details-stock {
    margin-bottom: 22px;
}
.tj-product-details-stock span {
    display: inline-block;
    font-size: 14px;
    color: var(--tj-color-theme-primary);
    background-color: var(--tj-color-theme-bg);
    line-height: 1;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 30px;
}
.tj-product-details-rating {
    gap: 10px;
    margin-bottom: 22px;
}
.tj-product-details-rating .star-rating {
    display: inline-block;
    padding: 3px 4px 3px 8px;
    background-color: var(--tj-color-theme-bg);
    border-radius: 32px;
}
.tj-product-details-rating .star-rating::before {
    position: absolute;
}
.tj-product-details-rating .star-rating span {
    position: unset;
}
.tj-product-details-price-wrapper .price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}
.tj-product-details-price-wrapper span {
    font-weight: 600;
    font-size: 22px;
    color: var(--tj-color-text-body);
}
.tj-product-details-price-wrapper del {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    text-decoration: none;
}
.tj-product-details-price-wrapper del span {
    text-decoration-line: line-through;
    color: var(--tj-color-common-white-2);
}
.tj-product-details-price-wrapper ins {
    text-decoration: none;
}
.tj-product-details-action-item-wrapper {
    gap: 15px;
    margin-bottom: 30px;
    max-width: 410px;
}
.tj-product-details-variation {
    margin-bottom: 30px;
}
.tj-product-details-variation-title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 4px;
}
.tj-product-details-variation-item:not(:last-child) {
    margin-bottom: 15px;
}
.tj-product-details-variation-list button {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: relative;
}
.tj-product-details-variation-list button span[data-bg-color] {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    width: 100%;
    height: 100%;
    background-color: var(--tj-color-common-white);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tj-product-details-variation-list button .tj-color-variation-tootltip {
    position: absolute;
    bottom: 100%;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%) translateY(2px);
    -ms-transform: translateX(-50%) translateY(2px);
    transform: translateX(-50%) translateY(2px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: var(--tj-color-theme-dark);
    color: var(--tj-color-common-white);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
}
.tj-product-details-variation-list button .tj-color-variation-tootltip::before {
    position: absolute;
    content: "";
    bottom: -6px;
    inset-inline-start: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid var(--tj-color-theme-dark);
    -webkit-border-start: 6px solid transparent;
    border-inline-start: 6px solid transparent;
    -webkit-border-end: 6px solid transparent;
    border-inline-end: 6px solid transparent;
}
.tj-product-details-variation-list button.tj-size-variation-btn {
    width: 40px;
    height: 40px;
    border-radius: 0;
}
.tj-product-details-variation-list button.tj-size-variation-btn:hover,
.tj-product-details-variation-list button.tj-size-variation-btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--tj-color-theme-dark);
    box-shadow: none;
    color: var(--tj-color-theme-dark);
}
.tj-product-details-variation-list button:hover,
.tj-product-details-variation-list button.active {
    -webkit-box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
    box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
}
.tj-product-details-variation-list button:hover span[data-bg-color],
.tj-product-details-variation-list button.active span[data-bg-color] {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
}
.tj-product-details-variation-list button:hover .tj-color-variation-tootltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-6px);
    -ms-transform: translateX(-50%) translateY(-6px);
    transform: translateX(-50%) translateY(-6px);
}
.tj-product-details-wishlist button {
    position: relative;
    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;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 0;
    color: var(--tj-color-theme-dark);
    background-color: var(--tj-color-common-white);
    border: 1px solid var(--tj-color-border-1);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.tj-product-details-wishlist button::before {
    font-size: 22px;
    content: "\f004";
    font-family: var(--tj-ff-fontawesome);
    margin: 0;
    font-weight: 300;
    color: var(--tj-color-theme-dark);
    display: inline-block;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.tj-product-details-wishlist button.woosw-btn.woosw-btn-added::before {
    content: "\f00c";
    margin: 0;
}
.tj-product-details-wishlist button:hover {
    color: var(--tj-color-common-white);
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
}
.tj-product-details-wishlist button:hover::before {
    color: var(--tj-color-common-white);
}
.tj-product-details-quantity .tj-product-quantity {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
}
.tj-product-details-quantity .tj-product-quantity .quantity {
    position: relative;
    background: transparent;
    text-align: center;
    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;
    border: 1px solid var(--tj-color-border-1);
    border-radius: 8px;
}
.tj-product-details-quantity .tj-cart-plus,
.tj-product-details-quantity .tj-cart-minus {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tj-product-details-quantity .tj-cart-plus:hover,
.tj-product-details-quantity .tj-cart-minus:hover {
    color: var(--tj-color-theme-primary);
}
.tj-product-details-quantity .tj-cart-input[type="text"] {
    height: 44px;
    line-height: 44px;
    width: 70px;
    background-color: transparent;
    border: 0;
    -webkit-border-end: 1px solid var(--tj-color-border-1);
    border-inline-end: 1px solid var(--tj-color-border-1);
    -webkit-border-start: 1px solid var(--tj-color-border-1);
    border-inline-start: 1px solid var(--tj-color-border-1);
    border-radius: 0px;
    font-size: 16px;
    color: var(--tj-color-theme-dark);
    text-align: center;
}
.tj-product-details-quantity .tj-cart-input[type="text"]:focus {
    outline: none;
}
.tj-product-details-add-to-cart .tj-cart-btn {
    width: auto;
    background-color: transparent;
    border: 1px solid var(--tj-color-border-1);
    color: var(--tj-color-theme-dark);
    border-radius: 30px;
}
.tj-product-details-add-to-cart .tj-cart-btn span {
    color: var(--tj-color-theme-dark);
}
.tj-product-details-add-to-cart .tj-cart-btn:hover {
    color: var(--tj-color-common-white);
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
}
.tj-product-details-add-to-cart .tj-cart-btn:hover span,
.tj-product-details-add-to-cart .tj-cart-btn:hover i {
    color: var(--tj-color-common-white);
}
.tj-product-details-buy-now-btn {
    max-width: 405px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 50px;
    background-color: var(--tj-color-theme-dark);
    color: var(--tj-color-common-white);
}
.tj-product-details-buy-now-btn .btn-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    color: inherit;
    text-shadow: 0 23px 0 currentColor;
}
.tj-product-details-buy-now-btn .btn-text span {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.tj-product-details-buy-now-btn:focus-within,
.tj-product-details-buy-now-btn:focus,
.tj-product-details-buy-now-btn:hover {
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
}
.tj-product-details-buy-now-btn:focus-within .btn-text span,
.tj-product-details-buy-now-btn:focus .btn-text span,
.tj-product-details-buy-now-btn:hover .btn-text span {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
}
.tj-product-details-query {
    margin-top: 30px;
}
.tj-product-details-query-title {
    margin-bottom: 15px;
}
.tj-product-details-query-item:not(:last-child) {
    margin-bottom: 3px;
}
.tj-product-details-query-item > span {
    font-size: 16px;
    font-weight: 600;
    color: var(--tj-color-text-body);
    -webkit-margin-end: 6px;
    margin-inline-end: 6px;
}
.tj-product-details-query-item p {
    font-size: 15px;
    margin-bottom: 0;
}
.tj-product-details-query a:hover {
    color: var(--tj-color-theme-primary);
}
.tj-product-details-social {
    margin-bottom: 22px;
    margin-top: 22px;
}
.tj-product-details-social span {
    font-size: 15px;
    color: var(--tj-color-theme-dark);
    -webkit-margin-end: 2px;
    margin-inline-end: 2px;
}
.tj-product-details-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #e6e7e8;
    border-radius: 50%;
}
.tj-product-details-social a:hover {
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
}
.tj-product-details-msg ul li {
    list-style: none;
    position: relative;
    font-size: 15px;
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
}
.tj-product-details-msg ul li::after {
    position: absolute;
    content: "";
    top: 4px;
    inset-inline-start: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    color: var(--tj-color-common-white);
}
.tj-product-details-payment {
    background-color: #f3f5f6;
    padding: 18px 30px;
}
.tj-product-details-payment p {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    -webkit-margin-end: 46px;
    margin-inline-end: 46px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-product-details-payment p {
        -webkit-margin-end: 25px;
        margin-inline-end: 25px;
    }
}
@media (max-width: 575px) {
    .tj-product-details-payment p {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        margin-bottom: 15px;
    }
    .tj-product-details-payment p br {
        display: none;
    }
}
.tj-product-details-desc-title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 13px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-product-details-desc-title {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    .tj-product-details-desc-title {
        font-size: 26px;
    }
}
.tj-product-details-desc-title-2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-product-details-desc-title-2 {
        font-size: 25px;
    }
}
.tj-product-details-desc-content {
    margin-bottom: 25px;
    -webkit-padding-end: 45px;
    padding-inline-end: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    (max-width: 575px) {
    .tj-product-details-desc-content {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
    }
}
@media (max-width: 575px) {
    .tj-product-details-desc-content {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
    }
}
.tj-product-details-desc-content span {
    font-size: 20px;
    color: var(--tj-color-theme-dark);
}
.tj-product-details-desc-content p {
    font-size: 16px;
    line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-product-details-desc-content-2 {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
        -webkit-padding-start: 0;
        padding-inline-start: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-product-details-desc-content-2.pt-75 {
        padding-top: 25px;
    }
}
.tj-product-details-desc-content-2 p {
    font-size: 16px;
    line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-product-details-desc-thumb img {
        max-width: 100%;
    }
}
.tj-product-details-desc-list {
    padding-top: 13px;
}
.tj-product-details-desc-list ul li {
    list-style: none;
    font-size: 16px;
    color: var(--tj-color-theme-dark);
    position: relative;
    -webkit-padding-start: 17px;
    padding-inline-start: 17px;
}
.tj-product-details-desc-list ul li:not(:last-child) {
    margin-bottom: 3px;
}
.tj-product-details-desc-list ul li::after {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: #a8acb0;
    border-radius: 50%;
}
.tj-product-details-desc-fact-thumb img {
    margin-bottom: 16px;
}
.tj-product-details-desc-fact-content span {
    display: inline-block;
    font-size: 50px;
    line-height: 1.2;
    color: var(--tj-color-theme-dark);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-product-details-desc-fact-content span {
        font-size: 35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-product-details-desc-fact-content span {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    .tj-product-details-desc-fact-content span {
        font-size: 25px;
    }
}
.tj-product-details-desc-fact-content p {
    font-size: 22px;
}
@media (max-width: 575px) {
    .tj-product-details-desc-fact-content p {
        font-size: 20px;
    }
}
.tj-product-details-additional-info {
    padding-top: 60px;
}
@media (max-width: 575px) {
    .tj-product-details-additional-info {
        overflow-x: scroll;
    }
}
.tj-product-details-additional-info-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    display: none;
}
.tj-product-details-additional-info table {
    border: 1px solid var(--tj-color-border-1);
    width: 100%;
}
.tj-product-details-additional-info table tr:not(:last-child) {
    border-bottom: 1px solid var(--tj-color-border-1);
}
.tj-product-details-additional-info table tr td {
    padding: 12px 34px;
}
.tj-product-details-additional-info table tr td:first-child {
    font-size: 16px;
    color: var(--tj-color-theme-dark);
    background-color: transparent;
    width: 306px;
}
.tj-product-details-additional-info table tr td:last-child {
    font-size: 16px;
    color: var(--tj-color-text-body);
}
.tj-product-details-review-number {
    border: 1px solid #e0e2e3;
    padding: 35px 43px 33px 40px;
}
@media (max-width: 575px) {
    .tj-product-details-review-number {
        padding: 35px 25px 33px 25px;
    }
}
.tj-product-details-review-number-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
}
.tj-product-details-review-summery {
    margin-bottom: 12px;
}
.tj-product-details-review-summery-value span {
    font-size: 40px;
    font-weight: 500;
    color: var(--tj-color-theme-dark);
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}
.tj-product-details-review-summery-rating {
    -webkit-margin-end: 3px;
    margin-inline-end: 3px;
}
.tj-product-details-review-summery-rating span {
    color: #ffb21d;
}
.tj-product-details-review-summery-rating p {
    -webkit-margin-start: 4px;
    margin-inline-start: 4px;
    font-size: 14px;
    margin-bottom: 0;
}
.tj-product-details-review-rating-item > span {
    color: #a0a2a4;
    font-size: 15px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}
.tj-product-details-review-rating-bar {
    width: 260px;
    background-color: #edeeee;
    height: 10px;
    position: relative;
    -webkit-margin-end: 12px;
    margin-inline-end: 12px;
}
@media (max-width: 575px) {
    .tj-product-details-review-rating-bar {
        width: 130px;
    }
}
.tj-product-details-review-rating-bar-inner {
    height: 100%;
    background-color: #ffb21d;
    display: inline-block;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
}
.tj-product-details-review-rating-percent span {
    font-size: 14px;
}
.tj-product-details-review-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 22px;
}
@media (max-width: 575px) {
    .tj-product-details-review-list {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
    }
}
.tj-product-details-review-avater:not(:last-child) {
    margin-bottom: 32px;
}
.tj-product-details-review-avater-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}
.tj-product-details-review-avater-rating {
    line-height: 1;
    margin-bottom: 3px;
}
.tj-product-details-review-avater-rating span {
    font-size: 10px;
    -webkit-margin-end: 2px;
    margin-inline-end: 2px;
    color: #ffb21d;
}
.tj-product-details-review-avater-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
    display: inline-block;
}
.tj-product-details-review-avater-meta {
    font-size: 14px;
    position: relative;
    -webkit-padding-start: 11px;
    padding-inline-start: 11px;
    -webkit-margin-start: 3px;
    margin-inline-start: 3px;
}
.tj-product-details-review-avater-meta::after {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #a8acb0;
}
.tj-product-details-review-avater-comment p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-product-details-review-form {
        margin-top: 50px;
    }
}
.tj-product-details-review-form > p {
    font-size: 16px;
    margin-bottom: 8px;
}
.tj-product-details-review-form-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4px;
}
.tj-product-details-review-form-rating {
    margin-bottom: 28px;
}
.tj-product-details-review-form-rating p {
    margin-bottom: 0;
    font-size: 14px;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}
.tj-product-details-review-form-rating-icon span {
    font-size: 12px;
    color: #ffb21d;
}
.tj-product-details-review-input-wrapper {
    margin-bottom: 11px;
}
.tj-product-details-review-input-box {
    position: relative;
}
.tj-product-details-review-input-box:not(:last-child) {
    margin-bottom: 29px;
}
.tj-product-details-review-input input {
    height: 56px;
    background: #ffffff;
    border: 1px solid #e0e2e3;
    font-size: 14px;
    color: var(--tj-color-theme-dark);
}
.tj-product-details-review-input textarea {
    height: 165px;
    resize: none;
}
.tj-product-details-review-input-title label {
    font-size: 14px;
    color: var(--tj-color-theme-dark);
    position: absolute;
    top: -7px;
    inset-inline-start: 20px;
    padding: 0 5px;
    background-color: var(--tj-color-common-white);
    line-height: 1;
}
.tj-product-details-review-input-eye {
    position: absolute;
    inset-inline-end: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tj-product-details-review-input-eye .open-eye {
    display: none;
}
.tj-product-details-review-input-eye span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tj-product-details-review-input-eye:hover {
    cursor: pointer;
}
.tj-product-details-review-input-eye:hover span {
    color: var(--tj-color-theme-dark);
}
.tj-product-details-review-remeber input {
    display: none;
}
.tj-product-details-review-remeber input:checked ~ label::after {
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
}
.tj-product-details-review-remeber input:checked ~ label::before {
    visibility: visible;
    opacity: 1;
}
.tj-product-details-review-remeber label {
    font-size: 15px;
    color: #55585b;
    position: relative;
    -webkit-padding-start: 26px;
    padding-inline-start: 26px;
    z-index: 1;
}
.tj-product-details-review-remeber label::after {
    position: absolute;
    content: "";
    top: 4px;
    inset-inline-start: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #c3c7c9;
    z-index: -1;
}
.tj-product-details-review-remeber label::before {
    position: absolute;
    content: url("../img/product/icons/check.svg");
    top: 4px;
    inset-inline-start: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tj-color-common-white);
}
.tj-product-details-review-remeber label a:hover {
    color: var(--tj-color-theme-primary);
}
.tj-product-details-review-remeber label:hover {
    cursor: pointer;
}
.tj-product-details-review-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--tj-color-common-white);
    padding: 9px 45px;
    background-color: var(--tj-color-theme-primary);
}
.tj-product-details-tab-nav .tj-product-tab {
    border: 0;
    border-bottom: 1px solid var(--tj-color-border-1);
    gap: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-product-details-tab-nav .tj-product-tab {
        gap: 90px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-product-details-tab-nav .tj-product-tab {
        gap: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-product-details-tab-nav .tj-product-tab {
        gap: 20px;
    }
}
.tj-product-details-tab-nav .tj-product-tab .nav-link {
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    border: 0;
    padding-bottom: 10px;
    color: var(--tj-color-theme-dark);
    background-color: transparent;
    white-space: nowrap;
    position: relative;
}
.tj-product-details-tab-nav .tj-product-tab .nav-link::after {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: var(--tj-color-theme-dark);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.tj-product-details-tab-nav .tj-product-tab .nav-link.active::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
@media (max-width: 575px) {
    .tj-product-details-tab-nav .tj-product-tab span#productTabMarker {
        display: none !important;
    }
}
.tj-product-details-tab-nav .product-tab-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.tj-product-details-tab-line {
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: var(--tj-color-theme-dark);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}
.tj-product-details-views {
    margin-bottom: 10px;
}
.tj-product-details-views > span {
    color: var(--tj-color-theme-dark);
    font-size: 16px;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}
.tj-product-details-views p {
    font-size: 16px;
    margin-bottom: 0;
}
.tj-product-details-views p span {
    color: var(--tj-color-theme-dark);
    font-weight: 500;
}
.tj-product-details-stock-bar p {
    font-size: 15px;
    margin-bottom: 5px;
}
.tj-product-details-stock-bar p span {
    font-weight: 500;
    color: var(--tj-color-theme-dark);
}
.tj-product-details-stock-bar-line {
    height: 4px;
    position: relative;
}
.tj-product-details-stock-bar-line-inner {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    background-color: var(--tj-color-theme-primary);
    height: 100%;
    display: inline-block;
}
.tj-product-details-wishlist-btn {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: var(--tj-color-common-white);
    -webkit-box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
    box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.tj-product-details-wishlist-btn:hover {
    background-color: var(--tj-color-theme-dark);
    color: var(--tj-color-common-white);
}
.tj-product-details-nav-main-thumb {
    position: relative;
}
.tj-product-details-thumb-wrapper {
    position: relative;
}
.tj-product-details-thumb-wrapper .nav-tabs {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}
.tj-product-details-thumb-wrapper .nav-tabs .nav-link {
    width: 78px;
    height: 100px;
    position: relative;
}
@media (max-width: 575px) {
    .tj-product-details-thumb-wrapper .nav-tabs .nav-link {
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
        margin-bottom: 10px;
    }
}
.tj-product-details-thumb-wrapper .nav-tabs .nav-link:not(:last-child) {
    margin-bottom: 10px;
}
.tj-product-details-thumb-wrapper .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid transparent;
    top: 0;
    inset-inline-start: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tj-product-details-thumb-wrapper .nav-tabs .nav-link.active::after,
.tj-product-details-thumb-wrapper .nav-tabs .nav-link:hover::after {
    border-color: var(--tj-color-theme-dark);
}
.tj-product-details-thumb-wrapper .nav-tabs .nav-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.tj-product-details-thumb-wrapper .nav-tabs .nav-link .nav-video-btn {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 24px;
    height: 24px;
    background-color: var(--tj-color-theme-dark);
    color: var(--tj-color-common-white);
    font-size: 15px;
}
.tj-product-details-thumb-slider {
    position: sticky;
    top: 120px;
}
.tj-product-details-thumb-slider:hover .tj-product-details-thumb-arrow button {
    visibility: visible;
    opacity: 1;
    inset-inline-start: 20px;
}
.tj-product-details-thumb-slider:hover
    .tj-product-details-thumb-arrow
    button.tj-product-details-thumb-slider-5-button-next {
    inset-inline-start: auto;
    inset-inline-end: 20px;
}
.tj-product-details-thumb-arrow button {
    position: absolute;
    top: 50%;
    inset-inline-start: 0px;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px;
    background-color: var(--tj-color-common-white);
    color: var(--tj-color-theme-dark);
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.01);
    visibility: hidden;
    opacity: 0;
}
.tj-product-details-thumb-arrow
    button.tj-product-details-thumb-slider-5-button-next {
    inset-inline-start: auto;
    inset-inline-end: 0;
}
.tj-product-details-thumb-arrow button:hover {
    background-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tj-product-details-thumb-video-btn {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--tj-color-theme-dark);
    border-radius: 50%;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--tj-color-common-white);
}
.tj-product-details-thumb-video-btn:hover {
    color: var(--tj-color-common-white);
    background-color: var(--tj-color-theme-primary);
}
.tj-product-details-thumb-gallery-item img {
    width: 100%;
}

.tj-product-details-thumb-wrapper {
    overflow: hidden;
}
.tj-product-details-thumb-wrapper.has_gallery_thumb .tj-product-badge {
    inset-inline-start: 145px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-product-details-thumb-wrapper.has_gallery_thumb .tj-product-badge {
        inset-inline-start: 20px;
    }
}
.tj-product-details-thumb-wrapper.has_gallery_thumb
    .woocommerce-product-gallery {
    -webkit-padding-start: 125px;
    padding-inline-start: 125px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-product-details-thumb-wrapper.has_gallery_thumb
        .woocommerce-product-gallery {
        padding: 0;
    }
}
.tj-product-details-thumb-wrapper.has_gallery_thumb
    a.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    z-index: 2;
}
.tj-product-details-thumb-wrapper.has_gallery_thumb
    a.woocommerce-product-gallery__trigger::before {
    position: absolute;
    top: 20px;
    inset-inline-end: 20px;
    content: "\e929";
    font-size: 20px;
    font-family: "solvior-icons" !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--tj-color-common-white);
    color: var(--tj-color-text-body);
    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;
}
.tj-product-details-thumb-wrapper.has_gallery_thumb
    a.woocommerce-product-gallery__trigger
    span {
    display: none;
}
.tj-product-details-thumb-wrapper.has_no_gallery
    a.woocommerce-product-gallery__trigger {
    display: none;
}
.tj-product-details-thumb-wrapper.has_no_gallery
    .woocommerce-product-gallery.no_gallery {
    width: 100%;
}
.tj-product-details-thumb-wrapper .woocommerce-product-gallery__image {
    background: var(--tj-color-common-white);
}
.tj-product-details-thumb-wrapper .flex-control-nav.flex-control-thumbs {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    overflow-y: auto;
    height: 100%;
    margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-product-details-thumb-wrapper .flex-control-nav.flex-control-thumbs {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }
}
.tj-product-details-thumb-wrapper .flex-control-nav.flex-control-thumbs li {
    background: rgba(128, 128, 128, 0.09);
    cursor: pointer;
}
.tj-product-details-thumb-wrapper
    .flex-control-nav.flex-control-thumbs
    li:not(:last-child) {
    margin-bottom: 15px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-product-details-thumb-wrapper
        .flex-control-nav.flex-control-thumbs
        li:not(:last-child) {
        margin-bottom: 0;
    }
}
.tj-product-details-thumb-wrapper figure div {
    height: 605px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-product-details-thumb-wrapper figure div {
        height: 590px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-product-details-thumb-wrapper figure div {
        height: auto;
    }
}
.tj-product-details-thumb-wrapper figure div a {
    height: 100%;
}
.tj-product-details-thumb-wrapper figure div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 390px) {
    .tj-product-details-action-item-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.related-products.has-border {
    position: relative;
    padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .related-products.has-border {
        padding-top: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .related-products.has-border {
        padding-top: 80px;
    }
}
.related-products.has-border::before {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: -100%;
    inset-inline-end: -100%;
    height: 1px;
    width: 6000px;
    background-color: var(--tj-color-border-1);
}

.tj-product-details-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid var(--tj-color-border-1);
}
.tj-product-details-share h6 {
    margin: 0;
}
.tj-product-details-share a {
    font-size: 14px;
    width: 28px;
    height: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    color: var(--tj-color-common-white);
    background: #aeb2b9;
    border-radius: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.tj-product-details-share a:hover {
    background: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.tj-product-details-share a:hover i {
    color: var(--tj-color-common-white);
}

.tj-product-area {
    overflow: hidden;
}

.tj-product-details-thumb-wrapper .tj-product-action-btn a {
    position: absolute;
    inset-inline-end: 15px;
    top: 15px;
    z-index: -1;
    opacity: 0;
}
.tj-product-details-thumb-wrapper .tj-product-action-btn a:first-child {
    z-index: 2;
    opacity: 1;
}
.tj-product-details-thumb-wrapper .tj-product-action-btn a i {
    font-size: 20px;
}
.tj-product-details-thumb-wrapper .product-img {
    height: 605px;
    border-radius: 12px;
    overflow: hidden;
}
.tj-product-details-thumb-wrapper .product-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-product-details-thumb-wrapper .product-img {
        height: 590px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-product-details-thumb-wrapper .product-img {
        height: auto;
    }
}

.tj-product-thumb-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-margin-end: 25px;
    margin-inline-end: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-product-thumb-items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        margin-top: 30px;
        gap: 10px;
    }
}

.tj-pdt-thumb-img {
    width: 100px;
    max-height: 100px;
    background: transparent;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}
.tj-pdt-thumb-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-pdt-thumb-img {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.tj-product-img-wrap {
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-product-img-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.tj-product-details-description .review__author {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--tj-color-heading-primary);
    position: relative;
    text-transform: capitalize;
}
.tj-product-details-description .review__published-date {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #888888;
}
.tj-product-details-description ol.commentlist .review .comment_container img {
    width: 60px;
    height: 60px;
}
.tj-product-details-description .star-ratings {
    -webkit-text-stroke: 1px var(--tj-color-theme-primary);
    margin: 5px 0;
    letter-spacing: 4px;
    font-size: 20px;
    cursor: default;
}
.tj-product-details-description .star-ratings span {
    font-size: 20px;
}
.tj-product-details-description .star-ratings .fill-ratings {
    color: var(--tj-color-theme-primary);
    z-index: 5;
}
.tj-product-details-description .star-ratings .fill-ratings span {
    color: var(--tj-color-theme-primary);
}
.tj-product-details-description .star-ratings .empty-ratings {
    color: var(--tj-color-theme-primary);
}
.tj-product-details-description .star-ratings .empty-ratings span {
    color: var(--tj-color-common-white);
}
.tj-product-details-description .comment-notes {
    margin-bottom: 20px;
}
.tj-product-details-description .comment-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    margin-top: 0px;
    margin-bottom: 30px;
}
.tj-product-details-description .comment-check input[type="checkbox"] {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.vbox-child {
    background-color: transparent !important;
}

/*----------------------------------------*/
/*  Wishlist START
  /*----------------------------------------*/
.woosw-list table {
    border: 1px solid var(--tj-color-border-1);
    border-radius: 12px;
}
.woosw-list table tr td {
    border: 1px solid var(--tj-color-border-1);
    border-top: 0;
    -webkit-border-start: 0;
    border-inline-start: 0;
}
.woosw-list table tr td:last-child {
    -webkit-border-end: 0;
    border-inline-end: 0;
}
.woosw-list table tr:last-child td {
    border-bottom: 0;
}
.woosw-list .woosw-items {
    width: 100%;
}
.woosw-list .woosw-items .woosw-item .woosw-item--remove,
.woosw-list .woosw-items .woosw-item .woosw-item--add {
    width: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    font-size: 0;
}
.woosw-list .woosw-items .woosw-item .woosw-item--remove span,
.woosw-list .woosw-items .woosw-item .woosw-item--add span {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--tj-color-border-1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    color: var(--tj-color-heading-primary);
}
.woosw-list .woosw-items .woosw-item .woosw-item--image img {
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}
.woosw-list .woosw-items .woosw-item .woosw-item--image a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 8px;
    overflow: hidden;
}
.woosw-list .woosw-items .woosw-item .woosw-item--actions p {
    margin: 0;
}
.woosw-list .woosw-items .woosw-item .stock {
    margin: 0;
    color: var(--tj-color-theme-primary);
}
.woosw-list .woosw-items .woosw-item .stock.out-of-stock {
    color: #ff0004;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .woosw-list .woosw-items .woosw-item .woosw-item--remove,
    .woosw-list .woosw-items .woosw-item .woosw-item--add {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
} /*# sourceMappingURL=shop.css.map */

.h5-project .sec-heading-wrap {
    text-align: center;
}
.h5-project .heading-wrap-content .sec-heading {
    max-width: 100%;
}

.instant-settlement-banner .banner-content,
.invoice-banner-section .h7-hero-content {
    width: 100%;
    max-width: 100%;
}
.intant-access-working-section .service-item.style-1::before,
.intant-access-working-section .service-item.style-1::after {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.intant-access-working-section .service-content {
    top: 25%;
}
.intant-access-working-section .service-item.style-1:hover .service-icon {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.intant-access-working-section .service-item.style-1 .service-content .desc {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

/* images update */
.tj-slider-section {
    background-image: url(../images/home-page/01-Home-page-UI_Banner-1-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 150px;
}
.current-account-banner-section {
    background-image: url(../images/current-account/02-Current-Account-Page-UI_Current-Account-Banner-bg.webp);
}
.current-account-banner-section {
    padding-bottom: 50px;
}
.current-account-banner-section .tj-slider-item {
    min-height: 0;
}
.bg-common {
    background-image: url(../images/home-page/common-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}
.h9-about-section {
    background-image: url(../images/home-page/01-Home-page-UI_Innovative-Spirit-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-page-why-us-section {
    background-image: none;
}
.home-page-about-us-section__bg .h9-about-area {
    padding: 40px 0;
}
.home-page-why-us-section .service-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}
.home-page-why-us-section .row:nth-child(2) .col-12:first-child .service-item,
.rating-box,
.call-box {
    background-image: url(../images/home-page/01-Home-page-UI_Making-Finance-Easy-2-Payment-Support.webp);
}

.home-page-why-us-section .row:nth-child(2) .col-12:nth-child(2) .service-item {
    background-image: url(../images/home-page/01-Home-page-UI_Making-Finance-Easy-1-Fast-Onboarding.webp);
}
.home-page-why-us-section .row:nth-child(2) .col-12:last-child .service-item {
    background-image: url(../images/home-page/01-Home-page-UI_Making-Finance-Easy-3-Bank-Level-Security.webp);
}
.service-item.style-3 {
    background-image: url(../images/home-page/01-Home-page-UI_Our-Solutions-Bg-mg.webp);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.tji-arrow-down:before{
    content: "\e900";
}
/* .choose-box{
  background-image: url(../images/current-account/02-Current-Account-Page-UI_1-bg-Smart-Collections.webp);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
} */
.current-account-simplifiy-banking .countup-item.style-2,
.choose-box,
.process-item,
.accounting-financial-analytics__bottom__box_contents, .accounting-financial-analytics .accounting-financial-analytics__bottom__box {
    background-image: url(../images/current-account/02-Current-Account-Page-UI_1-Simplifying-Bank-Daily-bg.webp);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.api-banking-banner-section {
    background-image: url(../images/api-banking/04-API-Banking-page-UI_Banner-Bg.webp);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.api-bg-none {
    background-image: none;
    background-color: #000;
}
.accordion-item {
    background-color: #222;
}
.tj-faq .accordion-item .faq-title--01::after {
    background-image: url("../images/api-banking/04-API-Banking-page-UI_1-Fintech-Innovators.webp");
    background-size: cover; /* or 'cover' depending on the image */
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    border: 0;
}
.tj-faq .accordion-item .faq-title--02::after {
    background-image: url("../images/api-banking/04-API-Banking-page-UI_2-E-Commerce-Platforms.webp");
    background-size: cover; /* or 'cover' depending on the image */
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    border: 0;
}
.tj-faq .accordion-item .faq-title--03::after {
    background-image: url("../images/api-banking/04-API-Banking-page-UI_3-Enterprises-&-Corporates.webp");
    background-size: cover; /* or 'cover' depending on the image */
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    border: 0;
}
.payouts-banner-sec {
    background-image: url(../images/payouts/10-Payout-page-UI_Banner-BG.webp);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
}
.payouts-bank-tarnsfer-section .choose-box,
.h8-choose-box {
    background-image: url(../images/home-page/common-bg.webp);
    background-position: 100%;
}
.vendor-payment-page-banner-section {
    background-image: url(../images/vendor-payments/11-VendorpaymentUI_Quick-Payments-copy.webp);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.h4-banner-section {
    background-image: url(../images/vendor-payments/11-VendorpaymentUI_Quick-Payments-copy.webp);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.h4-banner-section .banner-img-area {
    background-image: url(../images/escrow/05-Escrow-page-UI_Banner-bg.webp);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
/* .smart-collect-banner{
    background-image: url(../images/smart-collet/06-Smartcollect_BannerBG.webp);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
} */
.instant-settlement-banner {
    background-image: url(../images/instant-settlement/07-instant-Payment_Bannerbg.webp);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.onboaeding-banner-secton{
    background-image: url(../images/onboaeding/12-onboarding-ui-banner-bg.webp);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-page-why-us-section .service-item{
    background-image: url(../images/home-page/01-Home-page-UI_Making-Finance-Easy-2-Payment-Support.webp) !important;
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.qr-banner-section {
    background-image: url(../images/qr-code/9-QR-Code-UI_Banner-bg.webp) !important;
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.sweet-alert button{
    background: linear-gradient(178deg, rgba(199, 112, 168, 1) 40%, rgba(0, 0, 0, 0.22) 100%) !important;
}
/* .h4-banner-section-bottom-img{
    position: absolute;
} */
.project-item.h4-project-item .project-content .title {
    width: 100%;
    max-width: 100%;
}
.payouts-bank-tarnsfer-section .choose-box:hover {
    background-color: unset;
}
.cards-left {
    flex-direction: column;
    gap: 10px;
}
.cards-flex {
    align-items: center;
    gap: 10px;
}
.new-card-design {
    position: relative;
}
.new-card-design .choose-box .choose-icon {
    margin-bottom: 18px;
}
.new-card-design .choose-box .choose-content {
    align-items: center;
    text-align: center;
}
.new-card-design  .choose-box .choose-icon{
    font-size: 60px;
}
@keyframes bounce-soft {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

.bounce-soft {
    animation: bounce-soft 2s ease-in-out infinite;
}

.bg-none {
    background-image: none;
    background-color: unset;
}
a:not([href]):hover {
    color: inherit;
    cursor: default;
    text-decoration: none;
    pointer-events: none;
}

/* slider center active */

.tj-service-section .swiper-slide-active .service-item.style-1 .service-icon {
    transform: scale(0);
}
.tj-service-section
    .swiper-slide-active
    .service-item.style-1
    .service-content {
    padding-bottom: 125px;
}

.tj-service-section .swiper-slide-active .service-item.style-1::after {
    opacity: 1;
}

.tj-service-section .swiper-slide-active .service-item.style-1::before {
    background: linear-gradient(
        rgb(199, 112, 168) 60%,
        rgba(0, 0, 0, 0.57) 100%
    );
    opacity: 1;
}
.tj-service-section .swiper-slide-active .service-item.style-1 .desc {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.tj-service-section .sec-heading {
    max-width: 100%;
}

/*  */

/* slideing animation zig zag */
.service-wrapper .service-item .service-reveal-bg {
    box-shadow: 5px 5px 15px 5px #b0428b;
}
.service-wrapper .service-item:nth-child(even) .service-reveal-bg {
    transform: translate(-200%, -50%) scale(0.5);
    -webkit-transform: translate(-200%, -50%) scale(0.5);
    -moz-transform: translate(-200%, -50%) scale(0.5);
    -ms-transform: translate(-200%, -50%) scale(0.5);
    -o-transform: translate(-200%, -50%) scale(0.5);
}
.service-wrapper .service-item:nth-child(odd) .service-reveal-bg {
    transform: translate(100%, -50%) scale(0.5);
    -webkit-transform: translate(100%, -50%) scale(0.5);
    -moz-transform: translate(100%, -50%) scale(0.5);
    -ms-transform: translate(100%, -50%) scale(0.5);
    -o-transform: translate(100%, -50%) scale(0.5);
}
.service-wrapper .service-item:hover .service-reveal-bg {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
}
.instant-settlement-banner .banner-img img, .payouts-banner-sec .banner-img img{
 width: 80%;
}
.h10-service-wrapper .service-item.style-4{
    border: 1px solid #fff;
}
/*  */

/* @media(max-width: 1199px){
  
} */
 @media(min-width: 991px){
    .bt-web-none{
        display: none;
    }
 }
@media (max-width: 1199px) {
    .current-account-key-feature-section--01 {
        background-image: none;
    }
}
@media (max-width: 1024px) {
    .api-banking-key-feature-section .row.fd-coloumn-reverse {
        flex-direction: column-reverse;
    }
    .api-banking-key-feature-section .service-item {
        flex-direction: column;
    }
    .home-page-about-us-section__bg .h9-about-area {
        padding: 100px 20px;
    }
}
@media (max-width: 991px) {
    .slider-content {
        text-align: center;
    }

    .home-page-about-us-section__bg .h9-about-area {
        padding: 70px 20px;
    }
    .home-page-about-us-section {
        /* padding-bottom: 0; */
        /* background-image: none; */
    }
    .h9-about-funfact {
        margin: 0;
    }
    .current-account-key-feature-section--01 {
        background-image: none;
    }
    .home-page-why-us-section--current--acount .home-page-why-us-section__image,
    .home-page-why-us-section .home-page-why-us-section__image {
        display: none;
    }
    .home-page-why-us-section--current--acount {
        padding-bottom: 0;
    }
    .new-card-design .container .row:nth-child(2){
        gap: 20px;
    }
    .home-page-why-us-section .service-item{
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home-page-counter-section .inline-content {
        font-size: 50px;
    }
    .footer-main-area {
        padding: 50px 0 0px 0;
    }
    .current-account-key-feature-section .key-features-cards {
        max-width: 100%;
    }
    .home-page-why-us-section--current--acount .process-item {
        flex-wrap: unset;
        flex-direction: row;
    }
    .h9-hero-item-wrapper {
        min-height: 725px;
    }
    .api-banking-why-section .service-item.style-5 .service-img,
    .api-banking-why-section .service-item.style-5 .service-content-area {
        width: 50%;
    }
    .h7-hero-item-wrapper {
        min-height: 550px;
    }
    .invoice-automated-section.current-account-key-feature-section
        .key-features-cards {
        gap: 9px;
    }
    .invoice-automated-section.current-account-key-feature-section
        .key-features-cards
        .choose-box.style-2 {
        padding: 40px 14px;
    }
    .tj-banner-section-2 .banner-img{
        max-width: 100%;
    }
    .vendor-payment-page-payment-section .project-item:nth-child(2n), .vendor-payment-page-payment-section .project-item {
        margin-top: 80px;
    }
    .vendor-payment-page-payment-section .project-item{
        max-width: 100%;
    }
    .project-item.h4-project-item .project-text{
        justify-content: center;
    }
    /* .h9-about-section{
      display: none ;
    } */
     .payouts-banner-sec .banner-left-box{
        padding: 10px 0 60px;
     }
     .home-page-trusted-section .service-content-wrap{
        justify-content: center;
        align-items: center;
        text-align: center;
     }
     .home-page-trusted-section .service-title{
        justify-content: center;
        align-items: center;
        flex-direction: column;
     }
     .home-page-trusted-section  .service-content{
        padding-inline-start: 0;
     }
}

@media (max-width: 767px) {
    .h8-hero-content .h8-hero-title span {
        display: contents;
    }
    .h8-hero-content .h8-hero-title span:nth-child(3),
    .h8-hero-content .h8-hero-title span:nth-child(2) {
        text-align: unset;
    }
    .h8-hero-content .h8-hero-title span:first-child,
    .h8-hero-content .h8-hero-title span:nth-child(2) {
        width: 100%;
    }
    .circle-text-wrap {
        display: none;
    }
    .current-account-key-feature-section .key-features-image {
        margin-bottom: 20px;
    }
    .home-page-why-us-section--current--acount .process-item .process-item-box {
        display: flex;
        gap: 10px;
    }
    .home-page-why-us-section--current--acount .process-item .process-step {
        font-size: 30px;
    }
    .h7-hero-item-wrapper {
        min-height: auto;
    }
    .current-account-key-feature-section .key-features-line {
        width: 1px;
        height: 100%;
        left: 50%;
        transform: translate(-50%);
        top: 0;
    }
    .invoice-automated-section .key-features-cards {
        flex-direction: column;
    }
    .h9-about-content .about-btn-area-2,
    .h9-about-funfact {
        justify-content: center;
    }
    .h9-about-content {
        text-align: center;
    }
    .home-page-about-us-section {
        background-image: none;
    }
    .tj-service-section .sec-heading.style-2 {
        text-align: center;
    }
    .tj-service-section {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .home-page-why-us-section {
        padding-bottom: 0;
    }
    .home-page-why-us-section
        .row:nth-child(2)
        .col-12:last-child
        .service-item {
        margin-bottom: 0;
    }
    .home-page-why-us-section .home-page-why-us-section__image {
        display: none;
    }
    .service-content-wrap .service-title {
        flex-direction: column;
    }
    .service-content-wrap {
        text-align: center;
    }
    .service-content-wrap .service-content {
        padding-inline-start: 0;
    }
    .testimonial-slider-2 .testimonial-item .desc {
        text-align: center;
    }
    .testimonial-author {
        justify-content: center;
        align-items: center;
    }
    .testimonial-slider-2 .swiper-pagination-area {
        bottom: 8px;
    }
    .testimonial-slider-2 .swiper-pagination-area {
        inset-inline-end: 78px;
    }
    .h7-cta-inner .cta-content {
        justify-content: center;
        text-align: center;
    }
    .footer-main-area {
        text-align: center;
    }
    .tj-footer-section.footer-2 .footer-col-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-contact-info {
        max-width: 100%;
    }
    .tj-slider-section {
        padding-top: 110px;
    }
    .home-page-counter-section .countup-item:last-child {
        padding-bottom: 25px;
    }
    .tj-service-section .tj-s-button {
        text-align: center;
    }
    .home-page-why-us-section .service-item {
        text-align: center;
    }
    .testimonial-img-area .testimonial-img .sec-heading {
        inset-inline-start: 0px;
        width: 100%;
        text-align: center;
    }
    .home-page-counter-section {
        padding-bottom: 0;
    }
    .current-account-instant-access-section {
        padding-bottom: 0;
    }
    .current-account-key-feature-section--01 {
        background-image: none;
    }
    .current-account-simplifiy-banking .h8-funfact-banner-img {
        height: 100%;
    }
    .home-page-why-us-section--current--acount {
        padding-bottom: 70px;
    }
    .current-account-instant-access-section .choose-box .choose-content {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .accounting-csah-flow-section {
        padding-top: 30px;
    }
    /* .current-account-simplifiy-banking{
    padding-bottom: 0;
  } */
    .accounting-budgeting-section .accounting-budgeting-section__image img {
        object-fit: fill;
    }
    .accounting-budgeting-section.h7-faq .sec-heading.style-7 {
        text-align: center;
    }
    .api-banking-key-feature-section .service-item {
        justify-content: center;
        align-items: center;
        border: 1px solid #fff;
    }
    .vendor-payment-page-banner-section {
        text-align: center;
    }
    .tj-banner-section-2.vendor-payment-page-banner-section
        .banner-content-2
        .btn-area {
        justify-content: center;
    }
    .tj-banner-section-2 {
        padding-bottom: 0;
    }
    .tj-banner-section-2 .banner-img {
        width: 100%;
        max-width: 100%;
    }
    .mobile-pt-0 {
        padding-top: 0;
    }
    .mobile-pb-0 {
        padding-bottom: 0;
    }
    .vendor-payment-page-payment-section .project-item:nth-child(2n) {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .home-page-benifits-section .benifits-cards .benifits-card-image,
    .home-page-benifits-section .benifits-cards.active .benifits-card-image {
        opacity: 0;
    }
    .home-page-benifits-section .benifits-cards .benifits-card-box {
        height: 420px;
    }
    .home-page-benifits-section .benifits-cards .benifits-card-hover-content {
        left: 30px;
    }
    .project-item .project-img img {
        height: auto;
    }
    .new-card-design .cards-flex {
        flex-direction: column;
    }
    .payouts-banner-sec .banner-left-box{
        padding: 0px 0 60px;
    }
    .payouts-banner-sec .banner-right-box{
        min-height: 100%;
    }
    .mobile_menu ul>li>.mega-menu-service-single .mega-menu-service-icon{
        width: 35px;
        height: 35px;
    }
    .footer-contact-info .contact-item{
       justify-content: center;
    }

}

.tj-slider-section {
    position: relative;
    will-change: transform;
}
.tj-about-section {
    will-change: opacity, transform;
}

.cout-sect {
    position: relative;
}
.cout-sect .cts:nth-child(2) {
    will-change: transform;
}
.cout-sect .cts:nth-child(3) {
    will-change: transform;
}

.home-page-about-us-section {
    transform-origin: center center;
    will-change: transform, opacity;
}
.tj-service-section,
.home-guiding-section,
.tj-cta-section {
    will-change: opacity;
}
.home-page-why-us-section,
.home-page-why-us-section__image--hover--shade,
.home-page-why-us-section__box {
    will-change: opacity;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.home-page-trusted-section {
    transform-origin: center center;
    will-change: transform, opacity;
}

.home-page-real-growth .testi-img,
.home-page-why-us-section .home-page-why-us-section__image--hover--shade {
    will-change: transform, opacity;
}
.tj-footer-section {
    transform-origin: center center;
    will-change: transform, opacity;
}
/* .smart-routing-vendor {
    position: relative;
  }
  
  .smart-cts {
    will-change: transform, opacity;
  } */

.project-item {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
