:root {
    --primary-color: --primary-color;
    --secondary-color: --secondary-color;
    --bg-main-color: #FFFFFF;
    --color-success-500: #71C055;
    --color-success-400: #8DCD77;
    --color-success-100: #D3EBCA;
    --color-yellow-400: #EFC96B;
    --color-danger-500: #ED1E24;
    --color-grey-500: #272927;
    --color-black-50: #E6E6E6;
    --color-black-100: #F0F0F0;
    --color-grey-50: #E9EAE9;
    --color-grey-300: #6E706E;
    --color-grey-400: #F0F0F0;
    --color-grey-600: #DCDBDA;
    --color-bg-hover: #fa7a50;
    --color-text-primary: #000;
    --color-text-secondary: --color-text-secondary;
    --color-brown: #44190E;
    --foundation-orange-orange-500: #E76D42;
    --foundation-grey-grey-900: #101110;
    --foundation-grey-grey-100: #BCBDBC;
    --foundation-grey-grey-200: #CCCCCC;
    --foundation-grey-light-active: #E1E1E1;
}

/* FONT */
.font-Noto {
    font-family: 'NotoSansJP' !important;
}

.font-Lato {
    font-family: 'Lato' !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.form-check-input{
    width: 1.3em !important;
    height: 1.3em !important;
    margin-top: 0.25em !important;
}

.header-cart-wishlist-qty {
    position: absolute;
    font-size: 10px;
    font-family: var(--heading-font);
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
    line-height: 22px;
    background-color: var(--primary-color);
    color: var(--bg-main-color);
    border-radius: 50%;
    right: -10px;
    top: -7px;
}

.header-cart-wishlist-qty.empty {
    display: none;
}

.header-cart-qty {
    position: absolute;
    font-size: 10px;
    font-family: var(--heading-font);
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
    line-height: 22px;
    background-color: var(--primary-color);
    color: var(--bg-main-color);
    border-radius: 50%;
    right: -12px;
    top: -5px;
}

.header-cart-qty.empty {
    display: none;
}

.theme-mobile-footer {
    display: none;
}

.sign-up-area-wrapper {
    margin-top: 80px;
}

/* END FONT */

/* Header Style */

/* Nav */
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-family: var(--body-font);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    font-weight: 500;
    font-size: 0.875rem;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a,
.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
    color: var(--primary-color);
}
/* End Nav */

.track-icon-list .single-icon .icon,
.login-account .accounts,
.search-suggestions-icon-wrapper .search-click-icon {
    background-color: transparent;
    width: auto;
    height: auto;
    margin-left: 6px;
}

.cart-shopping:hover .icon {
    color: #000;
}

.login-account:hover .accounts,
.track-icon-list .single-icon:hover .icon:hover{
    background-color: transparent;
    color: #000;
}

.login-account:hover .accounts i {
    color: inherit;
}

.login-account .account-list-item {
    opacity: 0;
}

.login-account .account-list-item .list a:hover {
    background: var(--primary-color);
    color: #FFF !important;
}

.btn-template-outline {
    border-radius: 5px;
    background-color: #FFF;
    border: 1px solid var(--primary-color);
    color: var(--primary-color) !important;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    text-transform: capitalize;
    padding: 9px 30px 11px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    line-height: 20px;
    border-radius: 5px;
}

.btn-template-outline:hover {
    background-color: var(--primary-color);
    color: #FFF !important;
}

.text-ellipsis-line-2 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
}
.search-suggestions-icon-wrapper .search-click-icon {
    background-color: var(--color-black-50);
    border-radius: 10px;
    padding: 0 10px;
    width: 250px;
    justify-content: left;
    color: #000;
}

.search-suggestions-icon-wrapper .search-click-icon:hover {
    background-color: var(--color-black-50);
    color: #000;
}

.search-suggestions-icon-wrapper .search-click-icon .form-group-search {
    display: flex;
    align-items: center;
}

.search-suggestions-icon-wrapper .form-group-search .form-input-search {
    width: 100%;
    border: none;
    font-size: 1rem;
    background-color: transparent;
}

.search-suggestions-icon-wrapper .form-group-search .btn-header-search {
    padding: 0;
    font-size: 26px;
}
/* End Header Style */

/* breadcrumb style */
.breadcrumb-bg {
    background-color: var(--secondary-color) !important;
    margin-bottom: 104px;
}

.breadcrumb-contents-list-item:not(:last-child)::after {
    content: "\f142";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    width: auto;
    height: auto;
    background-color: transparent;
    padding-left: 0.5rem;
}

.breadcrumb-contents-list-item:not(:last-child) {
    padding-right: 24px;
}

.breadcrumb-contents-list-item:not(:first-child) {
    padding-left: 10px;
}

.breadcrumb-contents-title-two {
    color: var(--color-text-secondary);
    font-size: 1.875;
    font-weight: bold;
    text-transform: capitalize;
}

.breadcrumb-contents-list {
    display: inline-flex;
    padding: 10px 16px;
    background-color: #FFF;
    border-radius: 10px;
    margin-top: 16px !important;
}

.breadcrumb-contents-list .breadcrumb-contents-list-item {
    color: #000;
    font-size: 1rem;
}

.breadcrumb-contents-list .breadcrumb-contents-list-item a:hover {
    color: var(--primary-color);
}

/* end breadcrumb style */

/* REGISTER */
.hidden {
    display: none;
}

@keyframes fadeInInvalidText {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOutInvalidText {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fade-In-InvalidText {
    animation: fadeInInvalidText 1s ease;
}

.fade-Out-InvalidText {
    animation: fadeOutInvalidText 1s ease;
}

.invalid-text-form {
    color: red;
    font-size: 12px;
}

.register-user-form table {
    table-layout: fixed;
    width: 100%;
}

.auth-area {
    background: none !important;
}

.auth-area.login-template.login-area {
    padding: 0px;
}

.area-text-register {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    .line {
        width: 35%;
        border-top: 1px solid black;
    }
    .info {
        margin-top: 0;
        width: 40%;
    }
}

.area-register {
    margin-top: 60px;
}

.register-user-form .register-form-title {
    color: #333;
    font-family: Noto Sans JP;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.2px;
    /* 140% */
    letter-spacing: 2px;
}

.register-user-form .info-label {
    width: 40%;
    padding: 5px 15px;
    background-color: var(--secondary-color);
    border: none;
}

.register-user-form .info-input {
    width: 60%;
    padding: 15px 10px;
    ;
    color: var(--color-text-secondary);
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}


.first-name-input,
.last-name-input,
.pronun-first-name-input,
.pronun-last-name-input,
.js-confirmPassword,
.js-confirmEmail,
.js-first-post-code,
.js-ward-address,
.js-building {
    width: 100% !important;
}

@media screen and (min-width: 769px) {
    .info-input .input-include-msg {
        width: 30%;
    }
}


.register-user-form .info-input input[type="text"],
.register-user-form .info-input input[type="password"] {
    width: 30%;
    background: var(--bg-main-color);
    color: var(--color-text-secondary);
    font-family: Noto Sans JP;
    font-size: 13px;
    font-weight: 400;
}

.register-user-form .info-input select {
    width: 23%;
    background: var(--bg-main-color);
    color: var(--color-text-secondary);
    font-family: Noto Sans JP;
    font-size: 13px;
    font-weight: 400;
}

.register-user-form .info-msg-register {
    font-size: 11px;
}

.register-user-form .long-info-msg-register {
    font-size: 12px;
}

.register-user-form .required-symbol {
    color: var(--Style, #FF3E3E);
    font-family: Noto Sans JP;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.register-user-form .info-input-contain-3 {
    width: 50%;
}

.register-user-form .info-input .js-first-post-code,
.register-user-form .info-input .p-postal-code {
    width: 10% !important;
}

.register-user-form .info-input-contain-3 input,
.register-user-form .info-input-contain-3 p {
    margin-right: 10px;
}

.register-user-form .info-input .first-name-input,
.register-user-form .info-input .pronun-first-name-input {
    margin-right: 10px;
}

.register-user-form .btn-template-custom {
    padding: 10px;
    border-radius: 7px;
    border: 1px solid var(--primary-color);
    background: var(--bg-main-color);
    color: var(--primary-color);
    font-family: Noto Sans JP;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.013px;
    /* 200.09% */
    letter-spacing: 0.45px;
    cursor: pointer;
}

.register-user-form .p-locality,
.register-user-form .p-street-address {
    margin-right: 10px;
}

.register-user-form .first-name-input,
.register-user-form .pronun-first-name-input {
    margin-right: 10px;
}

.btn-template-register {
    padding: 18px 65px !important;
    margin-right: 25px;
}

ul.footer-social-list > li > a:hover {
    background-color: white !important;
}

.register-user-form .js-city-address {
    color: var(--color-text-secondary);
    font-family: Noto Sans JP;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border-radius: 2px;
}

.text-info-password {
    position: absolute;
    right: 0;
    top: 85px;
    font-size: 14px;
    color: var(--light-color);
}

.register-user-form label.error,
.checkout-form label.error {
    padding: 10px 0;
    color: var(--color-danger-500) !important;
}

.register-user-form label.error {
    font-weight: 400 !important;
    font-size: 14px !important;
}

label.error {
    font-size: 12px;
    line-height: 0;
}

@media screen and (min-width: 375px) and (max-width: 768px) {

    .register-user-form .info-input .first-name-input,
    .register-user-form .info-input .pronun-first-name-input {
        margin-right: 0px;
    }


    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        display: block;
    }

    .register-user-form .info-label {
        width: 100%;
    }

    .register-user-form .info-input {
        width: 100%;
    }

    .register-user-form .info-input .js-first-post-code,
    .register-user-form .info-input .p-postal-code {
        width: 25% !important;
    }

    .register-user-form .info-input input[type="text"],
    .register-user-form .info-input input[type="password"],
    .register-user-form .info-input select {
        min-height: 50px;
        width: 100%;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .auth-area.login-template.login-area {
        padding: 0px;
    }

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        display: contents;
    }

    .btn-template-buy-now {
        padding: 10px 64px;
    }

    .register-user-form .info-label {
        width: 100%;
    }

    .input-include-msg {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {}

/* END REGISTER */

/* PRIVACY POLICY */
.purapori-wrapper {
    padding: 0 202px 0 213px;
}

.purapori-content {
    padding-top: 59.1px;
}

.purapori-content-title {
    padding: 0 0 19.37px 0;
    color: #2C2C2C;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    /* 30px */
    letter-spacing: 1.2px;
}

.purapori-content-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: 0.96px;
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
    .purapori-wrapper {
        padding: 0 13px 0 13px;
    }

    .purapori-content {
        padding-top: 30px;
    }

    .purapori-content-title {
        padding: 0 0 10px 0;

    }

    .purapori-content-description {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        /* 22.4px */
        letter-spacing: 0.42px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
    .purapori-wrapper {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .purapori-wrapper {
        padding: 0;
    }
}

/* END PRIVACY POLICY */
/* ABOUT US */
.about-title {
    color: var(--primary-color);
    font-family: "Lato";
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
}

.about-thumb-wrappers {
    margin-top: 30px;
    margin-bottom: 80px;

    .about-thumbs img {
        border-radius: 0px;
    }
}

.about-content-wrapper {
    padding-inline: 20px;
}

.about-feature-head-title {
    color: var(--primary-color);
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    /* 40px */
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.about-feature-number {
    color: var(--primary-color);
    margin: 0 0 32px 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-content-theme-title {
    color: var(--color-text-secondary);
    font-weight: 300;
    font-size: 40px;
    font-style: normal;
    line-height: 100%;
    /* 40px */
}

.about-tab-wrapper {
    display: flex;
}

.about-tab {
    width: 314px;
    background-color: var(--secondary-color);
    border-radius: 10px;
    margin-inline: 12px;
    padding: 50px 35px 50px 35px;
}

.about-feature-title {
    color: var(--color-text-secondary);
    padding: 50px 0 0 0;
}

.about-feature-para {
    color: var(--color-text-secondary);
}

.about-line {
    z-index: -1;
}

.about-content-theme-para {
    text-align: center;
}

.about-content-theme-para p,
.about-content-theme-para span {
    font-size: 12px;
    line-height: 34px;
    color: var(--color-black);
    text-align: center;
    font-weight: 400;
    font-family: var(--body-font);
}

@media only screen and (max-width: 375px) {
    .about-thumb-wrappers {
        padding-inline: 25px !important;
    }

    .about-content-wrapper {
        padding-inline: 25px;
    }

    .about-tab-wrapper {
        display: initial;
    }

    .about-tab {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 50px 35px 50px 35px;
    }

    .about-content-theme-para {
        padding-inline: 20px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
    .about-thumbs-wrapper {
        padding-inline: 15px;
    }

    .about-thumb-wrappers {
        padding-inline: 25px !important;
    }

    .about-content-wrapper {
        padding-inline: 25px;
    }

    .about-tab-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-tab {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 50px 35px 50px 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .about-thumb-wrappers {
        padding-inline: 0px;
    }

    .about-content-wrapper {
        padding-inline: 0px;
    }
}

/* END ABOUT US */

/*  CONTACT */

.customs-form-group-inquiry {
    width: 45%;
}


.custom-select-arrow {
    position: absolute;
    top: 40%;
    right: 10px;
    display: inline-block;
    padding: 3px;
    cursor: pointer;
}

.custom-select {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 576px) {

    .customs-form-group-inquiry {
        width: 100%;
    }
}
/* END CONTACT */


/* PRIVACY POLICY */
.purapori-wrapper {
    padding: 0 202px 0 213px;
}

.purapori-content {
    padding-top: 59.1px;
}

.purapori-content-title {
    padding: 0 0 19.37px 0;
    color: #2C2C2C;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    /* 30px */
    letter-spacing: 1.2px;
}

.purapori-content-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: 0.96px;
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
    .purapori-wrapper {
        padding: 0 13px 0 13px;
    }

    .purapori-content {
        padding-top: 30px;
    }

    .purapori-content-title {
        padding: 0 0 10px 0;

    }

    .purapori-content-description {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        /* 22.4px */
        letter-spacing: 0.42px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
    .purapori-wrapper {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .purapori-wrapper {
        padding: 0;
    }
}

/* END PRIVACY POLICY */

.seller-dashboard-list .list.active a {
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
    color: #fff !important;
}

.seller-dashboard-list .list.active a,
.seller-dashboard-list .list:hover a {
    background: var(--primary-color) !important;
    padding: 30px;
}

.seller-dashboard-list .list a {
    padding: 30px !important;
}

.seller-dashboard-list .list:not(:last-child) a {
    margin-bottom: unset !important;
}

/* TRACK ORDER */
.single-page-area {
    padding-top: 20px;
}

.track-order-input-wrapper {
    border: 1px solid #CCC;
}

.input-wrapper-label {
    padding: 13px 4px;
    background-color: var(--secondary-color);
}

.input-wrapper-label span {
    color: var(--color-text-secondary);
    font-family: NotoSansJP;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 140% */
}

.input-wrapper-text input {
    color: var(--color-text-secondary);
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border-radius: 2px;
    border: 1px solid #767676;
    width: 75%;
}

.order-track-wrapper .track-info .list-none .text-capitalize {
    font-size: 12px;
}

.btn-track-order {
    width: 228px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 7px;
    border: 1px solid var(--primary-color);
    background: #FFF;
    color: var(--primary-color);
    font-family: NotoSansJP;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.013px;
    /* 200.09% */
    letter-spacing: 0.45px;
}

@media only screen and (max-width: 1023px) {
    .track-order-input-wrapper {
        flex-direction: column;
        height: 125px;
    }

    .input-wrapper-label {
        height: 45px;
    }

    .input-wrapper-label span {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        /* 100% */
    }

    .input-wrapper-text {
        padding: 15px;
        height: 80px;
    }

    .input-wrapper-text input {
        width: 100%;
        height: 100%;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 14px */
    }

    .single-page-area {
        padding-top: 0;
    }
}

/* END TRACK ORDER */
/* PRODUCT DETAIL IMAGE */
.shop-details-bottom-slider-area {
    width: 100%;
    padding-top: 16px;
}

.shop-details-bottom-slider-area .slick-list,
.shop-details-bottom-slider-area .slick-track {
    width: auto;
}

.shop-details-bottom-slider-area .slick-slide {
    margin-right: 10px;
}

.shop-details-bottom-slider-area .slick-prev.slick-arrow,
.shop-details-bottom-slider-area .slick-next.slick-arrow {
    display: none !important;
}

.shop-details-thums .slick-prev-btn,
.shop-details-thums .slick-next-btn {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: var(--color-black-50);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.shop-details-thums .slick-prev-btn .icon,
.shop-details-thums .slick-next-btn .icon {
    color: var(--primary-color);
}

@media screen and (min-width: 375px) and (max-width : 575px) {
    .shop-details-thums.long-img.img-template-wrap img {
        height: 350px;
    }

    .shop-details-bottom-slider-area .small-img img {
        height: 96px;
    }
}

@media screen and (min-width: 576px) and (max-width : 767px) {
    .shop-details-thums.long-img.img-template-wrap img {
        height: 530px;
    }

    .shop-details-bottom-slider-area .small-img img {
        height: 160px;
    }
}

@media screen and (min-width: 768px) and (max-width : 991px) {
    .shop-details-thums.long-img.img-template-wrap img {
        height: 600px;
    }

    .shop-details-bottom-slider-area .small-img img {
        height: 160px;
    }
}

@media screen and (min-width: 991px) {
    .shop-details-thums.long-img.img-template-wrap img {
        height: 625px;
    }

    .shop-details-bottom-slider-area .small-img img {
        height: 145px;
    }
}

/* END PRODUCT DETAIL IMAGE */
/* FEATURE PRODUCT */
.featured-area .section-title hr {
    margin-top: 13px;
    margin-bottom: 20px;
}

.featured-area .section-title span {
    color: var(--color-text-secondary);
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.2px;
}

.featured-area .related-product-show .slick-product-prev.slick-arrow,
.featured-area .related-product-show .slick-product-next.slick-arrow {
    display: none !important;
}

.featured-area .slick-product-btn-wrapper button {
    background: none;
    border: 1px solid #fff;
    transition: transform 0.3s ease;
    transform-origin: center;
    color: var(--primary-color);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
}

.featured-area .slick-product-btn-wrapper button:hover {
    transform: scale(1.2);
}

.featured-area .slick-product-btn-wrapper .icon {
    display: none !important;
}

.featured-area .slick-slider-items.wow.no-padding{
    padding: 0;
}

.featured-area .item-product .global-card-thumb .img-template-wrap {
    background-position: 50% 50%;
    background-size: cover;
    width: auto;
    height: 266px;
}

.featured-area .item-product .global-card-thumb .img-template-wrap-no-height {
    background-position: 50% 50%;
    background-size: cover;
    width: auto;
}

.featured-area .item-product .global-card-thumb .btn-wishlist {
    transition: transform 0.3s ease;
    transform-origin: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--color-black) !important;
    font-size: 20px;
    display: inline-flex;
    margin-top: 10px;
    margin-right: 10px;
}

.featured-area .item-product .global-card-thumb .btn-wishlist.is_wishlist {
    background: var(--primary-color) !important;
    color: var(--bg-main-color) !important;
}

.featured-area .global-card-contents .global-card-contents-title {
    color: #2C2C2C;
    font-family: NotoSansJP;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 137.5% */
    height: auto;
    /* max-width: 75%; */
}

.btn-wishlist:hover,
#add-to-wishlist-btn-id:hover {
    color: var(--primary-color) !important;
}

.item-product .btn-wrapper-mobile {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 7px;
    height: 50px;
}

.featured-area .feature-product-tags {
    color: var(--color-text-secondary);
    font-family: NotoSansJP;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
    padding: 10px 0 20px 0;
}

.featured-area .price-update-through .price-num-update-through {
    color: var(--color-text-secondary);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
}

.featured-area .tax-optional {
    font-size: 10px;
    font-weight: 500;
}

.featured-area .feature-item-wrapper {
    flex: 0 0 auto;
    width: 95%;
}

.featured-area .slick-product-btn-wrapper {
    width: 2.5%;
}


.featured-area .original-price-tag {
    color: var(--2-c-2-c-2-c, #2C2C2C);
    font-family: Noto Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
}


/* END FEATURE PRODUCT */

/* Collection Area */
.collection-area .collection-wrapper-contents {
    padding: 40px 32px;
    border-radius: 10px;
}

.collection-area .collection-wrapper-contents-subtitle {
    font-size: 1.5rem;
    line-height: 24px;
    font-weight: 500;
    color: black;
}

.collection-area .collection-wrapper-contents-title {
    font-size: 2.5rem;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 48px;
    font-family: Notable;
}

.collection-area .single-collection-thumb img {
    border-radius: 10px;
}
/* End Collection Area */


/* Our Store */
.store-area .store-tabs {
    border: none;
}

.store-area .store-tabs li {
    font-family: var(--body-font);
    color: #000;
    font-size: 1.25rem;
    padding: 12px 16px;
    border-right: 0;
    border-left: 2px solid #fff;
}

.store-area .store-tabs li.active {
    background-color: var(--secondary-color);
    border-right: 0;
    border-left: 2px solid var(--primary-color);
    color: #000;
}
/* End Our Store */

/* Deal Area */
.deal-area .deal-wrapper {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.deal-area .deal-content {
    padding: 0;
    padding-left: 66px;
    width: 50%;
    max-width: none;
}

.deal-area .deal-content .deal-content-title {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 32px;
    font-weight: 500;
}

.deal-area .deal-content .deal-content-para {
    color: #fff;
    font-size: 1.125rem;
}

.deal-area .deal-content .btn-wrapper {
    margin-top: 144px;
}
/* End Deal Area */

/* Testimonial Area */

.feedback-area .feedback-item {
    transform: scale(0.85);
    transition: .5s;
}

.feedback-area .slick-slide.slick-center .feedback-item {
    transform: scale(1);
}

.feedback-area .feedback-item .img-template-wrap {
    padding-top: 100%;
}

.feedback-area .feedback-item .img-template-wrap img {
    border-radius: 10px;
}

.feedback-area .feedback-item .feedback-card {
    position: relative;
}

.feedback-area .feedback-item .feedback-card .feedback-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    color: #FFF;
    z-index: 2;
}

.feedback-area .feedback-item .feedback-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedback-area .feedback-item .feedback-head .title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFF;
    line-height: 26px;
}

.feedback-area .feedback-item .feedback-des {
    margin-top: 16px;
    font-size: 1.125rem;
    font-weight: 400;
}

.feedback-area .feedback-item .feedback-card .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 10px;
    z-index: 1;
}
/* ENd Testimonial Area */

/* Blog Area */
.blog-area .section-title.theme-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-area .append-blog .prev-icon,
.blog-area .append-blog .next-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--primary-color);
    background-color: var(--color-black-50);
    border: none;
}

.blog-area .append-blog .prev-icon:hover,
.blog-area .append-blog .next-icon:hover {
    border: none;
}

.item-blog .single-blog-two-contents-tags-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-blog .single-blog-two-thumbs-date {
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
    padding: 0;
    z-index: 0;
    color: var(--color-grey-300);
    font-size: 0.875rem;
}

.item-blog .single-blog-two-thumbs-date .date {
    display: inline-block;
    border: 0;
}

.item-blog .single-blog-two-contents-tags-item a {
    color: var(--color-grey-300) !important;
    font-size: 0.875rem;
}

.item-blog .single-blog-two-contents-tags-item:not(:first-child)::before {
    content: none;
}

.item-blog .single-blog-two-contents-tags-item:not(:first-child) {
    padding-left: 0;
}

.item-blog .single-blog-two-contents-tags-item:not(:last-child) {
    padding-right: 8px;
}

.item-blog .single-blog-two-contents-title {
    font-size: 1.25rem;
}

.item-blog .single-blog-two-contents-title .text-ellipsis-line-2 {
    min-height: 64px;
}

.item-blog .single-blog-two-thumbs img {
    border-radius: 10px;
}

.item-blog .single-blog-two-thumbs .img-template-wrap {
    padding-top: 70.25%;
}
/* End Blog Area */


/* Promo Area */
.promo-area .single-promo {
    border-radius: 10px;
}

.promo-area .single-border {
    border: 1px solid var(--color-grey-50);
}

.promo-area .single-promo-contents-title {
    font-size: 1.5rem;
}

.promo-area .single-promo-icon {
    color: var(--primary-color);
}

.promo-area .single-promo-contents-para {
    font-size: 1.125rem;
    color: var(--color-grey-300);
}
/* End Promo Area */

/* PRODUCT DETAIL OPTIONS  */
.single-shop-details-wrapper .name_badge {
    padding-bottom: 40px;
}

.single-shop-details-wrapper .price-note {
    font-weight: 500;
    padding: 0 0 16px 0;
    color: var(--color-grey-300);
}

.single-shop-details-wrapper .status-details {
    padding-bottom: 24px;
}

.single-shop-details-wrapper .status-details-title {
    padding-right: 20px;
    color: var(--color-grey-300);
}

.single-shop-details-wrapper .status-details-title-custom {
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
}

.single-shop-details-wrapper .text-in-stock {
    color: #71C055;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-shop-details-wrapper .text-out-of-stock {
    color: var(--color-danger-500);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-shop-details-wrapper .price-update-through {
    align-items: end;
}

.single-shop-details-wrapper .price-update-through .flash-prices {
    color: var(--color-text-primary);
    font-family: Lato;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-shop-details-wrapper .price-update-through .flash-prices-custom {
    font-family: Noto Sans JP;
}

.single-shop-details-wrapper .price-update-through .flash-old-prices {
    padding-bottom: 3px;
    color: var(--color-grey-300);
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: strikethrough;
}


.flash-old-prices-color-grey {
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 400;
    color: #c8c7c7;
}

.single-shop-details-wrapper .price-update-through .tax-optional {
    color: var(--color-text-secondary);
    font-family: Noto Sans JP;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-shop-details-wrapper .price-update-through .sign-in-notice {
    color: var(--color-text-secondary);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-shop-details-wrapper .price-update-through .sign-in-notice a {
    color: var(--primary-color);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.single-shop-details-wrapper .original-price {
    padding-top: 16px;
}

.single-shop-details-wrapper .original-price .original-price-tag {
    padding: 6px 5px;
    gap: 10px;
    color: var(--color-text-primary);
    font-family: Noto Sans JP;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 15px */
    border-radius: 5px;
    background: var(--secondary-color);
    display: inline;
}

.single-shop-details-wrapper .original-price .original-price-number {
    padding: 0 5px 0 12px;
    color: var(--color-text-secondary);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.54px;
}

.single-shop-details-wrapper .original-price .original-price-number-custom {
    color: var(--color-text-primary);
}

.single-shop-details-wrapper .original-price .tax-optional {
    color: var(--color-text-secondary);
    font-family: NotoSansJP;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-shop-details-wrapper .original-price .tax-optional-custom {
    color: var(--color-text-primary);
    font-size: 12px;
}

.single-shop-details-wrapper .value-input-area {
    padding-top: 24px;
}

.single-shop-details-wrapper .value-input-area .value-input-area-attribute .input-title {
    padding-bottom: 16px;
}

.single-shop-details-wrapper .value-input-area .size-number {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid var(--color-grey-50);
    margin-right: 5px;
}

.single-shop-details-wrapper .value-input-area .color-number {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    margin-right: 8px;
}

.single-shop-details-wrapper .activeColor {
    border: 3px solid var(--foundation-grey-grey-100);
}

.single-shop-details-wrapper .activeSize {
    background: var(--primary-color);
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.single-shop-details-wrapper .quantity-area {
    padding-top: 24px;
}

.single-shop-details-wrapper .quantity-area #product_quantity_change {
    width: 118px;
    border-radius: 5px;
    border: 1px solid var(--foundation-grey-light-active);
    background: var(--bg-main-color);
    color: #2C2C2C;
    font-family: Lato;
}

.single-shop-details-wrapper .quantity-area #product_quantity_change input {
    width: 25px;
}

.single-shop-details-wrapper .quantity-area #product_quantity_change span.substract,
.single-shop-details-wrapper .quantity-area #product_quantity_change span.plus,
.single-shop-details-wrapper .quantity-area #product_quantity_change input {
    background-color: transparent !important;
}

.single-shop-details-wrapper .quantity-area .stock-available.color-stock {
    font-family: NotoSansJP;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.single-shop-details-wrapper .shopping-btn {
    padding-top: 24px;
}

.single-shop-details-wrapper .shopping-btn .add-to-cart {
    padding-right: 16px;
}

.single-shop-details-wrapper .shopping-btn .buy-now {
    padding-left: 16px;
}

.single-shop-details-wrapper .btn-shopping-wrapper {
    border: 1px solid var(--primary-color);
    border-radius: 7px;
    height: 50px;
}

.single-shop-details-wrapper .btn-shopping-wrapper.btn-login {
    padding: 16px 32px;
    height: auto;
    font-size: 16px;
    line-height: 18px;
}

.single-shop-details-wrapper .btn-add-to-cart {
    background-color: var(--primary-color);
    color: var(--bg-main-color);
}


.btn-template-buy-now:hover {
    color: white;
}

.single-shop-details-wrapper .btn-buy-now {
    background-color: var(--bg-main-color);
    color: var(--primary-color);
}

.single-shop-details-wrapper .social_share_wrapper_item {
    background: var(--color-text-secondary);
}

.single-shop-details-wrapper .social_share_wrapper_item::before {
    border-bottom: 14px solid var(--color-text-secondary) !important;
}

.single-shop-details-wrapper .shop-details-stock {
    border-top: 1px solid var(--color-grey-50);
    border-bottom: 1px solid var(--color-grey-50);
    padding: 32px 0 32px 0 !important;
}

.single-shop-details-wrapper .shop-details-stock .stock-category .category-list .list-item,
.single-shop-details-wrapper .shop-details-stock .stock-category .category-list .title {
    color: var(--color-grey-300);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.single-shop-details-wrapper .shop-details-stock .stock-category .category-list a.list-item {
    color: var(--foundation-grey-grey-900);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.single-shop-details-wrapper .wishlist-compare {
    padding: 24px 0;
}

.single-shop-details-wrapper .wishlist-compare .wishlist-compare-btn .share-icon .icon {
    background: #fff;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    width: 40px;
    height: 40px;
}

.single-shop-details-wrapper .wishlist-compare .wishlist-compare-btn .share-icon .icon i {
    color: var(--primary-color);
}

.single-shop-details-wrapper .wishlist-compare .wishlist-compare-btn .share-icon.is_wishlist .icon {
    background: var(--primary-color);
}

.single-shop-details-wrapper .wishlist-compare .wishlist-compare-btn .share-icon.is_wishlist .icon i {
    color: #fff;
}

.single-shop-details-wrapper .wishlist-compare .wishlist-share .icon {
    background: var(--primary-color);
    width: 40px;
    height: 40px;
}

.single-shop-details-wrapper .delivery-options {
    padding-top: 24px;
    flex-wrap: wrap;
}

.single-shop-details-wrapper .delivery-item {
    border: none;
    border-radius: 10px;
    background: #D3EBCA;
    gap: 10px;
    flex-wrap: nowrap;
    height: auto;
    margin-right: 10px;
    margin-top: 10px;
    padding-inline: 15px;
    padding-top: 10px;
}

.single-shop-details-wrapper .delivery-item .icon {
    padding: 0px;
    color: #000;
}

.single-shop-details-wrapper .delivery-item .content .title {
    color: var(--color-text-secondary);
    font-family: NotoSansJP;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.single-shop-details-wrapper .delivery-item .content p {
    color: var(--color-grey-300);
    font-family: NotoSansJP;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-shop-details-wrapper .warning-stock-label {
    color: #71C055;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.value-input-area span.title {
    color: #6E706E;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.quantity-flex .quantity-title {
    color: var(--6-e-706-e, #6E706E);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.btn-shopping-wrapper.btn-login.d-flex {
    background: var(--primary-color);
    color: var(--bg-main-color)
}

/* END PRODUCT DETAIL OPTIONS */

/* PRODUCT DETAIL TABS*/
.single-description-tab .single-description-tab-title {
    color: var(--color-text-secondary);
    font-family: Noto Sans JP;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
}

.single-description-tab .single-description-tab-content table td {
    padding: 7px 0 7px 0;
}

.product-detail-tab {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--primary-color);
}

.product-detail-tab li {
    padding: 16px 0px;
    color: var(--color-text-secondary);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product-detail-tab li.active {
    background-color: var(--secondary-color);
}

/* END PRODUCT DETAIL TABS */

/* PRODUCT DETAIL MOBILE RESPONSIVE */
@media screen and (max-width: 375px) {
    .shop-details-bottom-slider-area .slick-slide {
        margin-inline: 5px !important;
    }

    .featured-area .slick-slider-items.wow {
        padding: 0px;
    }

    .single-shop-details-wrapper .name_badge .details-title {
        font-size: 20px;
        font-weight: 700;
    }

    .single-shop-details-wrapper .name_badge,
    .single-shop-details-wrapper .color_list,
    .single-shop-details-wrapper .size_list {
        padding-bottom: 10px;
    }

    .single-shop-details-wrapper .status-details {
        padding-bottom: 10px;
    }

    .single-shop-details-wrapper .value-input-area {
        flex-direction: column;
    }

    .single-shop-details-wrapper .value-input-area .value-input-area-attribute .input-title {
        padding-bottom: 10px;
    }

    .single-shop-details-wrapper .quantity-area {
        padding-top: 10px;
    }

    .single-shop-details-wrapper .quantity-area #item_left {
        padding: 0;
    }

    .single-shop-details-wrapper .quantity-area .shopping-btn {
        padding-top: 10px;
        flex-direction: column;
    }

    .single-shop-details-wrapper .quantity-area .shopping-btn .add-to-cart,
    .single-shop-details-wrapper .quantity-area .shopping-btn .buy-now {
        padding: 0;
    }

    .single-shop-details-wrapper .quantity-area .shopping-btn .add-to-cart {
        padding-bottom: 10px;
    }

    .single-shop-details-wrapper .wishlist-compare {
        padding-top: 20px;
    }

    .single-shop-details-wrapper .delivery-options {
        flex-direction: column;
    }

    .single-shop-details-wrapper .delivery-options .delivery-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .wishlist-btn-mobile {
        width: 28px !important;
        height: 30px !important;
        font-size: 10px;
    }
}

@media screen and (max-width: 576px) {
    .featured-area item-product .global-card-thumb {
        width: 100%;
    }

    .featured-area .item-product .global-card-thumb .img-template-wrap {
        width: 100%;
    }

    .featured-area .slick-list,
    .featured-area .slick-track {
        width: 300px;
    }

    .featured-area .slick-product-prev-btn img,
    .featured-area .slick-product-next-btn img {
        display: none !important;
    }

    .featured-area .slick-product-btn-wrapper .icon {
        display: initial !important;
    }

    .featured-area .global-card-contents-title {
        padding-bottom: 20px;
    }

    .featured-area .feature-product-tags {
        padding: 10px 0 15px 0;
    }

    .featured-area .btn-wrapper {
        display: none;
    }

    .featured-area .btn-wrapper-mobile {
        display: initial !important;
        height: 50px;
        border-radius: 7px;
        border: 1px solid var(--primary-color);
        background: #fff;
    }

    .featured-area .btn-wrapper-mobile .btn-add-to-cart {
        color: var(--primary-color);
        font-family: NotoSansJP;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }
}

@media only screen {
    .single-shop-details-wrapper {
        overflow-y: unset;
        height: auto;
    }
}

/* END PRODUCT DETAIL MOBILE RESPONSIVE */

.single-orders.total-order.border-radius-10,
.single-orders.total-purchase.border-radius-10,
.single-orders.product-refunds.border-radius-10,
.single-orders.support-tickets.border-radius-10 {
    background: #fff;
    border-radius: 0;
    border: 2px solid var(--primary-color);
    ;
}

.single-orders .orders-flex-content .contents .order-para {
    color: var(--primary-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: 1.44px;
}

.single-orders .orders-flex-content .contents .order-titles {
    color: var(--primary-color);
    font-family: Inter, sans-serif;
    font-size: 40px;
}

/* HOME BANNER */
.banner-home-area .box-wrapper {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-home-area .box-wrapper .box-content {
    padding-left: 90px;
    width: 35%;
}

.banner-home-area .box-wrapper .box-content h2.title {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 32px;
}

.banner-home-area .box-wrapper .box-content p.sub-title {
    color: #fff;
    font-size: 1.125em;
    line-height: 28px;
    font-weight: 500;
}

.banner-home-area .box-wrapper .box-content .btn-wrapper {
    margin-top: 86px;
}
/* End PAGE HEADER */


/* HOME ABOUT HEADER */
.home-about-area .container {
    padding: 175px 169px;
}

.home-about-area {

    .title {
        color: var(--primary-color);
        font-family: Lato;
        font-size: 60px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
        /* 60px */
    }

    .description {
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Noto Sans JP;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .widget-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .widget-content {
        /* width: 100%; */
        margin: 60px auto;
    }

    .widget-item .content-left {
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Noto Sans JP;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        /* 192% */
        /* letter-spacing: 1.25px; */
        width: 314px;

    }

    .widget-item .content-right {
        display: grid;
        gap: 50.43px;
    }

    .widget-item .content-right .text {
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Noto Sans JP;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 38px;
        /* 292.308% */
        letter-spacing: 0.39px;
    }

    .widget-item .btn {
        width: 228px;
        height: 50px;
        flex-shrink: 0;
        border-radius: 7px;
        border: 1px solid var(--primary-color);
        background: #fff;
        color: var(--primary-color);
        text-align: center;
        font-family: Lato;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30.013px;
        /* 150.067% */
    }

    .slash-line-first {
        transform: translateY(-125%);
        position: absolute;
        z-index: -1;
    }

    .slash-line-first-mobile {
        transform: translateY(-125%);
        position: absolute;
        z-index: -1;
    }

    .slash-line-second {
        transform: translateY(-108%);
        position: absolute;
        right: 0px;
        z-index: -1;
    }

}


/* END HOME ABOUT HEADER */

/* HOME ADVANTAGE HEADER */
.home-advantage-area {
    transform: translateY(-16%);
    padding-top: 56px;
}

.home-advantage-area {

    .container {
        flex-shrink: 0;
        border-radius: 10px;
        background: var(--primary-color);
        padding: 120px 113px;
        display: grid;
        gap: 50px;
    }

    .content-first {
        text-align: center;
        display: grid;
        gap: 10px;
    }

    .title {
        color: #FFF;
        text-align: center;
        font-family: Lato;
        font-size: 60px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
        /* 60px */
    }

    .description {
        color: #FFF;
        text-align: center;
        font-family: Noto Sans JP;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


    .description svg {
        padding: 0 auto;
    }


    .widget-content {
        padding: 0px 10px;
    }

    .content {
        flex-shrink: 0;
        border-radius: 10px;
        background: var(--ffffff, #FFF);
        padding: 40px 40px 90px 40px;
        display: grid;
        grid-template-rows: 5% 20% 20% 55%;
        /* align-items: center; */
        justify-content: center;
        gap: 30px;
    }

    .content-number {
        color: var(--primary-color);
        text-align: center;
        font-family: Lato;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 16px */
        letter-spacing: 0.32px;
    }


    .content-img {
        display: grid;
        align-items: center;
        justify-content: center;
    }

    .wrap-content-title {
        height: 100%;
        display: grid;
        align-items: end;
    }


    .content-title {
        text-align: center;
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Noto Sans JP;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        max-width: auto;
    }


    .content-china {
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Noto Sans JP;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        border-bottom: 2px solid black;
        padding-bottom: 12px;
    }

    .content-description {
        font-size: 13px;
    }

}

/* END HOME ADVANTAGE HEADER */

/* HOME SERVICE HEADER */
.home-service-area {
    margin-bottom: 120px;

    .container {
        padding-bottom: 150px;
    }

    .img-first {
        flex-shrink: 0;
        padding-left: 100px;
        padding-bottom: 50px;
    }

    .img-first img {
        border-radius: 15px;
        width: 319.995px;

    }

    .img-second {
        flex-shrink: 0;
        padding-left: 190px;
        padding-bottom: 50px;
    }

    .img-second img {
        border-radius: 15px;
        width: 375.474px;
    }

    .content-right {
        display: grid;
        gap: 58px;
    }

    .content-right-title {
        display: grid;
        gap: 10px;
    }

    .title {
        color: var(--primary-color);
        font-family: Lato;
        font-size: 60px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
        /* 60px */
    }

    .process {
        display: grid;
        grid-template-rows: auto auto auto;
        gap: 48px;
    }

    .widget-step {
        display: grid;
        gap: 11px;
    }

    .step-title {
        display: grid;
        grid-template-columns: 9% auto;
        text-align: left;
    }

    .step-number {
        color: var(--primary-color);
        font-family: Lato;
        font-size: 26px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }


    .step-text {
        color: #000;
        font-family: Noto Sans JP;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 18px */
        display: grid;
        align-items: center;
    }

    .wrap-title {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .solutions {
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Noto Sans JP;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 190%;
        /* 26.6px */
    }

    .slash-line-first {
        transform: translateY(-145%);
        position: absolute;
        z-index: -1;
    }

    .slash-line-first-mobile {
        transform: translateY(-287%);
        position: absolute;
        z-index: -1;
    }

    .slash-line-second {
        transform: translateY(-87%);
        position: absolute;
        z-index: -1;
    }

    .slash-line-second-mobile {
        transform: translateY(-87%);
        position: absolute;
        z-index: -1;
    }

    .description {
        font-size: 14px;
    }
}



/* Featured Product */
.featured-area .global-card-thumb-badge.right-side {
    left: unset;
    right: unset;
}

.featured-area .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-title.theme-one .title, .feedback-area .title {
    font-family: var(--body-font);
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}

.featured-area .append-featured .prev-icon,
.featured-area .append-featured .next-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--primary-color);
    background-color: var(--color-black-50);
    border: none;
}

.featured-area .append-featured .prev-icon:hover,
.featured-area .append-featured .next-icon:hover {
    border: none;
}

.item-product:hover {
    transform: none;
}

.item-product .btn-wrapper {
    display: flex;
    margin-top: 12px;
    justify-content: space-between;
}

.item-product .btn-product-buy {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1;
}

.item-product .btn-add-to-cart {
    /* padding: 0; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.item-product .btn-wrapper-mobile:hover {
    background-color: #fff !important;
    color: var(--primary-color) !important;
}

.global-card-thumb-badge.right-side {
    top: 16px;
    left: auto;
    right: 10px;
}


.wish-wrapper {
    background-color: white;
    border-radius: 50%;
}

.item-product .wish-wrapper {
    position: absolute;
    top: 5px;
    left: auto;
    right: 5px;
}

.item-product .wish-wrapper .btn-wishlist {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color) !important;
    font-size: 20px;
}

.item-product .wish-wrapper .is_wishlist {
    color: #fff !important;
    background-color: var(--primary-color) !important;
}

.wish-wrapper .btn-wishlist {
    color: var(--primary-color) !important;
    border: solid 0.5px;
}

.lar {
    font-size: 22px !important;
}

.original-price {
    justify-content: start;
    margin: 10px 0;
}

.original-price-number {
    margin-right: 40px;
}

.btn-template-buy-now {
    background: var(--primary-color) !important;
    /*padding: 10px 75px;*/
    color: #FFF;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.tax-optional {
    font-size: 14px;
    font-weight: 100;
}

.item-product .global-card-thumb {
    border-radius: 10px;
}

.item-product .global-card-thumb img {
    border-radius: 10px;
    height: 500px;
}

.item-product .img-template-wrap-type-list img {
    height: 324px !important;
}

.download-zip-file-dashboard {
    color: #0a58ca;
    text-decoration: underline;
}

.item-product .global-card-contents-flex {
    align-items: flex-start;
    gap: 0;
}

.item-product .price-update-through .flash-prices.color-two {
    color: var(--primary-color);
}

.item-product .price-update-through .flash-prices.color-white {
    color: white;
}

.item-product .img-template-wrap {
    padding-top: 100%;
}

.item-product .img-template-wrap .no-height{
    padding-top: 0%;
}


.item-product .img-template-wrap-no-padding {
    padding-top: 0%;
}

.global-card-thumb-badge-box {
    position: relative;
    padding-right: 21px;
    background-color: var(--color-success-400);
    clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
    height: 33px;
}

.global-card-thumb-badge-box.bg-color-new {
    background-color: var(--primary-color);
}

.rating-wrap .ratings span.show-rating:after {
    color: var(--color-yellow-400);
}

.rating-wrap .total-ratings {
    font-size: 1.125rem;
    color: var(--color-grey-300);
    margin-left: 16px;
}

@media (min-width: 769px) and (max-width: 991px) {
    .btn-template-buy-now {
        padding: 10px 85px;
    }
}

@media (width: 992px) {
    .btn-template-buy-now {
        padding: 10px 60px;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .btn-template-buy-now {
        padding: 10px 15px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .btn-template-buy-now {
        padding: 10px 45px;
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .btn-template-buy-now {
        padding: 10px 75px;
    }
}

@media (min-width: 1600px) and (max-width: 1699px) {
    .btn-template-buy-now {
        padding: 10px 100px;
    }
}

@media (min-width: 1700px) {
    .btn-template-buy-now {
        padding: 10px 115px;
    }
}

/* End Featured Product */

#area-sign-in .text-danger {
    font-size: 12px;
}

.breadcrumb-contents-list-item:first-child {
    white-space: nowrap;
}

.breadcrumb-contents-list-item {
    text-align: start !important;
}

/* HOME PRODUCT LIST HEADER */
.home-product-list-area {
    padding: 120px 169px;
}

.home-product-list-area {
    .title {
        color: var(--primary-color);
        font-family: Lato;
        font-size: 60px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
        /* 60px */
    }

    .global-card-contents-grid {
        display: grid;
        align-items: start;
        grid-template-rows: 70px 20% 20%;
    }


    .description {
        color: var(--2-c-2-c-2-c, #2C2C2C);
        text-align: center;
        font-family: Noto Sans JP;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .content-container {
        padding: 50px 94.67px 0 94.67px;
    }

    .global-card-contents-title {
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Noto Sans JP;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        /* 137.5% */
        gap: 6px;
        width: 100%;
        height: 100%;
        padding: 10px 0;
        justify-content: space-between;

        .cart-button:hover img {
            content: initial !important;
        }
    }

    .global-card-contents-title a:first-child {
        flex: 1;
    }

    .category {
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Noto Sans JP;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        width: 100%;
        padding-bottom: 7px;
        /* 14px */
    }


    .img-template-wrap {
        position: relative;
        height: auto;
        overflow: hidden;
        background-position: 50% 50%;
        background-size: cover;
        padding-top: 56.25%;
    }

    .img-template-wrap img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        transform: translateZ(0);
        margin: 0 auto;
        right: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        top: 0;
        position: absolute;
        object-position: 50% 50%;
        object-fit: cover;
    }


    .item-product:hover {
        transform: none;
    }

    .item-product .btn-wrapper {
        display: flex;
        align-items: stretch;
        margin-top: 12px;
    }

    .item-product .btn-product-buy {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex: 1;
    }

    .item-product .btn-add-to-cart .product-list-icon {
        width: 72px;
        height: 50px;
        padding: 0;
        display: block;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    .item-product .btn-add-to-cart .product-list-btn {
        width: 72px;
        height: 50px;
        padding: 0;
        display: none;
        align-items: center;
        justify-content: center;
        font-size: 20px;

    }

    .global-card-thumb-badge.right-side {
        top: 16px;
        left: auto;
        right: 10px;
    }

    .item-product .wish-wrapper {
        position: absolute;
        top: 16px;
        left: auto;
        right: 16px;
    }

    .item-product .wish-wrapper .btn-wishlist {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        /* background-color: #fff; */
        display: flex;
        align-items: center;
        justify-content: center;
        /* color: var(--primary-color) !important; */
        font-size: 20px;
    }

    .item-product .wish-wrapper .is_wishlist {
        color: #fff !important;
        background-color: var(--primary-color) !important;
        ;
    }

    .item-product .price-update-through .flash-prices.color-two {
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Lato;
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 100%;
        /* 18px */
    }

    .item-product .price-update-through .tax {
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Noto Sans JP;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 2;
    }

    .item-product .img-template-wrap {
        padding-top: 100%;
    }

    .global-card-thumb-badge-box {
        position: relative;
        padding-right: 21px;
        background-color: var(--color-success-400);
        clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
        height: 33px;
    }

    .global-card-thumb-badge-box.bg-color-new {
        background-color: var(--primary-color);
    }

    .rating-wrap .ratings span.show-rating:after {
        color: var(--color-yellow-400);
    }

    .rating-wrap .total-ratings {
        font-size: 1.125rem;
        color: var(--color-grey-300);
        margin-left: 16px;
    }

    .widget-btn {
        width: 100%;
        display: grid;
        align-items: center;
        justify-content: center;
    }


    .btn-detail {
        width: 228px;
        height: 50px;
        flex-shrink: 0;
        border-radius: 7px;
        border: 1px solid var(--primary-color);
        background: #FFF;
        color: var(--primary-color);
        text-align: center;
        font-family: Lato;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30.013px;
        display: grid;
        align-items: center;
        justify-content: center;
    }


    .item-product .btn-display-mobile {
        display: none;
    }

    .test {
        display: grid;
        grid-template-rows: 50% 20% 30%;
    }
}


.display-desktop {
    display: block;
}

.display-mobile {
    display: none !important;
}


.display-mobile-btn {
    display: none !important;
}

@media (min-width: 1440px) {
    .home-advantage-area {
        .container {
            max-width: 1350px !important;
        }
    }
}


@media screen and (max-width: 1400px) {
    .home-product-list-area {
        padding: 120px 100px;
    }

    .home-product-list-area .content-container {
        padding: 50px 0 0 0;
    }
}

/* END HOME PRODUCT LIST HEADER */

/* HOME BRANDS HEADER */
.home-brands-area {
    background: #F0F0F0;
    padding: 100px 0px;
    display: grid;
    gap: 30px;
}

.home-brands-area {
    .title {
        color: var(--2-c-2-c-2-c, #2C2C2C);
        text-align: center;
        font-family: Lato;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 25.2px;
        /* 100.8% */
        letter-spacing: 0.75px;
        text-transform: uppercase;
    }

    .detail {
        width: 228px;
        height: 50px;
        flex-shrink: 0;
        border-radius: 7px;
        border: 1px solid var(--primary-color);
        background: #FFF;
        color: var(--primary-color);
        text-align: center;
        font-family: Lato;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30.013px;
        /* 150.067% */
        display: grid;
        align-items: center;
        justify-content: center;
    }

    .widget-link {
        display: grid;
        align-items: center;
        justify-content: center;
    }


    .content-text {
        color: var(--2-c-2-c-2-c, #2C2C2C);
        text-align: center;
        font-family: Noto Sans JP;
        font-size: 16.9px;
        font-style: normal;
        font-weight: 700;
        line-height: 22.75px;
        /* 134.614% */
    }

    .wrap-content {
        display: grid;
        grid-template-columns: 30% 30% 0 0;
        align-items: center;
        justify-content: center;
    }

    .img {
        display: grid;
        justify-content: center;
        gap: 10px;
        color: var(--2-c-2-c-2-c, #2C2C2C);
        text-align: center;
        font-family: Noto Sans JP;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22.75px;
        /* width: 350px; */
    }

    .img-custom img {
        height: 250px;
        width: 400px;
    }

    .img-right {
        display: grid;
        justify-content: left;
        gap: 10px;
        color: var(--2-c-2-c-2-c, #2C2C2C);
        text-align: center;
        font-family: Noto Sans JP;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22.75px;
    }
}


/* END HOME BRANDS HEADER */

/* SUPPORT TICKET */
.contact-theme-area {

    .container-one {
        padding: 0 56px;
    }


    .wrap-content {
        display: grid;
        gap: 20px;
    }

    .theme-one p {
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Noto Sans JP;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 18.2px;
        /* 140% */
    }

    .contact-content-theme .return-content {
        color: #2C2C2C;
        font-family: Noto Sans JP;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 18.2px;
        /* 140% */
    }

    .return-content {
        color: #2C2C2C;
        font-family: Noto Sans JP;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 18.2px;
        /* 140% */
    }

    .blue-link {
        color: #4696D8;
        border-bottom: 1px solid var(--primary-color);
        font-family: Noto Sans JP;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 18.2px;
    }

    .question-title-text {
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Noto Sans JP;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        /* 87.5% */
    }

    .contact-content-theme {
        padding: 0px;
        /* border: 1px solid #CCC; */
    }

    .form-group {
        display: grid;
        grid-template-columns: 40% 60%;
        align-items: center;
        justify-content: center;
        border: 1px solid #CCC;
        margin-bottom: 0px;
    }

    .form-group .wrap-form {
        background: var(--primary-color);
        width: 100%;
        height: 100%;
        display: grid;
        align-items: center;
        margin: 0 auto;
    }

    .form-group .wrap-son {
        display: grid;
    }


    .form-group .label-left {
        font-size: 16px;
        color: var(--heading-color);
        background: var(--e-1-ecf-5, #E1ECF5);
        margin-bottom: 0;
        height: 100%;
        display: grid;
        align-items: center;
        border-right: 1px solid hsl(0, 0%, 80%);
        padding: 9px 10px;
    }

    .form-group .error {
        color: var(--color-danger-500);
    }

    .input-title {
        width: 219px;
    }

    ::placeholder {
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Noto Sans JP;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* 138.462% */
    }

    .checkbox-wrap a {
        border-bottom: 1px solid black;
    }

    .description-message {
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Noto Sans CJK JP;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16.8px;
        /* 140% */
    }



    .error-message {
        /* background-color: #3498db; */
        color: white;
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .form-group .input-wrap {
        padding: 10px 10px;
    }

    .form-group .form-control {
        line-height: 55px;
        background-color: unset;
        outline: none;
        color: var(--light-color);
        border: 1px solid #CCC;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-box-shadow: 0 0 10px transparent;
        box-shadow: 0 0 10px transparent;
    }

    /* accordion.css */
    .accordion {
        display: flex;
        flex-direction: column;
    }

    .accordion-item {
        border: 1px solid #ddd;
        margin: 5px;
        border-radius: 5px;
        overflow: hidden;
        /* Hide overflowing content */
    }

    .accordion-header {
        cursor: pointer;
        padding: 10px 0px;
        border-bottom: 1px solid #ddd;
        transition: background-color 0.3s ease;
        /* Smooth background color transition */
    }

    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease;
        /* Smooth max-height transition */
    }

    .accordion-item.open .accordion-content {
        max-height: 200px;
        /* Adjust to your desired maximum height */
    }

    .faq-son-title {
        text-align: left;
        color: #000;
        font-family: Marcellus;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        /* 137.5% */
        letter-spacing: 0.32px;
        display: grid;
        grid-template-columns: 98% 2%;
        /* align-items: center; */
        justify-content: center;
        cursor: pointer;
    }

    .btn-upload-file {
        display: inline-flex;
        padding: 12px 15px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 5px;
        background: var(--2-c-2-c-2-c, #2C2C2C);
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .warning {
        color: var(--Style, #FF3E3E);
        font-family: Noto Sans JP;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .submit-form-wrap {
        display: grid;
        align-items: center;
        justify-content: center;
    }

    .btn {
        width: 228px;
        height: 50px;
        flex-shrink: 0;
        border-radius: 7px;
        border: 1px solid var(--4696-d-8, #4696D8);
        background: #FFF;
        color: var(--4696-d-8, #4696D8);
        text-align: center;
        font-family: Noto Sans JP;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 30.013px;
        /* 200.09% */
        letter-spacing: 0.45px;
    }

    .input-wrap-name {
        display: grid;
        gap: 16px;
    }

    .input-wrap-son {
        display: grid;
        gap: 15px;
        grid-template-columns: 180px 180px;
    }

    .input-wrap-email {
        display: grid;
        gap: 10px;
    }

    .input-wrap-email input {
        width: 180px;
    }

    .input-wrap-category select {
        width: 190px;
        height: 22px;
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Noto Sans JP;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .input-wrap-number input {
        width: 54px;
    }

    .input-wrap-colors select {
        width: 190px;
        height: 22px;
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Noto Sans JP;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .input-wrap-product-attributes select {
        width: 190px;
        height: 22px;
        color: var(--2-c-2-c-2-c, #2C2C2C);
        font-family: Noto Sans JP;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* 138.462% */
    }

    .input-wrap-birthday {
        display: grid;
        grid-template-columns: 44px 20px 44px 20px 44px;
        text-align: center;
    }

    .form-input-primary {
        background-color: white;

    }


    .custom-file-upload {
        display: inline-block;
        position: relative;
    }

    .btn-upload-file {
        display: inline-block;
        padding: 10px 20px;
        background-color: black;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        text-align: center;
    }

    #file-upload {
        display: none;
    }

    .btn-upload-file::before {
        display: block;
        text-align: center;
        line-height: 30px;
    }

    #file-upload:active+.btn-upload-file {
        background-color: #3498db;
    }

    #upload-success-message {
        background-color: #3498db;
        color: white;
        padding: 10px;
        margin-top: 10px;
    }

    .contact-contents {
        margin-bottom: 100px;
    }

    .inquiry-details-container {
        display: flex;
    }

}


@media screen and (max-width: 991px) {
    .banner-home-area .box-wrapper .box-content {
        padding-left: 20px;
        width: 100%;
    }

    .la-heart,
    .la-shopping-cart {
        font-size: 30px;
    }

    .track-icon-list-pc {
        display: none !important;
    }

    .theme-one-footer,
    .footer-bottom,
    .copyright-area {
        display: none;
    }

    .theme-mobile-footer {
        display: block;
    }

    .navbar-area {
        border-bottom: 1px solid var(--section-bg-6);
    }

    .footer-area {
        background-color: #fdf1eb;
    }

    .breadcrumb-padding-two {
        display: none;
    }

    .line {
        width: 22% !important;
    }

    .area-text-register .info {
        width: 50% !important;
        font-size: 14px;
    }

    .btn-template-primary-outline,
    .btn-template-primary {
        padding: 12px 45px !important;
    }

    .home-service-area {
        /*.content-left {*/
        /*    display: flex;*/
        /*    justify-content: space-between;*/
        /*}*/
    }

    .home-banner-desktop {
        display: none;
    }
    .home-banner-mobile {
        display: block !important;
    }
    .header-cart-wishlist-qty {
        right: -12px;
        top: -9px;
    }

    .navbar-brand {
        margin-right: 0 !important;
    }

    .navbar-brand-logo-custom {
        margin-left: 18%;
    }


    .contact-theme-area {

        [data-padding-bottom="10"] {
            padding-bottom: 10px !important;
        }

        .container-one {
            padding: 0 40px;
        }

        .input-wrap-title input {
            width: 100%;
        }

        .input-wrap-son {
            grid-template-columns: 46.5% 46.5%;
        }

        .input-wrap-email input {
            width: 100%;
        }

        .input-wrap-birthday {
            grid-template-columns: 30% 15px 30% 15px 30%;
        }

    }

}

@media screen and (max-width: 768px) {
    .contact-theme-area {
        padding: 0 25px;
    }

    .contact-theme-area {



        .container-one {
            padding: 0 40px;
        }



        .form-group {
            grid-template-columns: 100%;
        }

        .form-group label {
            padding: 10px 20px;
        }


        .input-wrap-son input {
            min-width: 100%;
        }

        .input-wrap-son {
            grid-template-columns: 48% 48%;
        }

        .input-wrap-category select {
            width: 100%;
        }

        select {
            height: 50px;
        }

        .contact-contents.mt-4 {

            margin-bottom: 0px;
        }
    }

}


@media screen and (max-width: 576px) {
    .contact-theme-area {

        .container-one {
            padding: 0;
        }


        .input-wrap-number input {
            width: 141px;
        }

        .input-wrap-category select {
            height: 50px;
        }

        .input-wrap-colors select {
            width: 100%;
            height: 50px;
        }

        .input-wrap-product-attributes select {
            width: 100%;
            height: 50px;
        }

        .contact-contents {
            margin-bottom: 0px;
        }


    }

}





/* END SUPPORT TICKET */


.home-banner-area .banner-content .description:last-child {
    margin: 0;
}



@media screen and (max-width: 991px) {
    .sign-up-area-wrapper {
        margin-top: 30px;
    }

    /* Breadcrumb */
    .img-wrap {
        padding-top: 0 !important;
    }

    .img-wrap img {
        position: relative !important;
    }

    .home-service-area {
        margin-top: -200px;
    }

    .breadcrumb-contents {
        text-align: start !important;
        line-height: 10px;
    }



    .breadcrumb-contents-list {
        display: inline;
        text-align: start !important;
    }

    .breadcrumb-contents-list-item {
        display: inline;
        line-height: 20px !important;
    }

    .single-shop-details-wrapper .area-notice-login {
        display: inline !important;
    }

    .single-shop-details-wrapper .area-notice-login .sign-in-notice {
        margin-top: 10px;
    }

    #product_quantity_change {
        justify-content: center;
        gap: 30px;
        width: 160px !important;
    }

    /* HOME BANNER HEADER */
    .home-banner-area {
        .banner-content {
            left: 0px;
            padding: 67px 0;
            padding-left: 20px;
            width: 100%;
        }


        .banner-content .title {
            color: #FFF;
            font-family: Lato;
            font-size: 45px;
            font-style: normal;
            font-weight: 600;
            line-height: 95%;
            /* 58.9px */
        }

        .banner-content .description {
            font-size: 14px;
        }

        .widget-btn {
            width: 100%;
            align-items: end;
            justify-content: center;
        }

    }

    /* END HOME BANNER HEADER */


    /* HOME ABOUT HEADER */
    .home-about-area {
        .container {
            padding: 45px 20px;
        }

        .title {
            color: var(--primary-color);
            font-family: Lato;
            font-size: 40px;
            font-style: normal;
            font-weight: 300;
            line-height: 120%;
            /* 48px */
            display: grid;
        }

        .content-right {
            padding-bottom: 70px;
        }

        .btn {
            margin: 0 auto;
        }

        .content {
            margin: 0;
        }

        .widget-item {

            justify-content: start;
        }

        .widget-content {
            margin: 10px 0;
        }

        .content-left {
            padding-top: 40px;
        }

        .widget-item .content-left {
            font-size: 20px;
        }
    }

    /* END HOME ABOUT HEADER */

    /* HOME ADVANTAGE HEADER */
    .home-advantage-area {
        padding: 0 20px;
    }

    .home-advantage-area {
        .container {
            padding: 60px 20px;
        }

        .widget-content {
            padding: 20px 0;
        }

        .content {
            padding: 40px 20px 80px 20px;
        }

        .content {
            grid-template-rows: 5% 20% 25% 55%;
        }


        .content-china {
            line-height: 1.5;
        }

        .title {
            font-size: 40px;
        }

    }

    /* END HOME ADVANTAGE HEADER */

    /* HOME SERVICE HEADER */
    .home-service-area {
        .container {
            padding: 0 20px;
        }

        .title {
            font-size: 40px;
        }

        .img-first {
            padding: 30px 0;
        }

        .img-first img {
            width: 181.723px;
            height: 143.758px
        }

        .img-second {
            padding-left: 175px;
        }

        .img-second img {
            width: 213.229px;
        }

        .step-title {
            gap: 15px;
        }

        .wrap-title {
            display: grid;
        }
    }

    /* END HOME SERVICE HEADER */


    /* HOME RECOMMEND HEADER */
    .home-recommend-area {

        .widget-product {
            padding: 0 50px;
        }

        .section-title.theme-one .title,
        .feedback-area .title {
            font-size: 40px;
        }

        .append-featured {
            display: block;
        }



        .append-featured .la-angle-left {
            position: absolute;
            left: 10px;
        }

        .append-featured .la-angle-right {
            position: absolute;
            right: 10px;
        }


        .append-featured .prev-icon,
        .append-featured .next-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            color: var(--primary-color);
            /* background-color: var(--color-black-50); */
            border: none;
        }

        .append-featured .prev-icon:hover,
        .append-featured .next-icon:hover {
            border: none;
        }
    }

    /* END HOME RECOMMEND HEADER */



    /* HOME PRODUCT LIST HEADER */
    .home-product-list-area {
        padding: 120px 20px;
    }

    .value-input-area {
        display: inline !important;
        margin-top: 30px;
    }

    .value-input-area-attribute {
        margin-top: 25px;
    }

    .quantity-area .shopping-btn {
        display: inline !important;
    }

    .single-shop-details-wrapper .shopping-btn .buy-now {
        padding: 10px 0;
    }
    .single-shop-details-wrapper .shopping-btn .add-to-cart {
        padding: 15px 0 0 0;
    }

    .single-shop-details-wrapper {
        margin-top: 0;
    }

    .single-shop-details-wrapper .delivery-item {
        width: 100%;
    }

    .btn-shopping-wrapper.btn-login {
        margin-top: 15px;
    }

    .home-product-list-area {
        .content-container {
            padding: 80px 0;
        }

        .title {
            font-size: 40px;
        }

        .global-card-contents-title {
            grid-template-columns: 100%;
        }

        .global-card-contents-grid {
            grid-template-rows: 80px 10% 20% 30%;
            gap: 10px;

        }

        .btn-add {
            width: 100%;
            flex-shrink: 0;
            border-radius: 7px;
            border: 1px solid var(--primary-color);
            background: #FFF;
            color: var(--primary-color);
            text-align: center;
            font-family: Noto Sans JP;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 100%;
            display: grid;
            align-items: center;
            justify-content: center;
            /* 14px */
        }



        .item-product .btn-add-to-cart {
            width: 72px;
            height: 50px;
            padding: 0;
            display: none;
            align-items: center;
            justify-content: center;
            font-size: 20px;

        }

        .item-product .btn-display-mobile {
            display: block;
            width: 100%;
            flex-shrink: 0;
            border-radius: 7px;
            border: 1px solid var(--primary-color);
            background: #FFF;
            color: var(--primary-color);
            text-align: center;
            font-family: Noto Sans JP;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 100%;
            display: grid;
            align-items: center;
            justify-content: center;
            padding: 10px;
            margin-top: 55px;
            /* 14px */
        }
    }

    .display-desktop {
        display: none;
    }

    .display-mobile {
        display: block !important;
        margin-top: -150px;
    }

    .display-mobile-btn {
        display: block !important;
    }






    /* END HOME PRODUCT LIST HEADER */

    /* HOME BRANDS HEADER */
    .home-brands-area .wrap-content {
        display: block;
    }

    .home-brands-area img {
        width: 332.112px;
    }

    .home-brands-area .img {
        padding-top: 35px;
        justify-content: center;
        gap: 10px;
    }

    /* END HOME BRANDS HEADER */

    /*.footer-banner-center-wrapper p {*/
    /*    text-align: center !important;*/
    /*    line-height: 30px !important;*/
    /*    word-break: keep-all !important;*/
    /*}*/

    .footer-area .footer-top-inner {
        padding: 160px 40px;
    }

    .footer-top-inner .box-content-inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-top-inner .box-content-inner .box-content-head {
        margin-bottom: 40px;
    }

    .table-responsive .order-history-inner thead {
        display: table-header-group !important;
    }
}

@media screen and (max-width: 576px) {
    .home-recommend-area {

        .append-featured {
            transform: translateY(450%) !important;
            position: absolute;
            display: flex;
        }
    }

}

.single-orders .orders-flex-content .icon {
    border-radius: 100px !important;
    background-color: var(--primary-color);
}

.seller-profile-dashboard .dashboard-icon,
.close-bars {
    display: none !important;
}

.seller-profile-details-area .nav-pills,
.seller-profile-details-area .tab-content {
    background-color: var(--color-grey-50);
}

.seller-profile-details-area .nav-pills {
    border-radius: 10px 10px 0;
}

.seller-profile-details-area .nav-item {
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--primary-color) !important;
    border-radius: unset !important;
}

.seller-profile-details-area .tab-content {
    padding: 40px 24px;
}

.dashboard-address-details .details-list .lists .list-span {
    color: #000 !important;
}

.dashboard-profile-flex label[for=image] {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
}

.btn-template-primary,
.btn-template-primary:hover {
    background: var(--primary-color) !important;
    padding: 20px 45px;
    color: #FFF;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.btn-template-primary-outline {
    background: #FFF !important;
    padding: 19px 39px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    line-height: 20px;
}

.btn-template-primary:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.17);
    background-color: var(--color-bg-hover);
    border-color: var(--color-bg-hover);
    color: #FFF !important;
}

.btn-template-primary-outline:hover {
    color: #FFF;
    background: var(--primary-color) !important;
}

.form-input-primary {
    border-radius: 5px;
    border: 1px solid var(--primary-color) !important;
}

.title-color-order-list {
    color: var(--primary-color) !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
}

.order-history-inner table tbody tr td,
.order-history-inner table tbody tr td p,
.order-history-inner table tbody tr td.amount {
    color: var(--color-brown) !important;
    font-weight: 400
}

.order-history-inner table tbody tr td .rounded-btn {
    color: var(--color-grey-300);
}

.order-status-wrap.order-details-page {
    border: 1px solid var(--primary-color) !important;
    background-color: #FFF !important;
}

.order-status-wrap .order-status-inner tbody tr td .order-number {
    color: var(--primary-color) !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.order-status-wrap .order-status-inner tbody tr td .price {
    color: var(--foundation-orange-orange-500) !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.order-status-wrap .order-status-inner tbody tr td .date,
.order-status-wrap .order-status-inner tbody tr td .time,
.order-inner-content-wrap .billing-info .date-time .date,
.order-inner-content-wrap .billing-info .date-time .time {
    color: var(--primary-color) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.order-inner-content-wrap .title {
    color: var(--primary-color) !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.btn-custom-danger {
    color: var(--color-danger-500);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: 1.44px;
}

.order-inner-content-wrap .order-summery-list .single-order-summery .text-deep,
.order-inner-content-wrap .order-summery-list .single-order-summery .object,
.internal-subject.order-detail-info-product,
.internal-object {
    color: var(--primary-color) !important;
}

.table-support-ticket tr td,
.table-support-ticket tr td p {
    color: var(--color-brown) !important;
}

.breadcrumb-padding-two {
    padding: 40px 0 44px;
}

/* FOOTER BANNER */
.copyright-contents a, .copyright-contents span{
    color: var(--color-grey-300) !important;
}

.footer-banner .container {
    background-image: url('/assets/img/icon/msp/footer-banner.svg');
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 250px;
    */
    padding: 80px 150px;
    border-radius: 10px;
    margin-bottom: 100px;
}

.footer-banner .container .footer-banner-left-wrapper p {
    color: var(--bg-main-color);
    font-family: Lato;
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    /* 60px */
}

.footer-banner .container .footer-banner-left-wrapper li {
    margin-left: 17px;
    color: var(--bg-main-color);
    font-family: Noto Sans JP;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-banner .container .footer-banner-center-wrapper {
    border-left: 1px solid var(--bg-main-color);
}

.footer-banner .container .footer-banner-center-wrapper p {
    color: var(--bg-main-color);
    font-family: Noto Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: center !important;
    line-height: 30px !important;
    /* 16px */
    letter-spacing: 0.48px;
}

.footer-banner .container .footer-banner-right-wrapper .inquiry-button {
    padding: 16px 58px;
    border-radius: 7px;
    border: none;
    background: var(--bg-main-color);
    color: var(--primary-color);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 18px */
    letter-spacing: 0.54px;
}

.copy-right-footer-monile {
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .footer-banner .container {
        padding: 60px 49px;
        flex-direction: column;
    }

    .footer-banner .container .footer-banner-left-wrapper,
    .footer-banner .container .footer-banner-right-wrapper,
    .footer-banner .container .footer-banner-right-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
    }

    .footer-banner .container .footer-banner-left-wrapper p {
        font-family: Lato;
        font-style: normal;
        font-size: 40px;
        font-weight: 300;
        line-height: 100%;
        /* 40px */
    }

    .footer-banner .container .footer-banner-center-wrapper {
        border: none;
        padding: 30px 13px;
    }

    .footer-banner .container .footer-banner-right-wrapper .inquiry-button {
        padding: 17.5px 70px 15px;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        /* 14px */
        letter-spacing: 0.42px;
    }
}

@media only screen and (max-width: 768px) {
    .copyright-area.copyright-bg {
        background-color: #FDF0EC;
    }
}

/* END FOOTER BANNER */

/* PROMOTION */
.promo-area {
    background-color: #F7F9FA;

    .single-promo {
        border-top: none;
        border-bottom: none;

        .single-promo-contents-title {
            padding-bottom: 13px;
            font-size: 22px;
            line-height: 40px;
            font-weight: 500;
            font-family: var(--body-font);
        }

        .single-promo-contents {
            padding-top: 13px;

            .single-promo-contents-para {
                font-size: 16px;
                font-weight: 400;
                line-height: 40px;
                color: var(--color-grey-300);
            }
        }
    }
}

@media only screen and (max-width: 768px) {
    .promo-area .single-promo {
        border: none;
        height: 100%;
    }

    .promo-area .single-promo .single-promo-contents-title {
        color: var(--color-text-secondary);
        font-family: Noto Sans JP;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 16px */
        letter-spacing: 0.48px;
        padding-top: 30px;
        padding-bottom: 13px;
    }

    .promo-area .single-promo .single-promo-contents {
        color: var(--color-grey-300);
        font-family: Noto Sans JP;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        padding: 13px 20px 30px;

        .single-promo-contents-para {
            font-size: 13px;
            line-height: 20px;
        }
    }

    .promo-area .promo-border-top .promo-border-bottom,
    .promo-area .promo-border-right,
    .promo-area .promo-border-left {
        position: relative;
    }

    .promo-area .promo-border-top::after,
    .promo-area .promo-border-bottom::after,
    .promo-area .promo-border-right::after,
    .promo-area .promo-border-left::after {
        content: '';
        position: absolute;
        background-color: var(--color-grey-600);
    }

    .promo-area .promo-border-top::after {
        left: 5%;
        top: 0;
        width: 90%;
        height: 1px;
    }

    .promo-area .promo-border-bottom::after {
        left: 5%;
        bottom: 0;
        width: 90%;
        height: 1px;
    }

    .promo-area .promo-border-right::after {
        left: 100%;
        top: 5%;
        width: 1px;
        height: 80%;
    }

    .promo-area .promo-border-left::after {
        left: 0;
        bottom: 5%;
        width: 1px;
        height: 80%;
    }

}

/* END PROMOTION */

/* FOOTER  */
.footer-template.footer-area.footer-msp .footer-top-area {
    background-color: #F7F9FA;
}

.footer-template.footer-area.footer-msp .footer-top-area .footer-image-wrapper {
    padding-top: 50px;
}

.footer-template.footer-area.footer-msp .footer-top-area .footer-image-wrapper .lists {
    padding-inline: 15px;
}

.footer-template.footer-area.footer-msp .footer-top-area .footer-image-wrapper .social-link {
    width: 32px;
    height: 32px;
}

.footer-template.footer-area.footer-msp .footer-top-area .footer-link-wrapper {
    padding: 50px 0 38px;
}

.footer-template.footer-area.footer-msp .footer-top-area .footer-link-wrapper .footer-link {
    padding-inline: 10px;
}

.footer-template.footer-area.footer-msp .footer-top-area .footer-link-wrapper .footer-link a {
    color: var(--color-grey-300);
    text-align: center;
    font-family: var(--body-font);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
    /* 140% */
}

.item-size-filter {
    padding: 4px 18px;
    height: 40px;
    max-width: 100px;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #ececec;
    margin-right: 10px;
    margin-bottom: 8px;
    cursor: pointer;
}

.activeSize {
    background-color: var(--primary-color);
    color: #fff !important;
}

.area-info-top-filter {
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.footer-template.footer-area.footer-msp .footer-top-area .footer-link-wrapper .footer-link:hover {
    color: var(--primary-color);
}

.footer-template.footer-area.footer-msp .footer-bottom-area {
    background-color: var(--primary-color);
    padding: 14px 0 16px 0;
}

.footer-template.footer-area.footer-msp .footer-bottom-area .footer-copyright p {
    color: var(--bg-main-color);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 185.714% */
}

/* END FOOTER */
/* FOOTER RESPONSIVE MOBILE  */
@media screen and (min-width: 375) {
    .footer-template.footer-area.footer-msp .footer-bottom-area {
        padding: 7px 0;
    }

    .footer-template.footer-area.footer-msp .footer-bottom-area .footer-copyright p {
        color: #fff;
        font-family: Noto Sans JP;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.3px;
    }
}

/* END FOOTER RESPONSIVE MOBILE  */

/* Shop page */
/* Product filter */
.product-filter {
    margin-top: -35px;
    position: relative;
    z-index: 9;

    .product-filter-top ul {
        margin-right: 30px;
    }

    .product-filter-top ul li {
        margin-right: 15px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14.4px;
        color: var(--color-grey-300);
        cursor: pointer !important;
    }

    .product-filter-top ul li:last-child {
        margin-left: 30px;
        line-height: 15px;
        height: 15px;
        overflow: hidden;
        pointer-events: none;
        cursor: default;
    }

    .product-filter-top ul li.active {
        border-radius: 5px;
        border: 1px solid var(--primary-color);
        background: var(--secondary-color);
        padding: 5px 10px;
        color: var(--color-black);
    }

    .product-filter-total {
        position: absolute;
        top: -60px;
        right: 0;
        width: fit-content;
        text-align: right;
        display: flex;
        align-items: baseline;
    }

    .product-filter-total p {
        font-family: var(--heading-font);
        font-size: 11px;
        font-weight: 250;
        line-height: 26px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-right: 12px;
    }

    .product-filter-total p span {
        font-weight: 600;
        font-size: 16px;
        display: inline-block;
        margin-right: 4px;
    }

    .product-filter-total .btn-clear {
        font-family: var(--body-font);
        font-size: 12px;
        font-weight: 400;
        line-height: 100%;
        text-decoration-line: underline;
        cursor: pointer;
        color: var(--color-text-primary);
    }
}

/* End product filter */
/* Shop sidebar */
.shop-area-container {
    .shop-sidebar-content {
        width: 314px;
        min-width: 314px;
    }

    .single-shop-left {
        .shop-left-title {
            .title {
                font-size: 20px;
                line-height: 100%;
                font-weight: 700 !important;
                color: var(--color-text-primary);
                padding-bottom: 20px;
                pointer-events: none;
                cursor: default;
            }

            .title::after {
                display: none;
            }
        }

        .shop-left-list {

            .product-category-lists>li,
            .off-rate-list>li {
                padding: 15px 0 0 0;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 100%;
                position: relative;
                color: var(--color-grey-300);
                cursor: pointer;
            }

            .off-rate-list>li {
                padding: 15px 16px 15px 38px;
            }

            .off-rate-list>li.active {
                border-left: 2px solid var(--primary-color);
                background: rgba(225, 236, 245, 0.50);
            }

            .product-category-lists>li>span {
                padding-bottom: 15px;
                padding-left: 38px;
                width: 100%;
            }

            .product-category-lists>li::before,
            .off-rate-list>li::before {
                content: "";
                font-family: "Line Awesome Free";
                font-weight: 900;
                font-size: 16px;
                position: absolute;
                left: 16px;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                -webkit-transition: all 300ms;
                transition: all 300ms;
            }

            .product-category-lists>li.open {
                color: var(--color-text-primary);
            }

            .product-category-lists>li.open::before {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .product-category-lists>li.open .product-sub-category-lists {
                display: block !important;
            }

            .product-sub-category-lists li {
                padding: 15px 38px !important;
            }

            .product-sub-category-lists li.active {
                border-left: 2px solid var(--primary-color);
                background: rgba(225, 236, 245, 0.50);
            }

            .product-sub-category-lists li .item {
                padding: 0 !important;
                line-height: 100% !important;
            }

            .color-lists .list {
                margin-top: 15px;
                margin-right: 15px;
            }

            .color-lists .list:last-child {
                margin-right: 0;
            }

            .color-lists .list.white a {
                border: 1px solid var(--color-grey-300);
            }

            .price-range-slider .ui-range-slider.noUi-target {
                height: 6px;
                background: var(--color-grey-200);
            }

            .price-range-slider .ui-range-slider.noUi-target .noUi-base .noUi-origin {
                background: var(--color-grey-200);
            }

            .price-range-slider .ui-range-slider.noUi-target .noUi-base .noUi-connect {
                background: var(--primary-color);
            }

            .price-range-slider .ui-range-slider.noUi-target .noUi-handle {
                width: 20px;
                height: 20px;
                border-radius: 50%;
                border: 1.784px solid var(--primary-color);
                background: var(--bg-main-color);
                top: -7px;
                left: -10px;
            }

            .price-range-slider .ui-range-slider.noUi-target .noUi-handle.noUi-handle-upper::before {
                display: none;
            }

            .price-range-slider .ui-range-slider-footer {
                display: flex;
                max-width: 100%;
            }

            .price-range-slider .ui-range-slider-footer .ui-range-values {
                display: flex;
                max-width: 100%;
                justify-content: space-between;
                align-items: center;
            }

            .price-range-slider .ui-range-slider-footer .ui-range-values .ui-range-value-min,
            .price-range-slider .ui-range-slider-footer .ui-range-values .ui-range-value-max {
                display: flex;
                align-items: center;
                width: calc(50% - 5px);
                justify-content: space-between;
            }

            .price-range-slider .ui-range-slider-footer .ui-range-values .symbol {
                font-size: 20px;
                font-family: var(--heading-font);
                font-weight: 500;
                line-height: 21.407px;
                width: 20px;
            }

            .price-range-slider .ui-range-slider-footer .ui-range-values input {
                width: calc(100% - 20px);
                border-radius: 7px;
                border: 1px solid var(--color-grey-300);
                background: #FFF;
                height: 46px;
                padding: 0 15px;
                pointer-events: none;
            }
        }
    }
}

.ui-range-buttons {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
}

.ui-range-buttons button {
    font-size: 15px;
    width: calc(50% - 3px);
    text-align: center;
    padding: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.45px;
    border-radius: 7px;
    border: 1px solid var(--color-text-primary);
    background: var(--bg-main-color);
    color: var(--color-text-primary);
}

.ui-range-buttons button.btn-submit {
    margin: 20px auto;
    background: var(--primary-color);
    color: var(--bg-main-color);
    border-color: var(--primary-color) !important;
}

/* End shop sidebar */
/* Grid products */
.product-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 20px;
    grid-auto-rows: minmax(min-content, max-content);
}

.product-items .global-card-thumb-badge.right-side {
    right: unset;
}

.product-items .global-card-thumb .img-template-wrap img {
    height: -webkit-fill-available;
}

.pagination .btn-load-more {
    font-size: 15px;
    font-weight: 500;
    line-height: 30.013px;
    letter-spacing: 0.45px;
    padding: 9px 80px;
    border: 1px solid var(--primary-color);
    border-radius: 7px;
    color: var(--primary-color);
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
}

.product-item {
    .global-card-thumb {
        position: relative;
        padding-bottom: 100%;

        .img-template-wrap img {
            position: absolute;
            top: 0;
            object-fit: cover;
        }

        .wish-wrapper .btn-wishlist {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .wish-wrapper .is_wishlist {
            color: var(--bg-main-color) !important;
            background-color: var(--primary-color) !important;
        }
    }

    .global-card-contents {
        padding-top: 15px;
    }

    .global-card-contents-flex {
        gap: 15px;

        .global-card-thumb-badge-box:first-child {
            margin-bottom: 0;
            display: flex;
            align-items: center;
            height: 26px;
            padding: 0 7px;
            font-size: 12px;
            font-weight: 600;
            font-family: var(--heading-font);
            background: none;
            border: 1px solid var(--color-red);
            color: var(--color-red);
        }

        .global-card-contents-title {
            width: 100%;

            .sale-label {
                display: block;
                width: 100%;
                margin: 10px 0;
                font-size: 14px;
                line-height: 100%;
                font-weight: 400;
                color: var(--color-text-primary);
            }

            .product-name {
                flex: 1;
                padding-right: 15px;
            }

            .product-name h5{
                -webkit-line-clamp: 3;
                display: -webkit-box;
                overflow: hidden;
                word-break: break-all;
                -webkit-box-orient: vertical;
                font-weight: 700;
                font-size: 16px;
                line-height: 22px;
                font-family: var(--body-font);
            }

            .cart-button {
                border: 1px solid var(--primary-color);
                padding: 10.835px 12.9px;
                border-radius: 5px;
                height: fit-content;

                img {
                    width: 17.2px;
                    height: 21.33px;
                }
            }

            .cart-button:hover img {
                content: initial !important;
            }
        }

        .price-update-through {
            display: block;

            .flash-prices,
            .flash-old-prices {
                display: block;
                font-size: 18px;
                font-weight: 800;
                line-height: 18px;
                font-family: var(--heading-font);

                span {
                    font-family: var(--body-font);
                    font-size: 11px;
                    line-height: 11px;
                    font-weight: 500;
                    color: var(--color-text-secondary);
                }
            }

            .flash-prices {
                margin-bottom: 5px;
            }

            .discount-prices {
                display: flex;
                align-items: center;

                .icon-arrow {
                    font-family: var(--heading-font);
                    font-weight: 600;
                    font-size: 12px;
                    line-height: 14.4px;
                    color: var(--color-text-primary);
                }
            }

            .flash-old-prices {
                text-decoration: none;
                display: inline;
                color: var(--color-red);

                span {
                    color: var(--color-red);
                }
            }

            .global-card-thumb-badge-box {
                display: inline-flex;
                font-family: var(--heading-font);
                font-weight: 800;
                font-size: 12px;
                line-height: 12px;
                align-items: center;
                height: 18px;
                padding: 0 5px;
                margin-left: 5px;
            }

            .original-price {
                align-items: baseline;

                .original-price-tag {
                    font-size: 16px;
                    color: var(--color-text-primary);
                    line-height: 100%;
                    font-weight: 500;
                }

                .original-price-number {
                    font-size: 18px;
                    font-weight: 700;
                    font-family: var(--heading-font);
                    color: var(--color-text-primary);
                    margin: 0 5px;
                }

                .tax-optional {
                    font-size: 10px;
                    font-weight: 400;
                    line-height: 100%;
                    color: var(--color-text-primary);
                }
            }
        }
    }
}

.price-mobile-font-size .flash-prices {
    font-size: 20px;
    padding-right: 5px;
}

.price-mobile-font-size .flash-old-prices {
    font-size: 16px;
}

.btn-action-shop-page-mobile .btn-template-buy-now {
    font-size: 16px;
}

@media (max-width: 300px) {
    .btn-action-shop-page-mobile .btn-template-buy-now {
        font-size: 8px;
    }

    .shop-contents-wrapper {
        display: block;
    }
}

.btn-action-shop-page-mobile .btn-outline-msp.is_wishlist,
.btn-action-shop-page-mobile .btn-outline-msp {
    font-size: 7px;
    width: 35px;
}

@media (max-width: 768px) {
    .product-search-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
/* End grid product */
/* Responsive */
@media (max-width: 992px) {
    .product-filter {
        margin-top: -10px;
    }

    .product-filter .product-filter-total {
        margin-top: -35px;
        width: 100%;
        justify-content: space-between;
        position: relative;
    }

    .product-filter .product-filter-total p {
        font-size: 10px;
    }

    .product-filter .product-filter-total p span {
        font-size: 14px;
    }

    .product-filter .product-filter-total .btn-clear {
        font-size: 12px;
    }

    .product-filter-top {
        display: none !important;
    }

    .product-mobile-filter-top {
        display: flex !important;
        align-items: center;
        margin-top: 40px;

        .btn-filter {
            flex: 1;
            border: 1px solid var(--color-grey-250);
            border-radius: 7px;
            font-size: 12px;
            font-weight: 400;
            line-height: 100%;
            padding: 19px 15px;
            background-image: url('../../../../img/icon/msp/icon-list.svg');
            background-repeat: no-repeat;
            background-position: center right 15px;
            background-size: 11px;
        }

        .nice-select {
            height: 52px;
            line-height: 50px;
            width: 130px;
            border: 1px solid var(--color-grey-250);
            font-size: 12px;
            font-weight: 400;
            padding: 0 15px;
        }

        .nice-select:after {
            border-bottom: 2px solid var(--color-text-primary);
            border-right: 2px solid var(--color-text-primary);
        }

        .nice-select.open {
            .nice-select-search-box {
                display: none !important;
            }

            .list {
                width: 130px;
                padding-top: 0;

                .option,
                .selected {
                    height: 52px;
                    line-height: 50px;
                    padding: 0 15px;
                    border-bottom: 1px solid var(--color-grey-250);
                }
            }
        }
    }

    .shop-area-container {
        .shop-icon {
            display: none !important;
        }

        .product-items {
            grid-template-columns: repeat(2, 1fr);
            margin-top: 20px !important;

            .global-card-contents {
                padding-top: 10px;
            }

            .global-card-contents-flex {
                gap: 10px;

                .global-card-contents-title {
                    .cart-button {
                        display: none;
                    }

                    .product-name {
                        padding: 0;
                        display: block;
                    }

                    .product-name h5 {
                        font-size: 14px;
                        line-height: 20px;
                        font-weight: 700;
                    }
                }
            }

            .product-item {
                .global-card-contents-flex {
                    .price-update-through {

                        .flash-prices,
                        .flash-old-prices {
                            font-size: 16px;
                            line-height: 100%;
                        }

                        .flash-prices span,
                        .flash-old-prices span {
                            font-size: 10px;
                        }

                        .original-price {
                            .original-price-tag {
                                font-size: 12px;
                            }

                            .original-price-number {
                                font-size: 16px;
                            }
                        }
                    }

                    .btn-mobile-add-to-cart {
                        display: block !important;
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 100%;
                        padding: 6px 0;
                        /* width: 100%; */
                        width: 28%;
                        text-align: center;
                        color: var(--primary-color);
                        border: 1px solid var(--primary-color);
                        border-radius: 7px;
                        margin-top: 10px;
                    }
                }
            }
        }
    }

    .mobile-filter-modal {
        padding: 0;
        min-height: 100vh;
        min-width: 100%;

        .modal-dialog {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100vh;
            max-width: initial;
            background: var(--bg-main-color);

            .modal-header {
                width: 100%;
                background: var(--bg-main-color);
                border-radius: 0;
                border-bottom: 1px solid var(--color-grey-250);
                padding: 30px 24px;
                font-size: 15px;
                font-weight: 500;

                .btn-close {
                    margin: 0 !important;
                    opacity: 0.9;
                    padding: 0;
                    cursor: pointer;
                    z-index: 99;
                    pointer-events: all;
                }

                .btn-clear {
                    font-size: 12px;
                    font-weight: 400;
                    cursor: pointer;
                    z-index: 99;
                    pointer-events: all;
                }
            }

            .modal-content {
                border-radius: 0;
                border: none;
                width: 100%;

                .form-filter {
                    padding: 0;
                    border-bottom: 1px solid var(--color-grey-250);

                    .form-filter-header {
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 14.4px;
                        padding: 22px 24px;
                        color: var(--color-text-primary);
                        font-family: var(--body-font);
                    }

                    .form-filter-header::after {
                        content: "";
                        font-family: "Line Awesome Free";
                        font-weight: 900;
                        font-size: 16px;
                        position: absolute;
                        right: 24px;
                        -webkit-transform: rotate(180deg);
                        transform: rotate(180deg);
                        -webkit-transition: all 300ms;
                        transition: all 300ms;
                    }

                    .form-filter-content {
                        display: none;
                        padding: 20px 24px;
                        background-color: #F9F9F9;
                        color: var(--color-text-primary);

                        .radio-filter {
                            display: flex;
                            align-items: center;
                            margin-bottom: 12px;
                        }

                        .radio-filter:last-child {
                            margin-bottom: 0;
                        }

                        .radio-filter label {
                            font-size: 14px;
                            font-weight: 400;
                            line-height: 100%;
                            margin-left: 6px;
                        }

                        .radio-filter input:checked+label {
                            font-weight: 500;
                        }

                        .mobile-color-lists {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -ms-flex-wrap: wrap;
                            flex-wrap: wrap;
                        }

                        .mobile-color-lists .list {
                            position: relative;
                            z-index: 1;
                            margin-top: 10px;
                            padding: 5px;
                        }

                        .mobile-color-lists .list:not(:last-child) {
                            margin-right: 10px;
                        }

                        .mobile-color-lists .list a {
                            display: block;
                            height: 27px;
                            width: 27px;
                            border-radius: 50%;
                        }

                        .mobile-color-lists .list.white a {
                            border: 1px solid var(--color-grey-300);
                        }

                        .mobile-color-lists li.active {
                            border: 1px solid var(--color-grey-300);
                            padding: 4px;
                            border-radius: 50%;
                        }
                    }
                }

                .form-filter.open {
                    .form-filter-content {
                        display: block;
                    }

                    .form-filter-header::after {
                        -webkit-transform: rotate(0deg);
                        transform: rotate(0deg);
                    }
                }

                .form-submit {
                    color: var(--bg-main-color);
                    background: var(--color-text-primary);
                    font-size: 15px;
                    font-weight: 500;
                    line-height: 100%;
                    padding: 16px 80px;
                    border: none;
                    border-radius: 7px;
                    margin: 40px auto 0;
                    display: block;
                }
            }
        }
    }
}

/* End responsive */
/* End shop page */
/* WISHLIST PAGE */
.wishlist-mobile {
    display: none;
}

.table-list-wishlist {
    margin: 80px 0 60px 0;
}

.table-list-wishlist .table-wishlist {
    width: 100%;
}

.table-list-wishlist .table-wishlist .wishlist-head {
    background: #e9eae9;
    height: 66px;
}

.table-list-wishlist .table-wishlist .wishlist-head th {
    padding: 0 16px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.table-list-wishlist .table-wishlist .wishlist-head th:last-child {
    border-color: transparent;
}

.table-list-wishlist .table-wishlist .wishlist-body {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

.table-list-wishlist .table-wishlist .wishlist-body .wishlist-item {
    border-bottom: 1px solid #ccc;
}

.table-list-wishlist .table-wishlist .wishlist-body .wishlist-item td {
    padding: 24px 16px;
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 112.5% */
}

.table-list-wishlist .table-wishlist .product-item {
    display: flex;
}

.table-list-wishlist .table-wishlist .product-item .product-image {
    width: 89.32px;
    height: 90.004px;
}

.table-list-wishlist .table-wishlist .product-item .product-image img {
    width: 100%;
    height: 100%;
}

.table-list-wishlist .table-wishlist .product-item .product-content {
    margin-left: 24px;
    flex: 1;
}

.table-list-cart .carts-contents,
.table-list-cart .product-content {
    flex: 1;
    text-align: left;
}

.table-list-wishlist .table-wishlist .product-item .product-content .name {
    color: #000;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.762px;
    /* 154.762% */
}

.table-list-wishlist .table-wishlist .tax-included {
    color: #000;
    font-family: Noto Sans JP;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.table-list-wishlist .table-wishlist .action-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
}

.table-list-wishlist .table-wishlist .action-wrapper .btn-table-wishlist {
    width: 110px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #ffffff;
    border-color: #e76d42;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 112.5% */
    letter-spacing: -0.32px;
    white-space: nowrap;
}

.table-list-wishlist .table-wishlist .move-to-wishlist.wishlist {
    background: transparent;
    width: auto;
}

.table-list-wishlist .table-wishlist .close-table-wishlist {
    background: #ed1e24;
}

.action-wishlist-wrapper {
    margin-top: 40px;
}

.action-wishlist-wrapper .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 21px;
}

.action-wishlist-wrapper .btn-action-wishlist {
    width: 290px;
    height: 50px;
    border-radius: 7px !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.013px;
    /* 200.09% */
    letter-spacing: 0.45px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.action-wishlist-wrapper .btn-continue-shopping {
    background: #e76d42;
    border-color: #e76d42;
    color: #fff;
}

.action-wishlist-wrapper a.btn-clear.btn-table.clear-wishlist-btn {
    border-color: #e76d42 !important;
    color: #e76d42 !important;
    background: #FFF !important;
}

/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .table-list-wishlist {
        margin: 0;
    }

    .clear-wishlist-btn {
        margin-top: 10px;
    }

    .area-btn-buy-cart {
        align-items: end;
    }

    .action-wishlist-wrapper .btn-wrapper {
        display: block;
        text-align: center;
    }
    .btn-template-buy-now {
        width: 83% !important;
        padding: 20px 5px ;
        height: 35px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wishlist-desktop {
        display: none;
    }

    .wishlist-mobile {
        display: block;
    }

    .table-list-wishlist .table-wishlist {
        border-radius: 10px;
    }

    .table-list-wishlist .table-wishlist .wishlist-item {
        padding: 5px;
    }

    .table-list-wishlist .table-wishlist .wishlist-item:last-child {
        border: 0;
    }

    .table-list-wishlist .table-wishlist .product-item {
        margin-bottom: 18px;
        align-items: flex-start;
    }

    .table-list-wishlist .table-wishlist .product-item .product-image {
        width: 105px;
        height: 110px;
    }

    .table-list-wishlist .table-wishlist .product-item .product-content {
        margin-left: 10px;
    }

    .table-list-wishlist .table-wishlist .product-item .product-content .name {
        font-size: 15px;
    }

    .table-list-wishlist .table-wishlist .wishlist-item span {
        color: #000;
        font-family: Lato;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        /* 112.5% */
    }

    .table-list-wishlist .table-wishlist .wishlist-item span.title {
        display: inline-block;
        min-width: 46px;
        color: #000;
        font-family: Noto Sans JP;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* 128.571% */
    }

    .table-list-wishlist .table-wishlist span.tax-included {
        color: #000;
        font-family: Noto Sans JP;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }

    .table-list-wishlist .table-wishlist .price-wishlist,
    .table-list-wishlist .table-wishlist .quantity-wishlist {
        margin-bottom: 6px;
    }

    .table-list-wishlist .table-wishlist .move-to-wishlist.wishlist {
        flex: 1;
        width: 100%;
        height: auto;
    }

    .table-list-wishlist .table-wishlist .action-wrapper .btn-table-wishlist {
        width: 60px;
        height: 30px;
    }

    .table-list-wishlist .table-wishlist .close-table-wishlist {
        width: 35px;
        height: 30px;
    }

    .table-list-wishlist .table-wishlist .close-table-wishlist img {
        width: 100%;
        height: 60%;
    }
}

/* END RESPONSIVE */
/* End WISHLIST PAGE */

/* CARD PAGE */
.table-responsive.table-responsive--md.wishlist {
    border-radius: 0;
}

.table-list-cart .custom--table thead.head-bg {
    background: #e9eae9;
}

.table-list-cart .custom--table thead tr th {
    color: #2C2C2C;
    font-family: Noto Sans JP;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
}

.table-list-cart .custom--table tbody tr td {
    padding: 24px 10px 23.996px 16px !important;
}

.table-list-cart .product-item {
    display: flex;
}

.table-list-cart .product-item .thumbs {
    width: 89.32px;
    height: 90.004px;
    margin-right: 24px;
}

.table-list-cart .product-item .thumbs img {
    width: 100%;
    height: 100%;
}

.table-list-cart .product-item .name-title {
    color: #2C2C2C;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.762px;
    /* 154.762% */
}

.table-list-cart .product-price {
    color: #2C2C2C;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 112.5% */
}

.table-list-cart .product-price .tax-included {
    font-family: Noto Sans JP;
    font-size: 12px;
}

.table-list-content .custom--table tbody {
    border-left: 1px solid;
    border-right: 1px solid;
}

.table-list-content .custom--table tbody,
.table-list-content .custom--table tbody tr {
    border-color: #efefef;
}

.table-list-content .custom--table tbody tr td .product-quantity {
    gap: 0;
}

.table-list-content .custom--table tbody tr td .product-quantity .substract,
.table-list-content .custom--table tbody tr td .product-quantity .plus {
    display: flex;
    width: 35px;
    height: 35px;
    padding: 0px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 3px 0px 0px 3px;
    background: #e8e9e8;
    border-color: #e8e9e8;
    color: #333333;
}

.table-list-content .custom--table tbody tr td .product-quantity .plus {
    border-radius: 0px 3px 3px 0px;
}

.table-list-content .custom--table tbody tr td .product-quantity .quantity-input {
    display: flex;
    width: 80px;
    height: 35px;
    padding: 0px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-top: 1px solid #e9eae9 !important;
    border-bottom: 1px solid #e9eae9 !important;
    background: #FFF !important;
    color: #2C2C2C;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 112.5% */
}

.cart-area {
    margin: 80px 0 60px 0;
}

.table-list-content .custom--table tbody tr td .close-table-cart:hover {
    transform: none;
}

.close-table-cart {
    background-color: red;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 12px;
}

.table-update-btn {
    display: flex;
    justify-content: start;
    align-items: stretch;
    gap: 21px;
}

.table-update-btn a {
    width: 228px;
    height: 50px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.table-update-btn a.btn-update {
    background: #e76d42 !important;
    border-color: #e76d42 !important;
}

.table-update-btn a.btn-clear {
    border: 1px solid #e76d42;
    background: #FFF;
    color: #e76d42;
}

.btn-clear:hover {
    color: #e76d42 !important;
}

.cart-area .coupon-wrapper.border-1 {
    border-color: #ececec;
    border-radius: 10px;
}

.cart-area .coupon-wrapper .coupon-contents {
    padding: 29px 19px 21px 16px;
}

.cart-area .coupon-contents .coupon-contents-title {
    color: #2C2C2C;
    font-family: Noto Sans JP;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cart-area .coupon-contents .coupon-contents-details {
    margin-top: 12px !important;
}

.cart-area .coupon-contents-details-list-item+.coupon-contents-details-list-item {
    padding-top: 0;
}

.cart-area .coupon-contents-details-list-item span,
.cart-area .coupon-contents-details-list-item .coupon-title,
.cart-area .coupon-contents-details-list-item .coupon-contents-details-list-item-title {
    color: #2C2C2C;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cart-area .coupon-contents-details-list-item span.coupon-price {
    color: #2C2C2C;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    /* 149.333% */
    letter-spacing: 2px;
}

.cart-area .coupon-wrapper .btn-wrapper {
    display: flex;
}

.cart-area .coupon-wrapper .btn-wrapper a {
    text-align: center;
    padding: 16px 32px;
    border-radius: 5px;
}

.cart-area .cart-content-mobile {
    display: none;
}

@media screen and (max-width: 1200px) {
    .cart-area .coupon-wrapper {
        margin-top: 60px;
    }
}

@media screen and (max-width: 992px) {
    .cart-area .cart-content-desktop {
        display: none;
    }

    .cart-area .cart-content-mobile {
        display: block;
    }

    .cart-area .table-list-cart {
        border-radius: 10px;
    }

    .cart-area .table-list-cart .table-cart-row {
        padding: 20px 0px;
    }

    .table-list-cart .product-item .thumbs {
        margin-right: 10px;
        width: 94px !important;
        height: 105px !important;
    }

    .table-list-cart .product-item .title {
        color: #000;
        font-family: Noto Sans JP;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24.762px;
        /* 165.079% */
        margin-bottom: 5px;
    }

    .table-list-cart .product-item .product-price .name {
        color: #000;
        font-family: Noto Sans JP;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* 128.571% */
    }

    .table-list-cart .product-item .product-price .price {
        color: #000;
        font-family: Lato;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        /* 112.5% */
    }

    .table-list-cart .product-item .product-price .tax-included {
        color: #000;
        font-family: Noto Sans JP;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }

    .table-list-cart .product-quantity {
        gap: 38px;
        display: grid;
    }

    .table-list-cart .product-quantity .product-quantity-wrapper {
        display: flex;
        flex: 1;
        width: 100%;
    }

    .table-list-cart .product-quantity .substract,
    .table-list-cart .product-quantity .plus {
        display: flex;
        width: 35px;
        height: 35px;
        padding: 0px 8px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 3px 0px 0px 3px;
        background: #e8e9e8;
        border-color: #e8e9e8;
        color: #333333;
    }

    .table-list-cart .product-quantity .plus {
        border-radius: 0px 3px 3px 0px;
    }

    .table-list-cart .product-quantity .quantity-input {
        display: flex;
        max-width: 65px;
        width: auto;
        height: 35px;
        padding: 0px 8px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border: 1px solid #CCC !important;
        background: #FFF !important;
        color: #2C2C2C;
        font-family: Lato;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* 112.5% */
    }

    .table-list-cart .btn-action-delete {
        width: 35px;
        height: 35px;
    }

    .table-list-cart .btn-action-delete img {
        width: 100%;
        height: 100%;
    }

    .table-update-btn {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .cart-area .coupon-wrapper.border-1 {
        border-radius: 10px;
        border: 1px solid #BCBCBC;
    }

    .cart-area .coupon-wrapper .coupon-contents {
        max-width: 100%;
        padding: 20px;
    }

    .cart-area .coupon-border {
        border-width: 2px;
        border-color: #E9EAE9;
    }

    .cart-area .coupon-contents-details-list:nth-child(2) .coupon-contents-details-list-item span {
        color: #6E706E;
        font-family: Noto Sans JP;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cart-area .coupon-contents-details-list:nth-child(2) .coupon-contents-details-list-item span.coupon-price {
        font-size: 15px;
    }

    .cart-area .coupon-contents .coupon-contents-title {
        color: #2C2C2C;
        font-family: Noto Sans JP;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .cart-area .coupon-wrapper .btn-wrapper a {
        width: 220px !important;
        height: 50px;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cart-area .coupon-wrapper .btn-wrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 375px) {
    .cart-main-wrapper .container {
        max-width: 100%;
    }
}

/* End CARTD PAGE */

/* CHECKOUT PAYMENT SUCCESS */
.payment-confirm-area {
    padding-top: 60px;
    padding-bottom: 150px;
}

.payment-confirm-area .msg-success.checkout {
    width: 100%;
    margin-bottom: 32px;
}

.payment-confirm-area .msg-success.checkout img {
    width: 210px;
    height: 160px;
}

.payment-confirm-area .msg-success.checkout h6 {
    color: #4696D8;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.payment-confirm-area .msg-success.checkout p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.payment-confirm-area .billing-wrappers.checkout {
    padding: 24px 12px;
}

.payment-confirm-area .billing-title {
    color: #2C2C2C;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.payment-confirm-area .billing-details .item.name {
    width: 60px;
    display: inline-block;
}

.payment-confirm-area .billing-details .name-wrapper {
    margin-bottom: 8px;
}

.payment-confirm-area .billing-details span,
.payment-confirm-area .billing-details .product-des {
    color: #2C2C2C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.762px;
    /* 154.762% */
}

.payment-confirm-area .billing-details .product-des {
    font-weight: 400;
}

.payment-confirm-area .billing-details .order-id {
    font-family: Lato;
    font-weight: 400;
}

.payment-confirm-area .billing-details .text-subtotal {
    font-family: Lato;
    font-weight: 600;
}

.payment-confirm-area .billing-details .total-checkout {
    color: #2C2C2C;
    font-family: Noto Sans JP;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.payment-confirm-area .checkout .billing-details p.price {
    font-weight: 500;
}

.payment-confirm-area .checkout .billing-details .price.total-price {
    color: #2C2C2C;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.762px;
    /* 123.809% */
}

.payment-confirm-area .checkout .billing-items:not(:first-child) {
    margin-top: 32px;
}

.payment-confirm-area .checkout .billing-details .img-checkout {
    width: 90px;
    height: 90px;
    margin-right: 0;
    margin-bottom: 24px;
}

.payment-confirm-area .checkout .billing-details .img-checkout img {
    width: 100%;
    height: 100%;
}

.payment-confirm-area .checkout .billing-details .price {
    color: #2C2C2C;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    /* 149.333% */
    letter-spacing: 2px;
}

.payment-confirm-area .checkout .billing-details .item-product .item-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-confirm-area .checkout .billing-details .product-list {
    width: 100%;
}

.payment-confirm-area .payment.pending,
.payment-confirm-area .status.pending {
    color: #FF3E3E;
}

.btn-wrapper.margin-top-40.text-center .checkout {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

@media screen and (max-width: 768px) {
    .cart-area {
        margin-top: 30px;
    }

    .table-list-wishlist .table-wishlist .action-wrapper {
        gap: 5px;
    }

    .ff-jost product-quantity {
        display: inline;
    }

    .price-mobile {
        color: var(--primary-color) !important;
        font-weight: 900 !important;
        font-size: 20px !important;
    }

    .subtotal-mobile {
        color: var(--color-text-primary) !important;
        text-decoration: line-through;
    }

    .payment-confirm-area .msg-success.checkout img {
        width: 88px !important;
        height: 88px !important;
    }

    .payment-confirm-area {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .payment-confirm-area .container {
        max-width: 100% !important;
    }

    .payment-confirm-area .msg-success.checkout h6 {
        font-size: 18px;
        font-weight: 500;
    }

    .payment-confirm-area .msg-success.checkout p {
        font-size: 14px;
    }

    .payment-confirm-area .billing-title {
        font-size: 18px;
    }

    .payment-confirm-area .billing-details span,
    .payment-confirm-area .billing-details .product-des {
        font-size: 14px;
    }

    .payment-confirm-area .billing-wrappers.checkout {
        padding: 20px 8px;
    }

    .payment-confirm-area .billing-details .total-checkout {
        font-weight: 500;
        font-size: 15px;
    }

    .payment-confirm-area .checkout .billing-details .price.total-price {
        font-size: 16px;
    }

    .payment-confirm-area .checkout .billing-details .price {
        font-size: 14px;
        font-weight: 500;
    }
}

/*
*/
.area-pagination {
    .pagination {
        gap: 0 5px;
    }

    .page-link {
        border-radius: 10px;
        padding: 5px 16px 8px 16px;
        color: #000000;
    }

    .page-item.active .page-link {
        color: white;
        background-color: var(--primary-color);;
        border-color: var(--primary-color);;
    }

    .page-item:first-child,
    .page-item:last-child {
        display: none;
    }
}



/* End CHECKOUT PAYEMENT SUCCESS */

.active-img {
    filter: brightness(0) invert(1);
}

.text-register-confirm {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0 5px 15px;
}

/* START CUSTOM INFO TEMPLATE */

.dynamic-page-content-wrap {
    height: auto;
}

.company-info {
    padding-left: 70px;
    color: #000000;
}

/* END CUSTOM INFO TEMPLATE */
/* 404 ERROR PAGE */
.not-found-page-container {
    padding: 80px 70px;
}

.not-found-page-container .not-found-page-title-1 {
    color: var(--color-text-secondary);
    font-family: Noto Sans JP;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 30px;
}

.not-found-page-container .not-found-page-title-2 {
    color: var(--color-text-secondary);
    font-family: Noto Sans JP;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 30px;
}

.not-found-page-container .not-found-page-content {
    width: 65%;
    color: var(--color-text-secondary);
    font-family: Noto Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    padding-bottom: 30px;
}

.not-found-page-container .not-found-detail-button {
    width: fit-content;
    display: block;
    padding: 10px 68px;
    border-radius: 7px;
    border: 1px solid var(--primary-color);
    background: var(--bg-main-color);
    color: var(--primary-color);
}

.not-found-page-container .not-found-detail-button:hover {
    background: var(--primary-color);
    color: var(--bg-main-color);
}

@media screen and (max-width: 768px) {
    .not-found-page-container {
        flex-direction: column-reverse;
        padding-inline: 20px;
    }

    .not-found-page-container .not-found-page-title-1 {
        font-size: 50px;
    }

    .not-found-page-container .not-found-page-title-2 {
        font-size: 18px;
    }

    .not-found-page-container .not-found-page-content {
        width: 100%;
        font-size: 14px;
    }
}

.product-title {
    color: var(--2-c-2-c-2-c, #2C2C2C);
    font-family: Noto Sans JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 137.5% */
}

/* END 404 ERROR PAGE */

/* SEARCH NOT FOUND */
.search-not-found .container{
    width: 60%;
}

.search-not-found .image-no-result{
    display: grid;
    align-items: center;
    justify-content: center;
}

.search-not-found .image-no-result img{
    width: 90%;
}

@media screen and (max-width: 768px) {
    .search-not-found .container{
        width: 100%;
    }

    .search-not-found .image-no-result img{
        width: 100%;
    }
}


/* END SEARCH NOT FOUND */


/* START CHECKOUT PAYMENT */

.table-checkout-left .area-title {
    width: 38%;
    background-color: #E1ECF5;
    vertical-align: middle;
}

.table-checkout-left td {
    border: none;
    border-bottom: 0px;
}

.table-checkout-left .area-input {
    display: flex !important;
    /*border-bottom: none !important;*/
    /* column-gap: 20px; */
}

.btn-result-postcode {
    border-radius: 2px;
    border: 1px solid #767676;
    background: #EFEFEF;
}

.btn-result-postcode-outline {
    border-radius: 2px;
    border: 1px solid #767676;
    background: #FFF;
}

.create-accounts.active::before {
    background-color: #4696D8 !important;
    border-color: #4696D8 !important;
}

.symbol-required {
    color: #FF3E3E;
}

/* .area-input,
.area-input-normal {
    padding: 20px 15px !important;
} */
.area-input input,
.area-input-item input,
.area-input-item select {
    height: 50px;
    font-size: 18px;
}


.checkout-cart-thumb a>img {
    height: 60px !important;
    width: 60px !important;
}

.coupon-btn {
    height: 10000px;
}

.checkout-cart-thumb {
    height: auto !important;
    width: 68px !important;
}

.checkout-cart-title {
    font-size: 16px;
}

.check-cart-flex-contents {
    max-width: 65%;
}

.single-checkout-cart-items .single-check-carts {
    align-items: end;
    margin-bottom: 5px;
}

h6 {
    font-size: 16px !important;
}

.checkout-cart-price,
.coupon-contents-details-list-item-price {
    font-size: 15px !important;
    font-family: Lato;
    font-weight: bolder !important;
    line-height: 22.4px;
    letter-spacing: 2px;
    color: #2C2C2C;
}

/*input.checkout#agree {*/
/*    border: solid 2px #4696D8 !important;*/
/*}*/

.checkout-order-summery .checkbox-inlines .check-input:checked {
    background-color: #4696D8 !important;
    border: solid 2px #4696D8 !important;
}

.btn-wrapper .cmn-btn-bg-2 {
    background-color: var(--primary-color) !important;
    border: solid 2px var(--primary-color) !important;
}

.area-ward,
.area-street {
    column-gap: 10px;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
}

@media screen and (max-width: 768px) {

    .table-checkout-left tbody,
    .table-checkout-left td,
    t .table-checkout-left tfoot,
    .table-checkout-left th,
    .table-checkout-left thead,
    .table-checkout-left tr {
        display: block !important;
    }

    input[type="text"],
    input[type="password"] {
        height: 50px;
        width: 100% !important;
    }

    .table-checkout-left .area-title {
        width: 100% !important;
    }

    .area-ward,
    .area-street {
        display: block !important;
    }

    .area-input-item-rp {
        width: 50% !important;
    }
}

.input-margin-right {
    margin-right: 15px;
}

.password-icon-register {
    position: absolute;
    cursor: pointer;
    font-size: 22px;
    right: 3%;
    top: 45px;
}

/*.btn-wrapper .cmn-btn-bg-2:hover {*/
/*    color: #ffffff !important;*/
/*}*/

.input-margin-left {
    margin-left: 15px;
}

.checkout-label {
    padding-top: 24px;
    padding-bottom: 8px;
}

.area-input-item-rp {
    margin-right: 20px;
}
/* END CHECKOUT PAYMENT */

/* Login Style */
.sign-in-area-wrapper .form-group {
    margin-bottom: 24px !important;
}

.sign-in-area-wrapper .form-check-label-2 {
    font-size: 0.875rem !important;
    font-weight: 400 !important;
}

.sign-in-area-wrapper .form-group label,
.sign-up-area-wrapper .form-group label{
    font-size: 1.1rem;
    color: #000;
    font-weight: 500;
}

.sign-in-area-wrapper .txt-link-forgot-pass {
    font-size: 0.875rem;
    font-weight: 400;
    text-decoration: underline;
}

.sign-in-area-wrapper .form-wrapper .info {
    color: #000;
}

.sign-in > .title,
.sign-up > .title {
    color: #000;
    font-size: 1.6rem;
    text-transform: capitalize;
}
/* End Login Style */
.top-page-price-update-through {
    gap: 5px;
    align-items: baseline;

    .original-price-tag {
        font-size: 16px;
        font-weight: 500;
        line-height: 100%;
    }
}

button.btn-submit.coupon-btn.checkout {
    height: fit-content;
}

button.btn-submit.coupon-btn.checkout:disabled {
    background-color: var(--color-grey-100) !important;
    color: var(----color-grey-300) !important;
    cursor: not-allowed;
}

.btn-template-custom-login-back {
    width: 218px;
    height: 40px;
    border: 1px solid #000000;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
    margin: 0 auto;
    border-radius: 5px;
}

.btn-template-custom-login-back:hover {
    color: #FFF;
}

.item-flex-product {
    justify-content: space-between;
}


.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
    max-height: 1250px;
    padding: 1rem;
}

@media screen and (max-width: 1199.98px) {
    .modal-content {
        min-height: 1400px;
    }
}

@media screen and (max-width: 575.98px) {
    .modal-content {
        min-height: 1600px;
        padding: 70px 20px;
    }

    .quick-view-shop-wrapper .single-shop-details-wrapper {
        margin-left: 0px;
    }
}

.product-item-container {
    .product-details {
        flex: 1;
        padding-right: 5px;

        .product-name-custom {
            -webkit-line-clamp: 3;
            display: -webkit-box;
            overflow: hidden;
            word-break: break-all;
            -webkit-box-orient: vertical;
            line-height: 22px;
        }
    }
}

.quick-view-close-btn {
    font-size: 24px;
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
    z-index: 999;
    background: none;
    border: 0;
    color: var(--primary-color);
}


.loader {
    display: none;
    z-index: 999999;
}

.loader-01 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    z-index: 99;
}

.loader__icon {
    position: absolute;
    top: -17px;
    left: -17px;
    width: 33.3333333333px;
    height: 33.3333333333px;
    border-radius: 50%;
}

.loader__icon--one {
    background-color: var(--primary-color);
    -webkit-animation: iconOne 3s ease-out 0s infinite;
    animation: iconOne 3s ease-out 0s infinite;
}

.loader__icon--two {
    background-color: var(--primary-color);
    -webkit-animation: iconTwo 3s ease-out 0s infinite;
    animation: iconTwo 3s ease-out 0s infinite;
}

.loader__icon--three {
    background-color: var(--primary-color);
    -webkit-animation: iconThree 3s ease-out 0s infinite;
    animation: iconThree 3s ease-out 0s infinite;
}

.loader__icon--four {
    background-color: var(--primary-color);
    -webkit-animation: iconFour 3s ease-out 0s infinite;
    animation: iconFour 3s ease-out 0s infinite;
}

.global-card-contents-title .product-name {
    flex: 1;
    padding-right: 5px;
}

.search-results-fields>ul {
    gap: 5px !important;
}

.alert {
    padding: 0.25rem 1rem !important;
}

.alert-danger {
    border-color: #ef534f !important;
}

.global-card-contents-title .product-name a{
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    -webkit-box-orient: vertical;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    font-family: var(--body-font);
}

.product-name-cart {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 22px;
}

/* HOME ADVANTAGE HEADER */
.home-introduce-area {
    width: 80%;
    margin: 30px auto;
    transform: translateY(-16%);
    padding-top: 56px;
}

.content-image-left img {
    height: 440px;
    width: 100%;
    border-radius: 20px;
}

.content-image-right img {
    height: 180px;
    width: 100%;
    border-radius: 20px;
}

/*.title-intro-1 {*/
/*    background-image: url('/assets/img/icon/msp/line-bg-intro-1.png');*/
/*}*/

.line-custom-1 {
    /*position: absolute;*/
    /*top: -100px;*/
    /*left: 0;*/
    position: absolute;
    top: -80px;
    left: -240px;
    height: 64%;
    translate: 136px 58px;
}
.line-custom-2 {
    position: absolute;
    top: 190px;
    left: 200px;
    height: 64%;
}

.home-introduce-area {
    .btn-to-contract {
        width: 210px;
        height: 50px;
        flex-shrink: 0;
        border-radius: 40px;
        background: #FFF;
        color: var(--primary-color);
        font-family: NotoSansJP;
        font-size: 17px;
        font-style: normal;
        font-weight: 800;
        line-height: 30.013px;
        letter-spacing: 0.45px;
    }

    .container {
        flex-shrink: 0;
        border-radius: 10px;
        background: var(--primary-color);

        /*background-image: ;*/
        padding: 120px 113px;
        display: grid;
        gap: 50px;
    }

    .title {
        color: #FFF;
        font-family: Lato;
        font-size: 60px;
        font-weight: 800;
        line-height: 60px;
        font-style: normal;
    }

    .description {
        color: #FFF;
        font-family: Noto Sans JP;
        font-size: 16px;
        font-style: normal;
        line-height: 26px;
        margin: 30px 0;
    }


    .widget-content {
        padding: 0px 10px;
    }

    .content {
        flex-shrink: 0;
        border-radius: 10px;
        background: var(--ffffff, #FFF);
        padding: 40px 40px 90px 40px;
        display: grid;
        grid-template-rows: 5% 20% 20% 55%;
        /* align-items: center; */
        justify-content: center;
        gap: 30px;
    }
}

.home-introduce-area {
    padding: 0 20px;
}

.home-introduce-area {
    .title-intro-mobile {
        display: none;
    }
    .content-image-right-top,
    .content-image-right-bottom {
        overflow: hidden;
        border-radius: 20px;
    }
    .container {
        padding: 15px 15px 15px 40px
    }

    .widget-content {
        padding: 20px 0;
    }

    .content {
        padding: 40px 20px 80px 20px;
    }

    .content {
        grid-template-rows: 5% 20% 25% 55%;
    }


    .content-china {
        line-height: 1.5;
    }

    .title {
        font-size: 40px;
    }
    .description-mobile {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .responsive-mobile-menu {
        margin-top: -15px;
    }

    .table-list-cart .product-item {
        align-items: flex-start;
    }

    .btn-wrapper-pc {
        display: none !important;
    }

    .shop-close-main {
        display: none;
    }

    .shop-close-main.active {
        visibility: hidden;
        opacity: 0;
    }

    .p-postal-code {
        margin-top: 10px;
    }

    .home-introduce-area {
        width: 100%;
        .introduce-content-area {
            padding: 0 5px 100px 5px;
        }
        .content-image-right-bottom {
            margin-bottom: 0!important;
        }
        .content-image-right-top img {
            scale: 1.5 !important;
        }
        .content-image-right-bottom img {
            margin-top: 0 !important;
        }
        .description {
            font-size: 14px;
        }
        .description-mobile {
            display: block;
        }
        .description-pc {
            display: none;
        }
        .container {
            padding: 5px;
        }
        .content-left,
        .content-right{
            margin-top: 0 !important;
            width: 100% !important;
        }
        .title-intro-mobile {
            display: block;
            text-align: center;
            margin-top: 55px;
        }
        .title-intro-pc {
            display: none;
        }

        .line-custom-1 {
            left: -252px;
            height: 35%;
            translate: 223px 76px;
        }

        .line-custom-2 {
            top: 260px;
            left: 155px;
            height: 64%;
        }

        .content-image-left {
            width: 50% !important;
        }

        .content-image-right {
            width: 50% !important;
        }

        .content-image-left img {
            height: 320px;
            width: 90%;
        }

        .content-image-right img {
            height: 152px !important;
            width: 90%;
            scale: 1.2;
        }

        .btn-redirect-contact {
            position: absolute;
            top: 90%;
            left: 25%;
            z-index: 999;
        }
    }

    .introduce-content-area {
        display: block !important;
    }
}

@-webkit-keyframes iconOne {

    0%,
    100% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(calc(150px - 83.3333333333px), 0);
    }

    50% {
        transform: translate(calc(150px - 83.3333333333px), calc(150px - 83.3333333333px));
    }

    75% {
        transform: translate(0, calc(150px - 83.3333333333px));
    }
}

@keyframes iconOne {

    0%,
    100% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(calc(150px - 83.3333333333px), 0);
    }

    50% {
        transform: translate(calc(150px - 83.3333333333px), calc(150px - 83.3333333333px));
    }

    75% {
        transform: translate(0, calc(150px - 83.3333333333px));
    }
}

@-webkit-keyframes iconTwo {

    0%,
    100% {
        transform: translate(calc(150px - 83.3333333333px), 0);
    }

    25% {
        transform: translate(calc(150px - 83.3333333333px), calc(150px - 83.3333333333px));
    }

    50% {
        transform: translate(0, calc(150px - 83.3333333333px));
    }

    75% {
        transform: translate(0, 0);
    }
}

@keyframes iconTwo {

    0%,
    100% {
        transform: translate(calc(150px - 83.3333333333px), 0);
    }

    25% {
        transform: translate(calc(150px - 83.3333333333px), calc(150px - 83.3333333333px));
    }

    50% {
        transform: translate(0, calc(150px - 83.3333333333px));
    }

    75% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes iconThree {

    0%,
    100% {
        transform: translate(calc(150px - 83.3333333333px), calc(150px - 83.3333333333px));
    }

    25% {
        transform: translate(0, calc(150px - 83.3333333333px));
    }

    50% {
        transform: translate(0, 0);
    }

    75% {
        transform: translate(calc(150px - 83.3333333333px), 0);
    }
}

@keyframes iconThree {

    0%,
    100% {
        transform: translate(calc(150px - 83.3333333333px), calc(150px - 83.3333333333px));
    }

    25% {
        transform: translate(0, calc(150px - 83.3333333333px));
    }

    50% {
        transform: translate(0, 0);
    }

    75% {
        transform: translate(calc(150px - 83.3333333333px), 0);
    }
}

@-webkit-keyframes iconFour {

    0%,
    100% {
        transform: translate(0, calc(150px - 83.3333333333px));
    }

    25% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(calc(150px - 83.3333333333px), 0);
    }

    75% {
        transform: translate(calc(150px - 83.3333333333px), calc(150px - 83.3333333333px));
    }
}

@keyframes iconFour {

    0%,
    100% {
        transform: translate(0, calc(150px - 83.3333333333px));
    }

    25% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(calc(150px - 83.3333333333px), 0);
    }

    75% {
        transform: translate(calc(150px - 83.3333333333px), calc(150px - 83.3333333333px));
    }
}

.text-ellipsis-line-1 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* sweet-alert button */
.sweet-button-primary {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 7px;
}

.sweet-button-secondary {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 7px;
}

.btn-outline-msp {
    border-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 7px;
    color: var(--primary-color);
}

.btn-outline-msp.is_wishlist,
.btn-template-primary-outline.is_wishlist {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 7px;
    color: #fff;
}


