﻿:root {
    --thm-font: "Noto Serif JP", serif;
    --heading-font: "Amatic SC", cursive;
    --thm-base: #002060;
    --thm-btn-color: #c00000;
    --thm-primary: #309334;
    --thm-primary-rgb: 91, 140, 81;
    --thm-black: #000;
    --thm-bg-color: #f2f2f2;
    --thm-gray: #585858;
    --thm-menu-text: #FFF;
    --thm-color-en: #bfbfbf;
    --thm-hover: #1d6c5e
}

body {
    font-family: "Noto Serif JP", serif !important;
    color: #333;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500
}

button:focus {
    outline: none
}

a {
    text-decoration: none;
    cursor: pointer
}

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

a.nav-link {
    display: block;
    padding: .5rem 1rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thm-font);
    color: #404040;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
.cmt-text {
    font-family: "Noto Serif JP", serif !important;
    font-weight: 700;
    font-style: normal
}

body,
p {
    font-family: "Noto Serif JP", serif !important;
    font-weight: 400;
    font-style: normal
}

.english-font {
    font-family: "Noto Serif JP", serif !important;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    font-style: normal
}

.english-color {
    color: #c00000 !important
}

.mt-100 {
    margin-top: clamp(60px, 10vw, 100px)
}

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

.row {
    justify-content: center
}

.title-line {
    padding: 10px 0 .5em;
    margin-bottom: .2rem;
    background-image: linear-gradient(90deg, var(--thm-primary) 0 50%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 90px 5px;
    background-position: bottom;
    color: #333;
    font-weight: bold;
    font-size: 26px
}

.disabled {
    background: #666 !important;
    border-color: #666 !important;
    color: #fff !important;
    cursor: no-drop !important;
    position: relative
}

.disabled::before {
    content: "Coming soon";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(51, 51, 51, .8784313725);
    font-size: 16px;
    letter-spacing: 1px;
    padding: 2px 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: none;
    z-index: 9
}

.button-block {
    text-align: center;
    margin-top: 30px;
}

.button-block .btn-buy {
    width: 300px;
    height: 50px;
    line-height: 48px;
    font-size: clamp(16px, 2.1vw, 21px);
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    background: #c00000;
    color: #fff
}

.button-block .btn-buy:hover {
    opacity: .8
}

.line-left {
    background-position: left bottom
}

.line-center {
    background-position: center bottom
}
.d-sp-767, .d-sp-991, .d-sp-1199 {display: none;}
@media (max-width: 1199px) {
    .d-pc-767, .d-pc-991, .d-pc-1199 {
        display: none;
    }
   .d-sp-767, .d-sp-991, .d-sp-1199 {
        display: block;
    }
}
@media(min-width: 1400px) {
    .container {
        max-width: 1400px
    }
}

@media(min-width: 768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 20%
    }
}

.auto-container {
    position: static;
    max-width: 1800px;
    padding: 0px 15px;
    margin: 0 auto
}

.block-title {
    margin-bottom: clamp(30px, 5vw, 50px);
}

.block-title h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 700;
    font-family: var(--heading-font);
    line-height: 1.5em
}

.block-title p{
    line-height: clamp(25px, 2vw, 30px);
    text-align: center;
}

@media (min-width: 580px) {
    .block-title h3{
        br{
            display: none;
        }
    }

    .block-title p{
        br{
            display: none;
        }
    }
    .content-voice .text-box {
        br{
            display: none;
        }
    }
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    outline: none !important
}

.bootstrap-select>.dropdown-toggle {
    box-shadow: none !important
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--thm-gray)
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--thm-primary);
    color: #fff
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #fff;
    background: var(--thm-black);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--thm-primary);
    color: #fff;
    cursor: pointer
}

.datepicker.dropdown-menu {
    min-width: 17rem
}

.datepicker table {
    width: 100%
}

.post-pagination {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap
}

.post-pagination a {
    border-radius: 50%;
    background-color: var(--thm-gray);
    color: #9ca3a9;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.post-pagination a:hover {
    background-color: var(--thm-primary);
    color: #fff
}

.post-pagination a.active {
    background-color: var(--thm-base);
    color: #fff;
    cursor: auto
}

.post-pagination a+a {
    margin-left: 15px
}

.thm__owl-carousel .owl-dots {
    margin-top: 20px
}

.thm__owl-carousel .owl-dots .owl-dot {
    outline: none
}

.thm__owl-carousel .owl-dots .owl-dot span {
    margin: 0 2.5px;
    padding: 0;
    width: 14px;
    height: 14px;
    background-color: var(--thm-gray);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.thm__owl-carousel .owl-dots .owl-dot:hover span,
.thm__owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--thm-primary)
}

.thm__owl-carousel.light-dots .owl-dots .owl-dot span {
    background-color: #fff
}

.thm__owl-carousel.light-dots .owl-dots .owl-dot:hover span,
.thm__owl-carousel.light-dots .owl-dots .owl-dot.active span {
    background-color: var(--thm-primary)
}

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.scroll-top {
    text-align: center
}

.scroll-top .scroll-to-top {
    display: inline-block;
    margin: 60px 30px;
    bottom: 20px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%;
    transition: all .4s ease
}

.scroll-top .scroll-to-top p {
    position: relative;
    padding-top: 20px;
    color: #221b2b
}

.scroll-top .scroll-to-top p::before {
    content: "";
    content: "";
    width: 15px;
    height: 18px;
    transform: skew(-41deg) rotate(-219deg);
    background: #221b2b;
    position: absolute;
    top: 0;
    left: 28%
}

.scroll-top .scroll-to-top p::after {
    content: "";
    content: "";
    width: 15px;
    height: 18px;
    transform: skew(41deg) rotate(219deg);
    background: #221b2b;
    position: absolute;
    top: 0;
    left: 50%
}

.scroll-top .scroll-to-top:hover p,
.scroll-top .scroll-to-top:hover {
    color: #c00000
}

.scroll-top .scroll-to-top:hover p::before,
.scroll-top .scroll-to-top:hover p::after {
    background: #c00000
}

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, .3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, .3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: .3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: .3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, .3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden
}

.cursor {
    visibility: visible
}

.cursor.active {
    opacity: .5;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.cursor.hovered {
    opacity: .08
}

.cursor-follower {
    position: absolute;
    background-color: RGBA(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, .6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, .6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: .6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: .6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, .2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, .6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden
}

.cursor-follower {
    visibility: visible
}

.cursor-follower.active {
    opacity: .7;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.cursor-follower.hovered {
    opacity: .08
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.site-header__header-one-wrap {
    position: relative;
    display: block
}

.topbar-one {
    position: relative;
    background-color: #fff
}

@media(min-width: 1200px) {
    .topbar-one {
        display: none
    }
}

@media(max-width: 1199px) {
    .site-header__header-one-wrap .container {
        max-width: 1120px
    }

    .topbar-one {
        background-color: #fff
    }
}

.topbar-one .topbar_bg {
    position: absolute;
    left: 0;
    bottom: -16px;
    right: 0;
    height: 16px;
    z-index: 1
}

.topbar-one .container {
    min-height: 110px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.topbar-one__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.topbar-one__left a {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.topbar-one__left a span {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 10px;
    color: var(--thm-primary);
    font-size: 18px
}

.topbar-one__left a:hover {
    color: var(--thm-base)
}

.topbar-one__left a+a {
    margin-left: 30px
}

.topbar-one__middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.topbar-one__middle a {
    display: inline-block
}

.topbar-one__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.topbar-one__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.topbar-one__social a+a {
    margin-left: 10px
}

.topbar-one__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 45px;
    height: 45px;
    background-color: #f5f0e9;
    color: #333;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.topbar-one__social a:hover {
    background-color: var(--thm-hover);
    color: #fff
}

.topbar-one__social.home-four a {
    opacity: .3
}

.topbar-one__social.home-four a:hover {
    opacity: 1;
    color: #333;
    background-color: #f5f0e9
}

.main-nav__header-one {
    background: #fff
}

.main-nav__header-one .container {
    max-width: 100%;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: end;
    padding-right: 0;
    background-color: #fff;
}

.main-nav__header-one .container .contact-top {
    background: #c00000;
    text-align: center
}

.main-nav__header-one .container .contact-top a {
    color: #fff
}

.main-nav__header-one .container .contact-top a .fa-envelope {
    font-size: clamp(24px, 3.4vw, 36px)
}

.main-nav__header-one .container .contact-top a:hover {
    background: #002060;
    color: #fff !important
}

@media(max-width: 1400px) {
    .stricky-fixed .container {
        justify-content: flex-end;
    }
}

.main-nav__header-one .fa-bars:before {
    font-size: 28px
}

@media(max-width: 1199px) {
    nav.original {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px
    }
}

@media(max-width: 767px) {
    nav.original {
        right: -15px
    }
}

.main-nav__left {
    width: 100%;
    max-width: 45px;
    display: block;
    margin-right: 20px;
    padding: 32px 0 15px
}

.main-nav__search {
    position: relative;
    color: var(--thm-black);
    font-size: 25px;
    transition: all 500ms ease
}

.main-nav__search:hover {
    color: var(--thm-base)
}

.main-nav__left .side-menu__toggler {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    font-size: 20px;
    color: #fff;
}

.main_nav__left_four .side-menu__toggler {
    color: #fff
}

.main-nav__main-navigation .main-nav__navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    justify-content: end;
    -webkit-box-align: center;
    align-items: center
}

.main-nav__main-navigation .main-nav__navigation-box,
.main-nav__main-navigation .main-nav__navigation-box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-nav__main-navigation .main-nav__navigation-box>li+li,
.main-nav__main-navigation .main-nav__navigation-box ul>li+li {
    margin-left: 20px
}

.main-nav__main-navigation .main-nav__navigation-box>li {
    position: relative
}

.main-nav__main-navigation .main-nav__navigation-box>li>a {
    position: relative;
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
    color: #404040;
    font-size: 1.2vw;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}
.main-nav__header-one .container .contact-top {
    background: #c00000;
    text-align: center;
}

.main-nav__main-navigation .main-nav__navigation-box>li>a:hover {
    color: #c00000 !important
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
    color: #fff
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>a:before,
.main-nav__main-navigation .main-nav__navigation-box>li.current>a:before,
.main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a:before {
    opacity: 1;
    transform: scaleX(1)
}

.stricked-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, .06);
    opacity: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.stricked-menu.stricky-fixed {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.stricked-menu.stricky-fixed .main-nav__left {
    padding: 29px 0 23px
}

.stricked-menu.stricky-fixed .main-nav__right .icon_cart_box {
    padding: 29px 0 23px;
    top: 0
}

.stricky-fixed .logo {
    position: absolute;
    left: -30px;
    z-index: 9
}

.stricky-fixed .logo img {
    width: 80px;
}

.stricky-fixed .topbar-one__social {
    display: block !important
}

@media(min-width: 1199px) {
    .main-nav__left {
        display: none
    }
}

@media(max-width: 1199px) {
    .stricky-fixed .main-nav__left .side-menu__toggler {
        margin-left: 15px !important
    }

    .stricked-menu.stricky-fixed {
        height: 80px
    }
    .stricky-fixed .logo img {
        width: 50px;
    }
}



.site_header__header_three_wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease
}

.topbar-three {
    position: relative;
    display: block
}

.topbar-three:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .15);
    content: "";
    z-index: 10
}

.topbar-three .container-box {
    position: relative
}

.topbar_three_content {
    position: relative
}

.logo-box-three {
    position: relative;
    display: block;
    max-width: 345px;
    width: 100%;
    text-align: center;
    background: var(--thm-black);
    border-right: 1px solid rgba(255, 255, 255, .15);
    padding: 30px 0
}

.logo-box-three a {
    position: relative;
    display: inline-block
}

.topbar_three_nav_box {
    position: relative;
    display: block;
    max-width: 1140px;
    width: 100%
}

.main_nav_header_three_content {
    position: relative;
    display: block;
    padding-left: 30px
}

.main-nav__main-navigation.three .main-nav__navigation-box>li {
    position: relative;
    padding: 43px 0px 43px
}

.main-nav__main-navigation.three .main-nav__navigation-box>li+li {
    margin-left: 35px
}

.main-nav__main-navigation.three .main-nav__navigation-box>li>a {
    color: #fff
}

.main-nav__main-navigation.three .main-nav__navigation-box>li:hover>a,
.main-nav__main-navigation.three .main-nav__navigation-box>li.current>a,
.main-nav__main-navigation.three .main-nav__navigation-box>li.current-menu-item>a {
    color: var(--thm-black)
}

.main_nav_right_three {
    position: relative;
    display: block;
    border-right: 1px solid rgba(255, 255, 255, .15);
    padding-right: 60px
}

.stricked-menu .main_nav_right_three {
    padding-right: 0;
    border-right: 0
}

.main_nav_right_three .icon_search_box {
    position: relative;
    float: left;
    line-height: 0;
    padding: 48px 0;
    margin-right: 40px
}

.main_nav_right_three .icon_search_box a {
    color: #fff;
    line-height: 30px
}

.main_nav_right_three .icon_cart_box {
    position: relative;
    float: right;
    line-height: 0;
    padding: 48px 0
}

.main_nav_right_three .icon_cart_box a {
    color: #fff;
    font-size: 25px;
    line-height: 30px
}

.topbar_three_right_box {
    position: relative;
    display: block;
    float: right;
    width: 20%
}

.topbar_three_right_box .topbar-one__social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 0 41px
}

.topbar_three_nav_box .stricked-menu {
    background-color: var(--thm-black)
}

.stricked-menu .main_nav_header_three_content {
    padding-left: 0px
}

.stricked-menu .main_nav_right_three .icon_search_box {
    padding: 30px 0
}

.stricked-menu .main_nav_right_three .icon_cart_box {
    padding: 30px 0
}

.site_header__header_five_wrap {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease
}

.topbar-five {
    position: relative;
    display: block;
    background: rgba(0, 0, 0, 0)
}

.topbar-five:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #f5f6f5;
    content: "";
    z-index: 10
}

.logo-box-five {
    background: rgba(0, 0, 0, 0);
    border-right: 1px solid #f5f6f5
}

.main-nav__main-navigation.five .main-nav__navigation-box>li {
    position: relative;
    padding: 43px 0px 43px
}

.main-nav__main-navigation.five .main-nav__navigation-box>li+li {
    margin-left: 35px
}

.main-nav__main-navigation.five .main-nav__navigation-box>li>a {
    color: #333
}

.main-nav__main-navigation.five .main-nav__navigation-box>li:hover>a,
.main-nav__main-navigation.five .main-nav__navigation-box>li.current>a,
.main-nav__main-navigation.five .main-nav__navigation-box>li.current-menu-item>a {
    color: var(--thm-black)
}

.main_nav_right_three.five {
    position: relative;
    display: block
}

.main_nav_right_three.five .icon_search_box a {
    color: var(--thm-black)
}

.main_nav_right_three.five .icon_cart_box a {
    color: var(--thm-black)
}

.topbar_three_right_box.five {
    border-left: 1px solid rgba(64, 74, 61, .05)
}

.topbar_three_right_box.five .topbar-one__social a {
    opacity: 1
}

.topbar_three_right_box.five .topbar-one__social a:hover {
    background-color: var(--thm-hover);
    color: #fff
}

.stricked-menu .main-nav__main-navigation.five .main-nav__navigation-box>li>a {
    color: #fff
}

.stricked-menu .main-nav__main-navigation.five .main-nav__navigation-box>li:hover>a,
.stricked-menu .main-nav__main-navigation.five .main-nav__navigation-box>li.current>a,
.stricked-menu .main-nav__main-navigation.five .main-nav__navigation-box>li.current-menu-item>a {
    color: var(--thm-black)
}

.stricked-menu .main_nav_right_three.five .icon_search_box a {
    color: #fff
}

.stricked-menu .main_nav_right_three.five .icon_cart_box a {
    color: #fff
}

.stricky-fixed .logo {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%)
}

@media(min-width: 1200px) {
    .main-nav__left .side-menu__toggler {
        display: none
    }

    .main-nav__main-navigation {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        position: relative
    }

    .mobile_menu_icon_two .side-menu__toggler {
        display: none
    }

    .mobile_menu_icon_three .side-menu__toggler {
        display: none
    }
}

@media(max-width: 1199px) {
    .main-nav__logo-box {
        padding: 20px 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .main-nav__main-navigation {
        display: none
    }

    .stricky-fixed .container {
        position: relative;
        height: 80px;
    }
}

.side-menu__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease
}

.side-menu__block.active {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.side-menu__block-overlay {
    width: 100%;
    height: 100%;
    background-color: var(--thm-black);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: .7
}

.side-menu__block-overlay .cursor-follower {
    background-color: rgba(var(--thm-black-rgb), 0.3)
}

.side-menu__block-inner {
    position: relative;
    max-width: 300px;
    width: 100%;
    margin-right: auto;
    height: 100vh;
    background-color:#fff ;
    z-index: 999999;
    overflow-y: auto;
    padding: 40px 0;
    padding-top: 20px;
    position: relative;
    display: -webkit-box;
    display: block;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: space-between;
    border-right: 10px solid #c00000
}

@media(max-width: 575px) {
    .side-menu__block-inner {
        max-width: 480px
    }
}

@media(max-width: 480px) {
    .side-menu__block-inner {
        max-width: 400px
    }
}

@media(max-width: 375px) {
    .side-menu__block-inner {
        max-width: 300px
    }
}

.side-menu__block-inner .mCustomScrollBox {
    width: 100%
}

.side-menu__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 40px
}

.mobile-nav__container {
    padding-left: 50px;
    padding-right: 0px;
    padding-top: 50px
}

.mobile-nav__container ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav__container li.dropdown ul {
    display: none;
    padding-left: .5em
}

.mobile-nav__container li.dropdown {
    position: relative
}

.mobile-nav__container li.dropdown .dropdown-btn {
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    color: #9ca3a9;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transfrom 500ms ease;
    transition: transfrom 500ms ease
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mobile-nav__container li+li {
    margin-top: 10px
}

.mobile-nav__container li a {
    text-transform: uppercase;
    color: #818181;
    font-size: 18px;
    font-weight: 500;
    display: block;
    font-family: var(--thm-font);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative
}

.mobile-nav__container li a:hover {
    color: var(--thm-primary)
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
    color: var(--thm-primary)
}

.side-menu__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px
}

.side-menu__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 57px;
    height: 57px;
    background-color: #fff;
    color: #9ca3a9;
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.side-menu__social a+a {
    margin-left: 10px
}

.side-menu__social a:hover {
    background-color: var(--thm-primary);
    color: #fff
}

.side-menu__content {
    padding-left: 50px;
    padding-right: 50px
}
.mobile-nav__container .contact-top a {
    text-align: center;
    padding: 10px 20px;
    background: #c00000;
    color: #fff;
}
.mobile-nav__container .contact-top {
    text-align: left;
    display: flex;
    justify-content: left;
}
.side-menu__content p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #9ca3a9;
    letter-spacing: .02em
}

.side-menu__content p+p {
    margin-top: 30px
}

.side-menu__content p a {
    color: var(--thm-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.side-menu__content p a:hover {
    color: #000
}

.side-menu__sep {
    width: calc(100% - 200px);
    height: 1px;
    background-color: #fff;
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: 50px
}

.side-menu__text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #9ca3a9;
    margin: 0;
    margin-bottom: 25px
}

.side-menu__text a {
    font-size: 20px;
    color: var(--thm-secondary);
    line-height: 30px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.side-menu__text a:hover {
    color: var(--thm-primary)
}

.side-menu__block__copy {
    text-transform: uppercase;
    font-size: 16px;
    color: #9ca3a9;
    font-weight: 400;
    letter-spacing: .2em
}

.stricky-fixed p {
    color: #404040;
    font-size: clamp(24px, 2.5vw, 35px);
    font-weight: 700;
    margin-top: 10px;
}

@media(max-width: 575px) {

    .side-menu__top,
    .side-menu__content,
    .mobile-nav__container {
        padding-left: 50px;
        padding-right: 50px
    }

    .side-menu__sep {
        margin-top: 40px;
        margin-bottom: 40px;
        width: calc(100% - 100px)
    }
}

@media(max-width: 480px) {

    .side-menu__top,
    .side-menu__content,
    .mobile-nav__container {
        padding-left: 25px;
        padding-right: 25px
    }

    .side-menu__sep {
        width: calc(100% - 50px)
    }

    .side-menu__social {
        margin-top: 40px
    }

    .side-menu__social a {
        width: 45px;
        height: 45px
    }
}

.banner-top {
    background: url(../images/backgrounds/kamiraizu-background4.png);
    background-position: center bottom;
    background-size: cover;
    margin-top: 100px;
}

.banner-top .img-main {
    border: 3px solid #fff
}

.banner-top .message {
    text-align: center;
}

.banner-top .message h1 {
    font-size: clamp(25px, 3.4vw, 40px);
    padding: clamp(30px, 5vw, 50px) 15px 0;
    font-weight: 400 !important;
    line-height: clamp(40px, 4vw, 50px);
    color: #fff;
}

.banner-top .carousel-wrapper {
    width: 1900px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    height: 600px;
}

.banner-top .carousel-wrapper .carousel-track {
    display: flex;
    transition: transform .8s ease-in-out;
    will-change: transform
}

.banner-top .carousel-wrapper .carousel-track .carousel-indicators [data-bs-target] {
    width: 100px;
    height: 5px
}

.banner-top .carousel-wrapper .carousel-track .slide {
    flex: 0 0 1900px;
    max-width: 100%;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: scale(0.9);
    opacity: 1;
    transition: all .5s ease
}

.banner-top .carousel-wrapper .carousel-track .slide .carousel-item {
    padding: 0 140px
}

.banner-top .carousel-wrapper .carousel-track .slide .box-main {
    padding-right: 60px
}

.banner-top .carousel-wrapper .carousel-track .slide .box-main .content {
    text-align: left
}

.banner-top .carousel-wrapper .furusato-list {
    background: #c00000c2;
    font-size: clamp(22px, 3vw, 35px);
    font-weight: bold;
    text-align: center;
    padding: 20px;
    color: #000;
}

.banner-top .carousel-wrapper .carousel-track .slide .box-main .content .button-block {
    text-align: center !important
}

.banner-top .carousel-wrapper .carousel-track .slide .box-main .content .catch-copy {
    font-size: clamp(30px, 2vw, 40px);
    line-height: clamp(45px, 4vw, 50px);
    margin-top: 20px;
}

.banner-top .carousel-wrapper .carousel-track .slide .box-main .content .title-sub {
    font-size: clamp(24px, 3.4vw, 70px);
    color: #fff;
}

.banner-top .carousel-wrapper .carousel-track .slide .box-main .content .sub-text {
    color: #fff;
    font-size: clamp(18px, 2vw, 28px);
    line-height: clamp(28px, 3vw,34px);
    margin-top: 30px
}

.banner-top .carousel-wrapper .carousel-track .carousel-control-next,
.banner-top .carousel-wrapper .carousel-track .carousel-control-prev {
    opacity: 1
}

.banner-top .carousel-wrapper .carousel-track .carousel-control-next-icon,
.banner-top .carousel-wrapper .carousel-track .carousel-control-prev-icon {
    width: 8rem;
    height: 8rem
}

.banner-top .carousel-wrapper .carousel-track .carousel-control-next-icon .fa-chevron-circle-left,
.banner-top .carousel-wrapper .carousel-track .carousel-control-next-icon .fa-chevron-circle-right,
.banner-top .carousel-wrapper .carousel-track .carousel-control-prev-icon .fa-chevron-circle-left,
.banner-top .carousel-wrapper .carousel-track .carousel-control-prev-icon .fa-chevron-circle-right {
    display: none
}

.banner-top .carousel-wrapper .carousel-track .carousel-control-prev {
    left: -120px
}

.banner-top .carousel-wrapper .carousel-track .carousel-control-next {
    right: -120px
}




@media(max-width: 1600px) {
    .banner-top .carousel-wrapper .carousel-track .slide .carousel-item {
        padding: 0 100px
    }

    .banner-top .carousel-wrapper .carousel-track .carousel-control-prev {
        left: -100px
    }

    .banner-top .carousel-wrapper .carousel-track .carousel-control-next {
        right: -100px
    }
    
}

@media(min-width: 1400px) {
    .banner-top .carousel-wrapper .carousel-track .slide .box-main .content .catch-copy {
        font-size: clamp(25px, 2.5vw, 50px);
        line-height: clamp(40px, 4vw, 60px);
    }
    
}

@media(max-width: 1500px) {
    .banner-top .carousel-wrapper {
        height: 500px;
    }
}

@media(max-width: 1200px){
    .banner-top{
        margin-top: 80px;
    }
}

@media(min-width: 1199px) {
    .banner-top .message {
        br {
            display: none;
        }
    }
   
  

@media(max-width: 1199px) {
    .banner-top .carousel-wrapper .carousel-track .slide .box-main {
        padding-right: 15px;
        margin-top: 20px
    }
    .banner-top .carousel-wrapper .carousel-track .slide .box-main .content .furusato-list {
        font-size: clamp(20px, 4vw, 40px);
    }

    .banner-top .carousel-wrapper .carousel-track .slide .box-main .content .catch-copy {
        font-size: clamp(22px, 3.4vw, 50px);
        line-height: clamp(30px, 4vw, 60px);
    }

    .banner-top .carousel-wrapper .carousel-track .slide .box-main .content .title-sub {
        font-size: clamp(21px, 3vw, 25px);
        padding-top: 30px;
    }

    .banner-top .carousel-wrapper .carousel-track .slide .box-main .content .sub-text {
        color: #fff;
        font-size: clamp(18px, 3vw, 28px);
        line-height: clamp(30px, 3vw, 40px);
        margin-top: 15px
    }

    .banner-top .carousel-wrapper .carousel-track .slide .box-main{
        width: 100%;
    }

    .banner-top .carousel-wrapper .carousel-track .carousel-control-prev {
        left: -60px
    }

    .banner-top .carousel-wrapper .carousel-track .carousel-control-next {
        right: -60px
    }
    .banner-top .carousel-wrapper {
        height: 900px;
    }
    
}
}

@media(max-width: 820px) {
    .banner-top .carousel-wrapper .carousel-track .carousel-control-prev {
        left: -50px
    }

    .banner-top .carousel-wrapper .carousel-track .carousel-control-next {
        right: -50px
    }
    .banner-top .carousel-wrapper {
        height: 800px;
    }
}

@media(max-width: 767px) {
    .banner-top .carousel-wrapper .carousel-track .slide .carousel-item {
        padding: 0 40px
    }

    .banner-top .carousel-wrapper .carousel-track .carousel-control-next-icon,
    .banner-top .carousel-wrapper .carousel-track .carousel-control-prev-icon {
        width: 5rem;
        height: 5rem
    }
    .banner-top .carousel-wrapper {
        height: 850px;
    }
}

@media(max-width: 600px) {
    .banner-top .carousel-wrapper .carousel-track .carousel-control-prev {
        left: -40px
    }

    .banner-top .carousel-wrapper .carousel-track .carousel-control-next {
        right: -40px
    }
    .banner-top .carousel-wrapper {
        height: 700px;
    }
}

@media(max-width: 480px) {

    .banner-top .carousel-wrapper .furusato-list{
        padding: 10px;
    }
    .banner-top .carousel-wrapper .carousel-track .carousel-control-prev-icon,
    .banner-top .carousel-wrapper .carousel-track .carousel-control-next-icon {
        background-image: none
    }

    .banner-top .carousel-wrapper .carousel-track .carousel-control-prev .fa-chevron-circle-left {
        display: block;
        font-size: 24px
    }

    .banner-top .carousel-wrapper .carousel-track .carousel-control-next-icon .fa-chevron-circle-right {
        display: block;
        font-size: 24px
    }

    .banner-top .carousel-wrapper .carousel-track .carousel-control-prev {
        left: -30px
    }

    .banner-top .carousel-wrapper .carousel-track .carousel-control-next {
        right: -30px
    }

    .banner-top .carousel-wrapper .carousel-track .slide .carousel-item {
        padding: 0 20px
    }
    .banner-top .carousel-wrapper {
        height: 650px;
    }
}

@media(max-width: 375px) {
    .banner-top .carousel-wrapper .carousel-track .carousel-control-prev {
        left: -25px
    }

    .banner-top .carousel-wrapper .carousel-track .carousel-control-next {
        right: -25px
    }
}

.text-18 {
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 30px;
    letter-spacing: 1px
}

.text-24 {
    font-size: clamp(17px, 2vw, 20px);
    line-height: clamp(25px, 3vw, 30px);
    letter-spacing: 1px
}

.text-32 {
    font-size: clamp(24px, 3vw, 32px);
    line-height: 35px;
    letter-spacing: 1px;
}

.text-img {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%) rotate(-90deg);
    font-size: clamp(14px, 2.6vw, 26px);
    color: #c00000;
    display: block;
    letter-spacing: 1px;
    font-family: "Noto Serif JP", serif !important
}

.furusato {
    margin-top: clamp(40px, 8vw, 80px)
}

.furusato a {
    display: block
}

.furusato .f-title-01 {
    position: relative;
    margin-bottom: 50px !important;
    display: inline-block;
    padding: 0 60px
}

.furusato .f-title-01::before {
    content: "";
    width: 1px;
    height: 60px;
    background-color: #000;
    transform: rotate(-35deg);
    position: absolute;
    left: 30px;
    bottom: -10px
}

.furusato .f-title-01::after {
    content: "";
    width: 1px;
    height: 60px;
    background-color: #000;
    transform: rotate(35deg);
    position: absolute;
    right: 30px;
    bottom: -10px
}

.furusato .furusato-btn {
    display: block;
    margin-top: 30px
}

.furusato .furusato-btn a {
    color: #fff;
    background: #c00000;
    display: inline-block;
    padding: 5px 20px;
    transition-duration: .5s;
    font-size: clamp(18px, 2.1vw, 21px);
    transition-duration: .5s
}

.furusato .furusato-btn a:hover {
    background: #002060;
    color: #fff;
    transition-duration: .5s
}

.furusato .f-content-02 {
    margin-top: 30px;
    position: relative
}

.furusato .f-content-02 .f-title-02 {
    position: absolute;
    font-size: clamp(23px, 3vw, 50px);
    letter-spacing: 8px;
    line-height: 98px;
    text-align: left;
    z-index: 2;
}

.furusato .f-content-02 .f-title-02 span {
    background: #c00000;
    padding: 10px 10px;
    color: #fff;
    margin-top: 20px;
}

.furusato .f-content-02 .f-text {
    text-align: left;
    margin-top: 250px;
    font-size: clamp(16px, 2.4vw, 23px);
    line-height: 33px;
    padding: 0 20px;
    text-align: justify;
}

.furusato .f-content-02 .f-box-right {
    position: relative;
    z-index: 0
}

@media(max-width: 1199px){
    .furusato .f-content-02 .f-title-02 span{
        display: block;
    }
}



@media(max-width: 1199px) {
    .furusato .f-content-02 .f-title-02 {
        line-height: 50px
    }

    .furusato .f-content-02 .f-text {
        margin-top: 210px
    }
}



@media(max-width: 991px) {
    .furusato .f-content-02 .f-title-02 {
        position: static;
        line-height: 68px
    }
    .furusato .f-content-02 .f-title-02 span {
        display: block;
        text-align: center;
        line-height: 35px;
        margin-bottom: 10px;
        letter-spacing: 0px;
        margin-top: 0px;
    }

    .furusato .f-content-02 .f-text {
        margin-top: 20px;
        padding-left: 0
    }

    .furusato .f-content-02 .f-img {
        margin-top: -60px;
        z-index: 3
    }
}

@media(max-width: 767px) {
    .furusato .f-title-01 {
        padding: 0 40px
    }

    .furusato .f-content-02 .f-title-02 {
        position: static;
        line-height: 55px
    }

    .furusato .f-content-02 .f-text {
        margin-top: 20px;
        padding: 0;
        line-height: 28px;
    }

    .furusato .f-content-02 .text-img {
        right: -30px
    }
}

.about_one {
    position: relative;
    display: block;
    padding: 120px 0 120px
}

@media(max-width: 991px) {
    .about_one {
        padding: 80px 0 0
    }
}

@media(max-width: 767px) {
    .about_one .box-img {
        padding-left: 60px
    }
}

.circle i {
    font-size: 50px;
    line-height: 115px;
    text-align: center;
    color: #fff
}

.about1_icon-box img.img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px
}

.about1_img {
    position: relative
}

.about1_shape_1 {
    position: absolute;
    left: -215px;
    top: 50%;
    transform: translateY(-50%);
    height: 430px;
    width: 430px;
    background: #f5f0e9;
    border-radius: 50%;
    z-index: -1
}

.about1_img>img {
    border-radius: 5px
}

.about1_icon-box {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-57.5px)
}

.about1_icon-box .circle {
    height: 115px;
    width: 115px;
    background: var(--thm-primary);
    border-radius: 50%;
    position: absolute;
    text-align: center
}

.about1_icon-box .circle:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 50%;
    border: 1px dashed #fff
}

.about1_icon-box .circle span {
    color: var(--thm-black);
    font-size: 61px;
    line-height: 115px
}

.about-img-2 {
    position: absolute
}

.about_img_2 {
    position: absolute;
    left: 170px;
    bottom: -112px
}

.about_img_2 img {
    width: 100%;
    border-radius: 5px
}

.about_one .block-title {
    margin-bottom: 42px
}

.about_content .text p {
    margin: 0
}

.about1_icon_wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 39px;
    margin-top: 40px
}

.about1_icon_single {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.about1_icon_single+.about1_icon_single {
    margin-left: 18px
}

.about1_icon_single .about1_icon {
    height: 60px;
    width: 60px;
    margin-right: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center
}

.about1_icon_single .about1_icon span {
    color: #5f8f55;
    font-size: 61px
}

.about1_icon_single p {
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 600;
    margin: 0
}

.bottom_text p {
    margin: 0
}

.about1__button-block {
    margin-top: 49px
}

.featured-one {
    position: relative;
    display: block;
    padding: 120px 0 120px
}

.single_featured_box {
    background: var(--thm-primary);
    display: block;
    padding: 55px 67px 49px;
    border-radius: 5px
}

.single_featured_box img {
    position: relative;
    top: -5px
}

.single_featured_box span {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 0 18px;
    font-family: var(--heading-font)
}

.product-one {
    position: relative;
    display: block;
    padding: 120px 0 0px;
    background: #f5f0e9
}

.product_img {
    position: relative;
    display: block
}

.product_img img {
    width: 100%
}

.experience_box {
    position: absolute;
    left: 30px;
    bottom: -60px;
    height: 172px;
    width: 270px;
    background: var(--thm-base);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px
}

.experience_box h2 {
    color: var(--thm-black);
    font-size: 60px;
    text-transform: uppercase;
    margin: 0
}

.experience_box p {
    letter-spacing: .2em;
    color: var(--thm-black);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    line-height: 26px
}

.growing_product {
    background: #fff;
    position: relative;
    display: block;
    padding: 120px 120px 0px;
    margin-top: 120px;
    margin-left: -149px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.growing_product:before {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    height: 120px;
    content: "";
    background: #fff;
    z-index: 1
}

.growing_product:after {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    height: 120px;
    content: "";
    background: #fff;
    z-index: -1;
    -webkit-box-shadow: 0px 5px 11px 2px rgba(0, 0, 0, .04);
    box-shadow: 0px 5px 11px 2px rgba(0, 0, 0, .04)
}

.growing_product .block-title {
    margin-bottom: 33px
}

.growing_product_text {
    margin-bottom: 10px
}

.growing_product_text p {
    margin: 0
}

.progress-levels {
    position: relative;
    display: block
}

.progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 8px
}

.progress-levels .progress-box.last-child {
    margin-bottom: 0
}

.progress-levels .progress-box .inner {
    position: relative;
    display: block
}

.progress-levels .progress-box .bar {
    position: relative;
    display: block
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 13px;
    background: #f5f0e9;
    border-radius: 10px
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 13px;
    border-radius: 10px;
    background: var(--thm-primary);
    transition: all 2000ms ease 300ms
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -43px;
    right: 0;
    width: 40px;
    height: 25px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1
}

.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    float: none
}

.progress-levels .progress-box .inner .percent {
    position: relative;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    float: none;
    margin-left: -2px
}

.progress-levels .progress-box .inner .text {
    position: relative;
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: capitalize;
    padding-bottom: 15px
}

.blog-one {
    position: relative;
    display: block;
    padding: 232px 0 120px
}

.blog_one_single {
    position: relative;
    display: block
}

.blog_one_image {
    position: relative;
    display: block
}

.blog_one_image .blog_image {
    position: relative;
    overflow: hidden
}

.blog_one_image .blog_image img {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease
}

.blog_one_single:hover .blog_image img {
    opacity: .7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.blog_one_date_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 42px;
    width: 113px;
    background: var(--thm-base);
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    right: 0;
    margin: 0 auto
}

.blog_one_date_box p {
    margin: 0;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 600;
    line-height: 42px
}

.blog-one__content {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 30px 50px 34px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -10px;
    border-radius: 5px;
    transition: all 500ms ease
}

.blog_one_single:hover .blog-one__content {
    -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, .06);
    box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, .06)
}

.blog-one__meta {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center
}

.blog-one__meta li a {
    letter-spacing: .2em;
    color: var(--thm-primary);
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.blog-one__meta li a:hover {
    color: var(--thm-base)
}

.blog-one__meta li i {
    color: #66945d;
    font-size: 15px;
    margin-right: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.blog-one__meta li a:hover i {
    color: var(--thm-base)
}

.blog-one__meta li+li {
    margin-left: 25px
}

.blog-one__content h3 {
    text-transform: unset;
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 600;
    font-family: var(--thm-font);
    margin: 0;
    line-height: 38px
}

.blog-one__content a {
    font-size: 24px;
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.blog-one__content a:hover {
    color: #66945d
}

.blog_one_text {
    margin-top: 8px;
    margin-bottom: 29px
}

.blog_one_text p {
    margin: 0
}

.read_more_btn a {
    color: var(--thm-black);
    font-size: 16px
}

.read_more_btn i {
    height: 18px;
    width: 18px;
    background: var(--thm-base);
    border-radius: 50%;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    margin-right: 10px
}

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

.cpn-box {
    padding-top: clamp(80px, 10vw, 100px);
    margin-bottom: clamp(80px, 10vw, 100px)
}

.cpn-box .cpn-shoukai .text-24 {
    line-height: clamp(25px, 4vw, 35px);
    padding: 0px 15px 0;
    text-align: justify;
}

.cpn-box .text-01 {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: bold
}

.table td,
.table th {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
    color: #333
}

.tb-line th {
    border-bottom: 1px solid #dee2e6
}

.tb-line .td-1 {
    color: #333;
    border-bottom: 1px solid #333 !important
}

.cpn-box .footer-socials-inner a {
    border-radius: 50%;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: 20px
}

.cpn-box .footer-socials-inner a i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    transition-duration: .5s
}

.cpn-box .fa-instagram {
    background: #a6063f;
    border: 2px solid #a6063f
}

.cpn-box .fa-instagram:hover {
    color: #a6063f !important
}

.cpn-box .fa-facebook-f {
    background: #2a7ee0;
    border: 2px solid #2a7ee0
}

.cpn-box .fa-facebook-f:hover {
    color: #2a7ee0 !important
}

.cpn-box .fa-x-twitter {
    background: #1e3050;
    border: 2px solid #1e3050;
    transition-duration: .5s
}

.cpn-box .fa-x-twitter:hover {
    color: #1e3050 !important;
    transition-duration: .5s
}

.owl-carousel {
    margin: 50px 0
}

.owl-carousel .padding-right {
    padding-right: 10px
}

.single_brand_item img {
    
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.single_brand_item img:hover {
    opacity: .6
}

@media screen and (max-width: 767px){
    .cpn-box .cpn-shoukai .text-24{
        padding-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .cpn-box .tb-line .td-1 {
        display: inline-block;
        padding: 0
    }

    .cpn-box tr.tb-line {
        display: block
    }

    .cpn-box .td-2 {
        display: block;
        padding: 10px 0 0
    }

    .cpn-box .tb-line {
        margin-top: 10px
    }
}

.footer-end {
    align-content: center;
    align-items: center;
    background: var(--thm-primary);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    padding: 54px 15px 16px 15px;
    width: 100%;
    max-width: 100%
}

.footer-end .footer-nav,
.footer-socials-inner {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 0px 32px 0px;
    padding: 0px;
    width: auto;
    max-width: 100%
}

.footer-end .footer-nav a {
    color: #fff;
    font-family: var(--s-font-a79255e5);
    font-feature-settings: "palt" 1;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: auto;
    letter-spacing: .1em;
    line-height: 1.4;
    margin: 10px 10px 10px 10px;
    text-align: left;
    width: auto;
    max-width: calc(100% - 20px);
    justify-content: flex-start;
    transition-duration: .5s;
    border-radius: 10px
}

.footer-end .footer-nav a.nav-link:hover {
    background: var(--thm-hover);
    border-radius: 10px;
    opacity: .8;
    transition-duration: .5s
}

.footer-socials-inner a i {
    font-size: 21px;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    transition-duration: .5s
}

.footer-socials-inner a i:hover {
    background: rgba(255, 255, 255, .6901960784);
    transition-duration: .5s;
    color: #333
}

@media(max-width: 767px) {
    .footer-end .footer-nav {
        display: block
    }

    .footer-end .footer-nav a {
        text-align: center
    }
}

.site-footer {
    position: relative;
    display: block;
    background: #000;
    padding: 30px 0 0
}

.site-footer .list-unstyled li {
    margin-bottom: 10px
}

.site-footer .list-unstyled li a {
    font-size: clamp(16px, 2.4vw, 24px)
}

.site-footer .footer-menu {
    border-left: 2px solid #fff;
    padding-left: 40px
}

.site-footer .copy-right {
    text-align: center;
    color: #fff;
    font-size: 21px;
    padding: 30px
}

.site-footer_farm_image {
    position: absolute;
    bottom: -22%;
    right: -1%;
    opacity: .07
}

.footer-widget__column.margin_left_30 {
    margin-left: 30px
}

.footer-widget__about {
    padding-right: 70px
}

.footer-widget__title {
    position: relative;
    display: block;
    margin-bottom: 20px
}

.footer-widget__title h3 {
    color: #c00000;
    font-size: clamp(26px, 3.6vw, 36px);
    margin: 0;
    font-weight: 700;
    text-transform: uppercase
}

.footer-widget_about_text p {
    color: #c5c9c4;
    font-size: 16px;
    margin: 0
}

.footer_input-box {
    position: relative;
    display: block;
    margin-top: 29px
}

.footer_input-box input {
    height: 70px;
    width: 100%;
    background: #394336;
    border: none;
    padding: 0 30px;
    border-radius: 5px
}

.footer-widget__links-list li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.footer-widget__links-list li a:hover {
    padding-left: 15px;
    color: #fff
}

.footer-widget__contact {
    border-left: 2px solid #fff;
    padding-left: 40px;
    height: 100%
}

.footer-widget__contact p {
    color: #fff;
    font-size: clamp(16px, 2.4vw, 24px);
    margin: 0;
    margin-bottom: 14px
}

.site-footer__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 19px
}

.site-footer__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 55px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.site-footer__social a:hover {
    opacity: .6
}

.site-footer__social a .fa-line {
    color: #309334;
    position: relative;
    z-index: 3
}

.site-footer__social a .fa-line::after {
    content: "";
    width: 46px;
    height: 45px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 1px;
    z-index: -1
}

.site-footer__social a i {
    margin-right: 10px
}

.site-footer_bottom_copyright p {
    color: #fff;
    font-size: 16px;
    margin: 0
}

.site-footer_bottom_copyright a {
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.site-footer_bottom_copyright a:hover {
    color: var(--thm-base)
}

.site-footer_bottom_menu ul {
    margin: 0
}

.site-footer_bottom_menu ul li {
    display: inline-block;
    margin-right: 20px
}

.site-footer_bottom_menu ul li:last-child {
    margin-right: 0
}

.site-footer_bottom_menu ul li a {
    color: #c5c9c4;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.site-footer_bottom_menu ul li a:hover {
    color: var(--thm-base)
}

.site-footer.site-footer_two {
    background: none
}

.site-footer_farm_image.site-footer_two_img {
    opacity: 1
}

.site-footer.site-footer_two .footer-widget__title h3 {
    color: var(--thm-black)
}

.site-footer.site-footer_two .footer-widget_about_text p {
    color: #333
}

.site-footer.site-footer_two .footer_input-box input[type=Email] {
    background: #f5f0e9
}

.site-footer.site-footer_two .footer_input-box .button {
    background: #f5f0e9
}

.site-footer.site-footer_two .footer_input-box .button i {
    color: var(--thm-primary)
}

.site-footer.site-footer_two .footer_input-box input[type=email]:focus {
    outline: none
}

.site-footer.site-footer_two .footer_input-box input[type=email]::-webkit-input-placeholder {
    color: #333
}

.site-footer.site-footer_two .footer_input-box input[type=email]:-moz-placeholder {
    color: #333
}

.site-footer.site-footer_two .footer_input-box input[type=email]::-moz-placeholder {
    color: #333
}

.site-footer.site-footer_two .footer_input-box input[type=email]:-ms-input-placeholder {
    color: #333
}

.footer-widget__links-list.type2 li a {
    color: #333
}

.site-footer.site-footer_two .footer-widget__news_text a {
    color: #333
}

.site-footer.site-footer_two .footer-widget__news_date_box p {
    color: var(--thm-primary)
}

.site-footer.site-footer_two .footer-widget_contact p {
    color: #333
}

.site-footer.site-footer_two .footer-widget_contact a {
    color: var(--thm-primary)
}

.site-footer.site-footer_two .footer-widget_contact a:hover {
    color: var(--thm-base)
}

.site-footer.site-footer_two .site-footer__social a {
    background: var(--thm-black);
    color: #fff
}

.site-footer.site-footer_two .site-footer__social a:hover {
    color: #fff;
    background: var(--thm-primary)
}

.site-footer_bottom.site-footer-bottom-two {
    background: #f5f0e9
}

.site-footer_bottom.site-footer-bottom-two .site-footer_bottom_copyright p {
    color: #333
}

.site-footer_bottom.site-footer-bottom-two .site-footer_bottom_copyright a {
    color: #333
}

.site-footer_bottom.site-footer-bottom-two .site-footer_bottom_menu ul li a {
    color: #333
}

.site-footer_bottom.site-footer-bottom-two .site-footer_bottom_menu ul li a:hover {
    color: var(--thm-primary)
}

.site-footer_bottom_copyright p {
    text-align: center
}

.commitment {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: clamp(30px, 3vw, 50px)
}

.commitment .block-title {
    margin-bottom: clamp(40px, 10vw, 100px);
}

.commitment .cmt-content {
    position: relative
}

.commitment .cmt-content .col-md-6 {
    padding: 0
}

.commitment .cmt-content .cmt-right {
    padding: 20px 30px
}

.commitment .cmt-content .cmt-right .cmt-eng {
    color: #c00000;
    font-size: clamp(14px, 2vw, 18px);
    margin-bottom: 5px;
}

.commitment .cmt-content .cmt-right .number {
    display: inline-block;
    color: #c00000;
    font-size: clamp(80px, 9vw, 100px);
    line-height: 100px;
    font-weight: bold;
    border-top: 4px solid #a1a1a1;
    border-bottom: 4px solid #a1a1a1;
    padding-bottom: 10px;
    padding-top: 10px;
}

.commitment .cmt-content .cmt-right h4 {
    color: #000;
    font-size: clamp(23px, 3vw, 45px);
    line-height: clamp(30px, 4vw, 55px);
    margin-bottom: clamp(5px, 1vw, 20px);
}

.commitment .cmt-content .cmt-right .cmt-text {
    font-weight: 400;
    line-height: clamp(25px, 3vw, 30px);
    text-align: justify;
    font-size: clamp(18px, 2.5vw, 22px);;
}

.commitment .cmt-content .text-end {
    color: #c00000;
    text-align: center !important;
    font-weight: bold !important;
    font-size: clamp(18px, 2.4vw, 24px);
    margin-top: 20px
}

@media(max-width: 1199px){
    .commitment .cmt-content .cmt-right {
        padding: 0px 15px;
    }
}

@media(min-width: 768px) {
    .commitment .cmt-content::before {
        content: "";
        width: 30px;
        height: 30px;
        background: #c00000;
        border-radius: 50%;
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%)
    }

    .commitment .cmt-content:after {
        content: "";
        width: 3px;
        height: 100%;
        background: #c00000;
        position: absolute;
        top: -55px;
        left: 50%;
        transform: translateX(-50%)
    }

    .commitment .cmt-content .text-end {
        br{
            display: none;
        }
    }
}

@media(max-width: 430px) {
    .commitment .cmt-content .cmt-right {
        padding: 30px 15px
    }
    .commitment .cmt-content .cmt-right h4 {
        font-size: clamp(30px, 3vw, 45px);
        line-height: clamp(45px, 3vw, 55px);
    }

    
}

@media(min-width: 768px) {
    
}

.google-reviews {
    background: #000;
    padding: clamp(60px, 10vw, 100px) 0;
    margin-top: clamp(60px, 10vw, 100px)
}

.google-reviews .text-reviews {
    font-size: clamp(18px, 2.4vw, 24px);
    font-weight: bold;
    margin-top: 20px;
    color: #dedede;
}
.google-reviews h3{
    color: #fff;
}

.google-reviews .checked {
    color: orange
}

.google-reviews .show-reviews .reviews-title {
    text-align: center;
    color: #eea135;
    font-size: clamp(24px, 3.2vw, 32px);
    margin-bottom: 30px
}

.google-reviews .show-reviews .rv-content {
    padding: 20px;
    background: #fff;
    height: 450px;
}

.google-logo{
    margin-bottom: 0px;
    margin-top: auto;
}

@media(max-width: 1400px){
    .google-reviews .show-reviews .rv-content {
        height: 500px;
    }
}

@media(max-width: 992px){
    .google-reviews .show-reviews .rv-content {
        height: 430px;
    }
}

@media(max-width: 767px){
    .google-reviews .show-reviews .rv-content {
        height: 380px;
    }
}

@media(max-width: 430px){
    .google-reviews .show-reviews .rv-content {
        height: 400px;
    }
}

@media(max-width: 340px){
    .google-reviews .show-reviews .rv-content {
        height: 450px;
    }
}

.google-reviews .show-reviews .rv-content .rv-title {
    margin-bottom: 20px
}

.google-reviews .show-reviews .rv-content .mb-0{
    text-align: justify;
    line-height: clamp(25px, 3vw, 30px);
}

.google-reviews .customer-voice {
    margin-top: clamp(60px, 10vw, 100px)
}

.google-reviews .customer-voice .satisfaction {
    padding-left: 50px
}

.google-reviews .customer-voice .satisfaction .cust-name {
    font-size: clamp(24px, 4vw, 60px);
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.google-reviews .customer-voice .satisfaction .prd-name {
    font-size: clamp(21px, 3vw, 36px);
    color: #fff;
    background: #c00000;
    padding: 5px 10px;
    text-align: center;
    margin-top: 30px
}

.google-reviews .customer-voice .satisfaction .voice {
    margin-top: 20px;
    font-weight: 400;
    font-size: clamp(21px, 2vw, 32px);
    line-height: clamp(28px, 3vw, 45px);
    color: #fff;
    text-align: center;
}

.google-reviews .customer-voice .satisfaction .star-view {
    margin-top: 50px;
    color: #eea135;
}

.google-reviews .customer-voice .satisfaction .star-view .star {
    margin-top: 10px
}

.google-reviews .customer-voice .satisfaction .star-view .star span {
    font-size: clamp(26px, 5vw, 50px)
}

.google-reviews .customer-voice .satisfaction .star-view strong {
    font-size: clamp(25px, 4vw, 40px)
}

.google-reviews .customer-voice .text-box {
    margin-top: 50px
}

.google-reviews .customer-voice .text-box h4 {
    font-size: clamp(20px, 3vw, 36px);
    text-align: center;
    border-bottom: 2px solid #d3d3d3;
    padding-bottom: 20px;
    margin: 0 30px 20px;
    color: #fff;
}

.google-reviews .customer-voice .text-box .text-24 {
    color: #dedede;
    text-align: justify;
}

@media(max-width: 1399px) {
    .google-reviews .customer-voice .satisfaction {
        padding-left: 15px
    }
}

@media(max-width: 991px) {
    .google-reviews .customer-voice .satisfaction {
        margin-top: 30px
    }

    .google-reviews .customer-voice .satisfaction .voice {
        font-size: clamp(24px, 3vw, 36px)
    }
}

@media(max-width: 767px) {
    .google-reviews .customer-voice .text-box h4 {
        margin: 0 0 20px
    }
}

.interview-video {
    background: url(../images/resources/bg-video.jpeg) no-repeat;
    padding: clamp(60px, 10vw, 100px) 0;
    background-position: center bottom
}

.interview-video .line-left .line-right {
    position: relative
}

.interview-video .video {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    padding: clamp(10px, 6vw, 60px);
    position: relative
}

.interview-video .video .line-left {
    position: absolute;
    top: 0;
    left: 0
}

.interview-video .video .line-left::before {
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff
}

.interview-video .video .line-left::after {
    content: "";
    width: 2px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff
}

.interview-video .video .line-right {
    position: absolute;
    right: 0;
    bottom: 0
}

.interview-video .video .line-right::before {
    content: "";
    width: 2px;
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #979696
}

.interview-video .video .line-right::after {
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #979696
}

.producer {
    position: relative;
    padding: clamp(60px, 10vw, 100px) 0;
}

.producer .producer-content .producer-name {
    font-size: clamp(32px, 3vw, 50px);
    display: flex;
    align-items: end
}

.producer .producer-content .producer-name span {
    font-size: clamp(18px, 2vw, 30px);
    color: #989898;
    padding-left: 10px
}

.producer .producer-content .text {
    margin-top: 20px;
    line-height: clamp(20px, 3vw, 35px);
    text-align: justify;
}

.producer .producer-content .btn-buy {
    background-color: #c00000;
}

@media(max-width: 767px) {
    .producer{
        padding-bottom: 0px;
    }

    .producer .producer-content {
        margin-top: 30px
    }
}

.company {
    margin-top: 20px;
}

.company .container {
    background: rgba(255, 255, 255, .6901960784);
    border: 2px solid #d1d1d1;
    padding: 80px 60px;
    position: relative;
    margin-top: -160px
}

.company .container h3 {
    font-size: clamp(24px, 3vw, 45px)
}

.company .container h4 {
    font-size: clamp(20px, 3vw, 50px);
    line-height: clamp(45px, 5vw, 65px);
    font-weight: bold;
    margin-top: 60px;
    color: #c00000;
}

.company .container .text-24 {
    line-height: clamp(25px, 3vw, 35px);
    text-align: justify;
    padding-bottom: 10px;
}

.company .container .text-box {
    padding-left: clamp(15px, 4vw, 40px)
}

@media(max-width: 1100px) {
    .company .container {
        padding: 60px 30px
    }

    .company .container .text-box {
        padding-left: 15px
    }
}

@media(min-width: 767px) {
    .company .table .tb-line .td-2{
        br{
            display: none;
        }
    }
}

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

    .company .container {
        padding: 30px 15px 0;
        margin-top: -80px
    }

    .company .container .text-box {
        text-align: justify
    }

    .company .container h4 {
        margin-top: 30px;
        font-size: clamp(27px, 5vw, 60px);
    }
}

@media(max-width: 580px) {
    .company .container {
        margin-top: 0;
        border: none
    }
}

.accreditation {
    margin-top: clamp(60px, 10vw, 100px)
}

.accreditation .acc-title {
    font-size: clamp(24px, 4vw, 40px);
    margin-bottom: 20px
}

.accreditation .text-24 {
    line-height: clamp(35px, 4vw, 46px);
    letter-spacing: 1px
}

.accreditation .text-32 {
    font-size: clamp(18px, 3vw, 32px);
    line-height: clamp(25px, 3vw, 35px)
}

.accreditation .eng-top {
    color: var(--thm-color-en);
    position: relative
}

.accreditation .eng-top p {
    background-color: #fff;
    padding-right: 20px;
    display: inline-block;
    position: relative;
    z-index: 3
}

.accreditation .eng-top::after {
    content: "";
    width: 68%;
    height: 3px;
    background: var(--thm-color-en);
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 0
}

.accreditation .eng-bottom {
    color: var(--thm-color-en);
    position: relative;
    text-align: right;
    margin-top: 30px
}

.accreditation .eng-bottom p {
    background-color: #fff;
    padding-left: 20px;
    display: inline-block;
    position: relative;
    z-index: 3
}

.accreditation .eng-bottom::after {
    content: "";
    width: 68%;
    height: 3px;
    background: var(--thm-color-en);
    position: absolute;
    left: 0;
    top: 20px
}

.featured-products {
    margin-top: clamp(60px, 10vw, 100px);
    background: #000;
    padding: clamp(60px, 10vw, 100px) 0
}

.featured-products .container {
    background: #fff;
    padding: 60px;
}

.featured-products .container .featured-type {
    font-weight: bold;
    color: var(--thm-color-en);
}

.featured-products .container .title-sub {
    font-size: clamp(24px, 3vw, 40px)
}

.featured-products .container .text-32 {
    color: #a18787;
}

.featured-products .container .text-24{
    text-align: justify;
}

.featured-products .col-md-6{
    align-content: center;
}



.featured-products h3 {
color: #fff;
}

.featured-products .container h4 {
    font-size: clamp(50px, 6vw, 80px);
    margin-bottom: 30px;
    color: #c00000;
}


.featured-products .container .point-box{
    background: #fff;
    padding: 1px 0 30px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.featured-products .container .point {
    border: 2px solid #d8d8d8;
    padding: 60px;
    margin: 80px 60px 30px;
    display: flex;
    justify-content: center;
    position: relative
}



.featured-products .container .point .point-title {
    width: clamp(270px, 35vw, 350px);
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(31px, 4vw, 46px);
    text-align: center;
    background: #fff;
    padding-left: clamp(18px, 2vw, 25px);
    padding-right: clamp(18px, 2vw, 25px);
    padding-top: 30px;
    font-weight: bold
}


.featured-products .container .point ul {
    padding: 0
}

.featured-products .container .point ul li {
    align-items: center;
    line-height: clamp(20px, 3vw, 40px);
}

.featured-products .container .point ul li .fa-circle {
    color: #c00000;
    padding-right: 30px;
    font-size: 18px
}

.featured-products .container .button-block .btn-buy {
    width: auto;
    padding: 0 20px;
    background-color: #c00000;
    font-size: clamp(16px, 2.1vw, 21px)
}
@media(max-width: 1200px) {
    .featured-products .col-md-6{
        align-content:baseline;
    }
}

@media(max-width: 991px) {
    .featured-products .container {
        padding: 30px
    }

    .featured-products .container .point {
        margin: 60px 30px 30px;
        padding: 50px 30px 30px
    }

   
}

@media(max-width: 767px) {
    .featured-products .container .point {
        margin: 60px 20px 0
    }

    .featured-products .container .point ul li {
        align-items: start;
    }

    .featured-products .container .point ul li .fa-circle {
        padding-top: 10px
    }

    .featured-products .container .text-24 {
        margin-top: 20px;
    }
}

@media(min-width: 530px) {
    .featured-products{
        br{
            display: none;
        }
    }
    .point-box .point .text-24{
        br{
            display: none;
        }
    }
}

@media(max-width: 530px) {
    
    .featured-products .container {
        padding: 30px 15px
    }

    .featured-products .container .point {
        padding: 30px 15px 15px
    }

    .featured-products .container .point ul li .fa-circle {
        padding-right: 15px
    }

    .featured-products .container .point-box{
        margin-top: 20px;
    }
}




.instagram {
    padding-top: clamp(60px, 10vw, 100px)
}

.instagram .btn-instagram {
    text-align: center;
    margin-top: 30px
}

.instagram .btn-instagram a {
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    position: relative;
    padding: 20px 100px 20px 20px;
    text-align: left
}

.instagram .btn-instagram a img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

.instagram .btn-instagram a:hover {
    color: #c00000
}

@media(max-width: 440px){

    .instagram .btn-instagram a img{
        height: 40px;
    }
    .instagram .btn-instagram a{
        padding-right: 70px;
    }
    .instagram .btn-instagram .text-24{
        font-size: 14px;
        line-height: 16px;
    }
}


.service_two.service_five {
    border-bottom: none;
    padding-bottom: 120px
}

.page-header {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    overflow: hidden;
    padding: 105px 0 0px;
    background-size: cover
}

.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: .3
}

.page-header .container {
    position: relative;
    text-align: center
}

.page-header h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 56px
}

.thm-breadcrumb {
    display: -webkit-box;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap
}

.thm-breadcrumb li a.shop_style {
    color: #fff;
    background: var(--thm-primary);
    border-top-left-radius: 0
}

.thm-breadcrumb li a,
.thm-breadcrumb li span {
    font-size: 12px;
    color: var(--thm-black);
    background: #fff;
    display: inline-block;
    padding: 8px 40px;
    border-top-left-radius: 5px;
    text-transform: uppercase;
    letter-spacing: .2em
}

.thm-breadcrumb li span {
    background: var(--thm-black);
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 0
}

.service_detail {
    position: relative;
    display: block;
    padding: 120px 0 120px
}

.service_all_list {
    overflow: hidden;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 30px
}

.service_all_list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--thm-black);
    padding-left: 50px;
    line-height: 79px;
    background: #f5f0e9;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.service_all_list li.active a {
    color: var(--thm-primary);
    background: #fff
}

.service_all_list li a:hover {
    color: var(--thm-primary);
    background: #fff
}

.need_help_box {
    border-radius: 5px;
    position: relative;
    display: block;
    padding: 44px 50px;
    background: var(--thm-primary)
}

.need_help_box h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding-bottom: 35px
}

.need_help_box p {
    font-size: 16px;
    color: #fff;
    margin: 0
}

.need_help_box h3 {
    color: var(--thm-base);
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding-top: 33px
}

.need_help_box span {
    margin-right: 20px
}

.download_file_box {
    border-radius: 5px;
    background: var(--thm-base);
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding: 30px 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.download_file_box a {
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center
}

.download_file_box:hover {
    background: var(--thm-primary);
    color: #fff
}

.download_file_box:hover a {
    color: #fff
}

.download_file_box:hover i {
    color: #fff
}

.download_file_box i {
    color: var(--thm-black);
    font-size: 40px;
    margin-right: 20px
}

.service_details_One_img {
    margin-bottom: 45px
}

.service_details_One_img img {
    width: 100%;
    border-radius: 5px
}

.harvest_innovations {
    margin-bottom: 49px
}

.harvest_innovations h2 {
    font-size: 70px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    margin-bottom: 33px;
    text-transform: uppercase
}

.harvest_innovations_bottom_text {
    padding-top: 11px
}

.service_details_single_img_box {
    margin-bottom: 52px
}

.service_details_single_img_box img {
    width: 100%;
    border-radius: 5px
}

.agriculture_solutions h3 {
    font-size: 40px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    margin-bottom: 44px;
    text-transform: uppercase
}

.agriculture_solutions p {
    margin: 0
}

.service_details_right ul {
    margin: 0;
    padding-top: 28px;
    padding-bottom: 29px
}

.service_details_right ul li {
    font-size: 16px;
    color: var(--thm-black);
    font-weight: 600;
    line-height: 41px
}

.service_details_right ul i {
    color: var(--thm-primary);
    font-size: 12px;
    margin-right: 10px
}

.service_details_last_text {
    margin: 0;
    margin-bottom: 49px
}

.recent-project.our_projects {
    padding-bottom: 120px
}

.recent_project_single.mrb-30 {
    margin-bottom: 30px
}

.our_projects_btn {
    margin-top: 30px;
    text-align: center
}

.project_detail {
    position: relative;
    display: block;
    padding: 120px 0 93px
}

.project_detail_image {
    margin-bottom: 45px
}

.project_detail_image img {
    width: 100%;
    border-radius: 5px
}

.harvest_innovations_detail h2 {
    font-size: 70px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    margin-bottom: 33px;
    text-transform: uppercase
}

.harvest_innovations_detail_bottom_text {
    padding-top: 11px;
    padding-bottom: 18px
}

.project_challenges {
    border-bottom: 1px solid #f5f0e9;
    margin-bottom: 49px;
    padding-bottom: 48px
}

.project_challenges h2 {
    font-size: 70px;
    color: var(--thm-black);
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 65px
}

.project_challenges_box {
    margin: 0
}

.project_challenges_box li {
    position: relative;
    display: block;
    padding-left: 95px;
    padding-bottom: 69px
}

.project_challenges_box li:last-child {
    padding-bottom: 0
}

.project_challenges_icon {
    position: absolute;
    top: 0;
    left: 0
}

.project_challenges_icon span {
    color: var(--thm-primary);
    font-size: 60px
}

.project_challenges_content h4 {
    color: var(--thm-black);
    font-size: 24px;
    margin: 0;
    padding-bottom: 38px;
    font-family: var(--thm-font)
}

.project_challenges_content p {
    margin: 0
}

.project_information_box {
    border-radius: 5px;
    position: relative;
    display: block;
    background: #f5f0e9;
    padding: 54px 60px 40px
}

.project_information_box h3 {
    font-size: 26px;
    color: var(--thm-black);
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 23px
}

.project_information_list {
    margin: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
    margin-bottom: 40px
}

.project_information_list li {
    color: var(--thm-black);
    padding-bottom: 17px
}

.project_information_list span {
    color: #333
}

.project_information_list li:last-child {
    color: var(--thm-primary);
    padding-bottom: 0
}

.project_information__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.project_information__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 45px;
    height: 45px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.project_information__social a+a {
    margin-left: 10px
}

.project_information__social a:hover {
    color: #fff;
    background-color: var(--thm-primary)
}

.recent-project.recent_project_detail {
    position: relative;
    display: block;
    background: #f5f0e9
}

.recent-project.recent_project_detail:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 120px;
    width: 100%;
    content: "";
    background: var(--thm-primary)
}

.brand-one.brand_project_detail {
    background: var(--thm-primary);
    border-bottom: none;
    padding: 116px 0 116px
}

.blog-one.news {
    padding-bottom: 90px
}

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

.news_detail {
    position: relative;
    display: block;
    padding: 120px 0 120px
}

.news_detail_left {
    position: relative;
    display: block
}

.news_detail_image_box {
    position: relative;
    display: block
}

.news_detail_image_box img {
    width: 100%;
    border-radius: 5px
}

.news_detail_date_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 42px;
    width: 113px;
    background: var(--thm-base);
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    right: 0;
    margin: 0 auto
}

.news_detail_date_box p {
    margin: 0;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 600;
    line-height: 42px
}

.news_detail__meta {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 20px
}

.news_detail__meta li+li {
    margin-left: 25px
}

.news_detail__meta li a {
    color: var(--thm-primary);
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.news_detail__meta li a:hover {
    color: var(--thm-base)
}

.news_detail__meta li i {
    color: #66945d;
    font-size: 15px;
    margin-right: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.news_detail__meta li a:hover i {
    color: var(--thm-base)
}

.news_detail_content {
    border-bottom: 1px solid #f6f1ea;
    padding-bottom: 50px
}

.news_detail_content h2 {
    text-transform: unset;
    color: var(--thm-black);
    font-size: 34px;
    font-weight: 600;
    margin: 0;
    font-family: var(--thm-font);
    line-height: 33px;
    margin-bottom: 35px
}

.news_detail_two_text {
    padding-top: 16px;
    padding-bottom: 16px
}

.news_detail__bottom {
    margin-top: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap
}

.news_detail__bottom p {
    margin: 0;
    padding-bottom: 6px
}

.news_detail__tags span {
    color: var(--thm-black);
    font-size: 30px;
    margin: 0;
    font-family: var(--heading-font)
}

.news_detail__tags a {
    color: #333
}

.news_detail__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.news_detail__social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 45px;
    height: 45px;
    background-color: #f5f0e9;
    color: #333;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.news_detail__social-list a+a {
    margin-left: 10px
}

.news_detail__social-list a:hover {
    color: #fff;
    background-color: var(--thm-primary)
}

.author-one {
    background-color: #f5f0e9;
    padding: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 60px
}

.author-one__content {
    margin-left: 40px
}

.author-one__content h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase
}

.author-one__content p {
    margin: 0;
    margin-top: 16px
}

.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 48px;
    margin-top: -10px;
    text-transform: uppercase
}

.comment-one__single {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #f5f0e9;
    padding-bottom: 50px;
    margin-bottom: 60px
}

.comment-one__content {
    position: relative;
    margin-left: 32px
}

.comment-one__content h3 {
    margin: 0;
    font-size: 26px;
    color: var(--thm-black);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px
}

.comment-one__content p {
    margin: 0
}

.comment-one__btn {
    font-size: 14px;
    color: var(--thm-black);
    line-height: 40px;
    padding: 0 20px;
    margin-top: 24px
}

.comment-one__image img {
    border-radius: 50%
}

.comment_input_box input[type=text] {
    height: 80px;
    width: 100%;
    border: none;
    background: #f5f0e9;
    padding: 0 40px;
    margin-bottom: 20px;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    color: #333
}

.comment_input_box textarea {
    font-size: 16px;
    color: #333;
    height: 170px;
    width: 100%;
    background: #f5f0e9;
    padding: 30px 40px 30px;
    border: none;
    border-radius: 10px;
    outline: none;
    margin-bottom: 10px
}

@media(max-width: 991px) {
    .sidebar {
        margin-top: 50px
    }
}

.sidebar__single {
    border-radius: 5px
}

.sidebar__single+.sidebar__single {
    margin-top: 30px
}

.sidebar__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 23px
}

.sidebar__search {
    background-color: var(--thm-base);
    border-radius: 5px
}

.sidebar__search-form {
    position: relative
}

.sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 100px
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--thm-black);
    opacity: 1
}

.sidebar__search-form ::-moz-placeholder {
    color: var(--thm-black);
    opacity: 1
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-black);
    opacity: 1
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-black);
    opacity: 1
}

.sidebar__search-form ::placeholder {
    color: var(--thm-black);
    opacity: 1
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-black)
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-black)
}

.sidebar__search-form button[type=submit] {
    background-color: rgba(0, 0, 0, 0);
    color: var(--thm-black);
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    outline: none;
    border: none
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 44px 50px 50px;
    background: #f5f0e9
}

.sidebar__post-list {
    margin: 0
}

.sidebar__post-list li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.sidebar__post-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.sidebar__post-image {
    margin-right: 20px
}

.sidebar__post-image>img {
    width: 80px
}

.sidebar__post-content h3 {
    color: var(--thm-black);
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    font-family: var(--thm-font);
    line-height: 26px
}

.sidebar__post-content .sidebar__post-content_meta {
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--thm-primary);
    font-size: 12px;
    display: block
}

.sidebar__post-content .sidebar__post-content_meta i {
    margin-right: 4px
}

.sidebar__post-content h3 {
    text-transform: unset
}

.sidebar__post-content h3 a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.sidebar__post-content h3 a:hover {
    color: var(--thm-base)
}

.sidebar__category {
    position: relative;
    display: block;
    background: #f5f0e9;
    padding: 44px 50px 40px
}

.sidebar__category-list {
    margin: 0;
    margin-top: -11px
}

.sidebar__category-list li+li {
    margin-top: 15px
}

.sidebar__category-list li a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.sidebar__category-list li a:hover {
    padding-left: 15px;
    color: var(--thm-primary)
}

.sidebar__category-list li a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--thm-black);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.sidebar__category-list li a:hover::before {
    opacity: 1
}

.sidebar__tags {
    position: relative;
    display: block;
    background: #f5f0e9;
    padding: 44px 50px 40px
}

.sidebar__tags-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -10px
}

.sidebar__tags-list a {
    font-size: 14px;
    color: #9ca3a9;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: -webkit-box;
    margin-right: 5px
}

.sidebar__tags-list a:hover {
    color: var(--thm-primary)
}

.location {
    position: relative;
    display: block;
    padding: 120px 0 120px
}

.location_single {
    position: relative;
    display: block;
    padding: 44px 50px 39px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.location_single:hover {
    background: #f5f0e9
}

.location_single h2 {
    font-size: 30px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    margin-bottom: 16px;
    text-transform: uppercase
}

.location_single p {
    color: #7c7c82;
    margin: 0
}

.location_single a {
    color: #7c7c82;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.location_single a:hover {
    color: var(--thm-primary)
}

.contact-one__form__wrap {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    margin-right: -20px;
    z-index: 1
}

.contact-one__form__wrap:before {
    border-top-right-radius: 5px;
    position: absolute;
    content: "";
    top: 0;
    left: -10000px;
    bottom: 0;
    right: 0;
    background: var(--thm-primary);
    z-index: -1
}

.contact-one__form__wrap .block-title {
    margin-bottom: 55px
}

.contact-one__form__wrap .block-title p {
    color: #fff
}

.contact-one__form__wrap .block-title h3 {
    color: #fff
}

.contact-one__form {
    margin-right: 114px
}

.contact-one__form .row.low-gutters {
    margin-left: -5px;
    margin-right: -5px
}

.contact-one__form .row.low-gutters>[class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.contact-one__form .input-group {
    margin-bottom: 20px
}

.input-group.contact__btn {
    margin-bottom: 0
}

.contact-one__form .input-group input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]),
.contact-one__form .input-group textarea {
    width: 100%;
    height: 80px;
    display: block;
    border: none;
    outline: none;
    background-color: #eceeef;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding-left: 30px;
    border-radius: 5px
}

.contact-one__form .input-group textarea {
    height: 170px;
    padding-top: 20px
}

.contact-one__btn:hover {
    background: var(--thm-black)
}

.contact-one__form .input-group ::-webkit-input-placeholder {
    color: #333;
    opacity: 1
}

.contact-one__form .input-group ::-moz-placeholder {
    color: #333;
    opacity: 1
}

.contact-one__form .input-group :-ms-input-placeholder {
    color: #333;
    opacity: 1
}

.contact-one__form .input-group ::-ms-input-placeholder {
    color: #333;
    opacity: 1
}

.contact-one__form .input-group ::placeholder {
    color: #333;
    opacity: 1
}

.contact-one__form .input-group :-ms-input-placeholder {
    color: #333
}

.contact-one__form .input-group ::-ms-input-placeholder {
    color: #333
}

.have_questions {
    position: relative;
    display: block;
    text-align: center;
    margin-left: 110px
}

.have_questions .image_box {
    margin-bottom: 50px
}

.have_questions .image_box img {
    width: 100%;
    border-radius: 5px
}

.have_questions .block-title {
    margin-bottom: 23px
}

.have_questions_btn {
    margin-top: 42px
}

.have_questions_btn .thm-btn {
    font-size: 16px;
    padding: 13px 40px
}

.product {
    position: relative;
    display: block;
    padding: 120px 0 90px
}

.sidebar-search-box {
    position: relative;
    display: block;
    margin-bottom: 0px
}

.single-sidebar {
    position: relative;
    overflow: hidden
}

.single-sidebar .title h3 {
    color: var(--thm-black);
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase
}

.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%
}

.sidebar-search-box .search-form input[type=text] {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    border-radius: 5px;
    background: var(--thm-base);
    color: var(--thm-black);
    border: none;
    outline: none;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 500ms ease 0s
}

.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 9px;
    width: 60px;
    height: 80px;
    color: var(--thm-black);
    background: var(--thm-base);
    display: block;
    text-align: center;
    border: 0;
    transition: all 500ms ease 0s;
    line-height: 80px
}

.sidebar-search-box .search-form button i {
    font-size: 22px
}

.sidebar-search-box .search-form input[type=text]:focus {
    color: #000;
    border-color: #337ce8
}

.sidebar-search-box .search-form input[type=text]:focus+button,
.sidebar-search-box .search-form button:hover {
    outline: none
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: var(--thm-black)
}

.sidebar-search-box .search-form input:-moz-placeholder {
    color: var(--thm-black)
}

.sidebar-search-box .search-form input::-moz-placeholder {
    color: var(--thm-black)
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: var(--thm-black)
}

.price_sidebar {
    position: relative;
    overflow: hidden;
    padding: 34px 30px 26px;
    margin: 30px 0 30px;
    border: 1px solid #f5f0e9;
    border-radius: 5px
}

.price_sidebar h3 {
    font-size: 26px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 20px
}

.price_sidebar.price-ranger {
    margin-top: 7px;
    margin-bottom: 0px
}

.price_sidebar .price-ranger .ui-widget-content {
    background: #eaeceb;
    border: none;
    height: 4px
}

.price_sidebar .price-ranger .ui-slider-handle {
    position: absolute;
    top: -7px;
    background: #fff;
    border: 2px solid var(--thm-primary);
    height: 18px;
    width: 4px !important;
    border-radius: 0%;
    margin-left: -4px;
    outline: medium none;
    cursor: pointer;
    z-index: 2
}

.price_sidebar .price-ranger .ui-slider .ui-slider-range {
    background: var(--thm-primary)
}

.price_sidebar .price-ranger #slider-range {
    margin-left: 4px;
    margin-right: 6px;
    margin-top: 0
}

.price_sidebar .price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin-top: 10px
}

.price_sidebar .price-ranger .ranger-min-max-block input {
    display: inline-block
}

.price_sidebar .price-ranger .ranger-min-max-block input[type=submit] {
    position: relative;
    display: inline-block;
    background: var(--thm-base);
    float: right;
    text-align: center;
    width: 70px;
    border: none;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    border-radius: 5px;
    text-transform: capitalize;
    cursor: pointer
}

.price_sidebar .price-ranger .ranger-min-max-block input[type=text] {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 14px;
    width: 40px;
    line-height: 40px;
    border: none;
    padding: 0;
    text-align: center
}

.price_sidebar .price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: #25283a;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px
}

.single-sidebar .categories-box {
    position: relative;
    display: block;
    border: 1px solid #f5f0e9;
    border-radius: 5px;
    padding: 35px 30px 9px
}

.single-sidebar .categories-box p {
    margin: -9px 0 6px
}

.single-sidebar .categories {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    margin-top: 7px
}

.single-sidebar .categories li {
    position: relative;
    display: block;
    line-height: 50px
}

.single-sidebar .categories li a {
    color: #333;
    font-size: 16px;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.single-sidebar .categories li:hover a {
    color: var(--thm-primary)
}

.single-sidebar .top_sellers {
    position: relative;
    display: block;
    border: 1px solid #f5f0e9;
    border-radius: 5px;
    padding: 34px 0 0;
    margin-top: 30px
}

.single-sidebar .top_sellers .title {
    padding-left: 30px;
    margin-bottom: 25px
}

.single-sidebar .top-products {
    position: relative;
    display: block;
    padding: 0;
    margin: 0
}

.single-sidebar .top-products li {
    position: relative;
    display: block;
    padding: 0 30px 22px;
    border-bottom: 1px solid #f5f0e9;
    margin-bottom: 30px
}

.single-sidebar .top-products li .product_item {
    overflow: hidden;
    position: relative;
    display: block;
    padding-left: 71px
}

.single-sidebar .top-products li:last-child {
    margin-bottom: 0
}

.single-sidebar .top-products li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 10px
}

.single-sidebar .top-products li .img-box img {
    width: 100%
}

.single-sidebar .top-products li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(91, 140, 81, .5);
    border-radius: 10px;
    transform: translate3d(0px, -71px, 0px);
    transform-origin: top;
    transition: all .5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2
}

.single-sidebar .top-products li:hover .img-box .overlay-content {
    transform: translate3d(0px, 0px, 0px)
}

.single-sidebar .top-products li .img-box .overlay-content a {
    color: #fff;
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: .1s
}

.single-sidebar .top-products li .title-box {
    position: relative;
    display: block;
    padding-top: 5px;
    padding-left: 20px;
    min-height: 75px
}

.single-sidebar .top-products li .title-box h4 {
    font-size: 16px;
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-weight: 600
}

.single-sidebar .top-products li .title-box h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: .1s
}

.single-sidebar .top-products li .title-box h4 a:hover {
    color: #337ce8
}

.single-sidebar .top-products li .title-box .value {
    color: var(--thm-primary);
    font-size: 14px;
    text-transform: capitalize;
    line-height: 26px
}

.showing-result-shorting {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px
}

.showing-result-shorting .left {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.showing-result-shorting .showing p {
    color: var(--thm-black);
    margin: 0
}

.showing-result-shorting .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 300px !important;
    height: 70px
}

.showing-result-shorting .bootstrap-select>.dropdown-toggle {
    max-width: 300px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border: 1px solid #f5f0e9;
    padding: 0 30px;
    outline: none;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0);
    color: #333;
    font-size: 16px
}

.all_products_single {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 26px
}

.all_product_item_image {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    display: block
}

.all_product_item_image img {
    width: 100%;
    border-radius: 5px
}

.all_product_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 0;
    z-index: 1
}

.all_product_hover:before {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(91, 140, 81, .5);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: translate3d(-100%, 0px, 0px);
    z-index: -1
}

.all_product_icon span {
    height: 70px;
    width: 70px;
    color: #ecdc5e;
    font-size: 25px;
    background: var(--thm-black);
    display: inline-block;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.all_product_icon span:hover {
    background: var(--thm-primary);
    color: #fff
}

.all_products_single h4 {
    font-size: 30px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 27px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.all_products_single h4 a {
    color: inherit;
    transition: 500ms
}

.all_products_single h4 a:hover {
    color: var(--thm-primary)
}

.all_products_single p {
    font-size: 20px;
    color: #333;
    margin: 0;
    line-height: 28px
}

.all_products_single:hover .all_product_hover:before {
    transform: translate3d(0px, 0px, 0px)
}

.all_products_single:hover .all_product_icon span {
    transform: scale(1)
}

.all_products_single:hover h4 {
    color: var(--thm-primary)
}

.product_detail {
    position: relative;
    display: block;
    padding-top: 120px
}

.product_detail_image img {
    width: 100%;
    border-radius: 5px
}

.product_detail_content {
    margin-top: -11px
}

.product_detail_content h2 {
    font-size: 50px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase
}

.product_detail_review_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f5f0e9;
    border-bottom: 1px solid #f5f0e9;
    padding: 18px 0 22px;
    margin: 21px 0 22px
}

.product_detail_price_box p {
    color: #333;
    font-size: 20px;
    margin: 0
}

.product_detail_review a {
    color: var(--thm-base);
    font-size: 16px
}

.product_detail_review a.deactive {
    color: #f5f0e9
}

.product_detail_review a+a {
    margin-left: 5px
}

.product_detail_review span {
    margin-left: 6px
}

.product_detail_address {
    margin: 0;
    padding-top: 6px
}

.product_detail_address li {
    position: relative;
    display: block;
    padding-left: 17px
}

.product_detail_address li:before {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    width: 7px;
    height: 1px;
    background: #333;
    content: ""
}

.product-quantity-box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 28px 0 28px
}

.product-quantity-box .input-group.bootstrap-touchspin {
    position: relative;
    width: 60px;
    height: 60px
}

.product-quantity-box input.quantity-spinner.form-control {
    position: relative;
    display: block;
    padding: 0;
    width: 60px;
    flex: none;
    height: 60px;
    color: #333;
    font-size: 16px;
    outline: none;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    border: 1px solid #f5f0e9
}

.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%
}

.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
    position: relative;
    display: block;
    margin-left: 0px;
    background: #fff;
    border: 1px solid #f5f0e9;
    color: #333;
    cursor: pointer;
    height: 30px;
    width: 30px;
    margin: 0;
    padding: 0
}

.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-top-right-radius: 5px;
    position: absolute;
    top: 0;
    right: -50%;
    border-left: none
}

.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-bottom-right-radius: 5px;
    position: absolute;
    bottom: 0;
    right: -50%;
    border-left: none
}

.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "-";
    color: #333;
    font-size: 30px;
    padding: 0;
    line-height: 30px
}

.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: "icomoon" !important;
    content: "";
    color: #333;
    font-size: 12px;
    padding: 0;
    line-height: 30px
}

.addto-cart-box {
    position: relative;
    display: block;
    margin-left: 40px;
    padding-right: 10px
}

.addto-cart-box button.thm-btn {
    padding: 13px 40px;
    font-size: 16px
}

.product-quantity-box .wishlist_btn {
    position: relative;
    display: block
}

.product-quantity-box .wishlist_btn .thm-btn {
    padding: 13px 40px;
    font-size: 16px;
    color: #333;
    background: #f5f0e9
}

.product-quantity-box .wishlist_btn .thm-btn:hover {
    color: #fff;
    background: var(--thm-primary)
}

.category_tag_list {
    margin: 0
}

.product_detail_share_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f5f0e9;
    border-bottom: 1px solid #f5f0e9;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 35px
}

.share_box_title h2 {
    color: var(--thm-black);
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase
}

.share_box_social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.share_box_social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 45px;
    height: 45px;
    background-color: #f5f0e9;
    color: #333;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.share_box_social a+a {
    margin-left: 10px
}

.share_box_social a:hover {
    color: #fff;
    background-color: var(--thm-primary)
}

.product-tab-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 115px
}

.product-tab-box .tab-btns {
    position: relative;
    display: block;
    z-index: 1;
    margin: 0
}

.product-tab-box .tab-btns .tab-btn {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px
}

.product-tab-box .tab-btns .tab-btn:last-child {
    margin-right: 0
}

.product-tab-box .tab-btns .tab-btn span {
    position: relative;
    display: block;
    background: #f5f0e9;
    margin: 0;
    padding: 23px 80px;
    color: #8a8d91;
    font-size: 26px;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: var(--heading-font);
    cursor: pointer
}

.product-tab-box .tab-btns .tab-btn.active-btn span,
.product-tab-box .tab-btns .tab-btn:hover span {
    color: #fff;
    background: var(--thm-primary)
}

.product-tab-box .tabs-content {
    position: relative;
    display: block;
    padding: 0
}

.product-tab-box .tabs-content .tab {
    position: relative;
    padding: 0px;
    display: none
}

.product-tab-box .tabs-content .tab.active-tab {
    display: block
}

.product-details-content {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #f5f0e9;
    padding: 48px 60px 33px
}

.product-details-content .desc-content-box {
    position: relative;
    display: block
}

.product-details-content .desc-content-box p {
    font-size: 18px;
    color: #333;
    margin: 0
}

.product-details-content .desc-content-box .desc-content-box_bottom {
    margin-top: 38px
}

.additionali_nfo {
    position: relative;
    display: block;
    border: 1px solid #f5f0e9;
    padding: 48px 60px 120px;
    margin: 0
}

.additionali_nfo li {
    font-size: 18px;
    color: #333
}

.additionali_nfo li span {
    color: var(--thm-black);
    font-size: 18px;
    margin-right: 3px
}

.product-tab-box .review-form {
    position: relative;
    display: block
}

.product-tab-box .review-form .shop-page-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 25px
}

.product-tab-box .review-form .shop-page-title h2 {
    color: #25283a;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 11px
}

.product-tab-box .review-form .shop-page-title p {
    font-weight: 500;
    margin: 0
}

.reviews-box {
    position: relative;
    display: block;
    border: 1px solid #f5f0e9;
    padding: 55px 60px 60px
}

.product_reviews_title {
    color: var(--thm-black);
    font-size: 40px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 52px;
    text-transform: uppercase
}

.product_reviews_single {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #f5f0e9;
    padding-bottom: 60px;
    margin-bottom: 60px
}

.product_reviews_image img {
    border-radius: 50%
}

.product_reviews_content {
    position: relative;
    margin-left: 30px
}

.product_reviews_content h3 {
    font-size: 26px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 17px
}

.product_reviews_content span {
    font-size: 16px;
    color: var(--thm-primary);
    font-weight: 500;
    margin-left: 12px;
    font-family: var(--thm-font)
}

.product_reviews_content p {
    margin: 0
}

.product_reviews_rating {
    position: absolute;
    top: 0;
    right: 0
}

.add_review_title {
    font-size: 40px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: -8px
}

.add_review_rating {
    margin-bottom: 19px
}

.add_review_rating a {
    color: var(--thm-base);
    font-size: 16px
}

.add_review_rating a+a {
    margin-left: 5px
}

.add_review_rating a.deactive {
    color: #f5f0e9
}

.add_review_rating span {
    font-size: 18px;
    color: #333;
    margin-right: 5px
}

.add_review_form .input-box {
    margin-bottom: 10px
}

.add_review_form .input-box textarea {
    color: #333;
    font-size: 16px;
    width: 100%;
    height: 170px;
    background: #f5f0e9;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 35px 40px
}

.add_review_form input[type=text],
.add_review_form input[type=email] {
    color: #333;
    font-size: 16px;
    width: 100%;
    height: 80px;
    background: #f5f0e9;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 0px 40px
}

.review_submit_btn {
    margin-top: 10px
}

.add_review_form input[type=text]::-webkit-input-placeholder {
    color: #333
}

.add_review_form input[type=text]:-moz-placeholder {
    color: #333
}

.add_review_form input[type=text]::-moz-placeholder {
    color: #333
}

.add_review_form input[type=text]:-ms-input-placeholder {
    color: #333
}

.add_review_form input[type=email]::-webkit-input-placeholder {
    color: #333
}

.add_review_form input[type=email]:-moz-placeholder {
    color: #333
}

.add_review_form input[type=email]::-moz-placeholder {
    color: #333
}

.add_review_form input[type=email]:-ms-input-placeholder {
    color: #333
}

.add_review_form .input-box textarea::-webkit-input-placeholder {
    color: #333
}

.add_review_form .input-box textarea:-moz-placeholder {
    color: #333
}

.add_review_form .input-box textarea::-moz-placeholder {
    color: #333
}

.add_review_form .input-box textarea:-ms-input-placeholder {
    color: #333
}

.all_products_two {
    position: relative;
    display: block;
    padding: 120px 0 90px
}

.all_products_two .block-title {
    margin-bottom: 55px
}

.cart {
    position: relative;
    display: block;
    padding: 81px 0 120px
}

.cart_table_box {
    position: relative;
    width: 100%;
    overflow-x: auto
}

.cart_table {
    min-width: 1024px;
    width: 100%
}

.cart_table_head {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f5f0e9
}

.cart_table_head tr th {
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 160px;
    padding: 34px 0px;
    border: 0px solid #ededed;
    font-family: var(--heading-font)
}

.cart_table tbody tr {
    border-bottom: 1px solid #f5f0e9
}

.cart_table tbody tr td {
    min-width: 160px;
    padding: 40px 20px 40px 0;
    border: 0px solid #ededed
}

.cart_table tbody tr .colum_box {
    position: relative;
    min-height: 115px
}

.cart_table tbody tr .colum_box .prod_thum {
    width: 115px
}

.cart_table tbody tr .colum_box .title {
    padding-left: 40px
}

.cart_table tbody tr .colum_box .title .prod-title {
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase
}

.cart_table tbody tr .colum_box .prod_thum,
.cart_table tbody tr .colum_box .title {
    display: table-cell;
    vertical-align: middle
}

.cart_table tbody tr td.pro_price,
.cart_table tbody tr td.pro_sub_total {
    font-size: 18px;
    color: var(--thm-primary)
}

.cart_table tbody tr td .pro_remove i {
    color: var(--thm-black);
    font-size: 15px
}

.cart_apply_coupon_box {
    display: flex;
    align-items: center;
    flex-direction: row;
    border-bottom: 1px solid #f5f0e9;
    padding-bottom: 70px;
    padding-top: 38px
}

.apply_coupon {
    display: flex;
    align-items: center;
    flex-direction: row
}

.apply_coupon_input_box input[type=text] {
    font-size: 16px;
    color: #333;
    height: 80px;
    max-width: 365px;
    width: 100%;
    padding: 0 30px;
    background: #f5f0e9;
    border-radius: 5px;
    border: none;
    outline: none
}

.apply-coupon-button {
    margin-left: 10px
}

.total_box {
    margin: 0;
    float: right;
    text-align: right
}

.total_box li {
    color: #333;
    font-size: 18px;
    padding-bottom: 6px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.total_box li:hover {
    color: var(--thm-primary)
}

.total_box li:last-child {
    padding-bottom: 0
}

.total_box li span {
    font-size: 26px;
    color: var(--thm-black);
    font-weight: 700;
    margin-right: 65px;
    text-transform: uppercase;
    font-family: var(--heading-font)
}

.button_box {
    position: relative;
    display: block;
    float: right;
    margin-top: 60px
}

.button_box .update_btn {
    margin-right: 5px;
    background: #f5f0e9;
    color: #333
}

.button_box .update_btn:hover {
    color: #fff;
    background: var(--thm-primary)
}

.bx-testimonial {
    position: relative;
    background: #f5f0e9;
    padding: 200px 0 110px
}

.bx-testimonial_title {
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    line-height: 80px;
    font-weight: 700;
    transform: rotate(-90deg);
    display: inline-block;
    font-family: var(--heading-font);
    position: absolute;
    top: 0;
    left: 35px;
    bottom: 0
}

.bx_testimonial_slider {
    position: relative;
    display: block
}

.bx-testimonial_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    opacity: .3
}

.bx_testimonial_slider .slider-pager {
    position: relative;
    display: block
}

.bx_testimonial_slider .slider-pager .thumb-box {
    position: relative;
    display: block;
    margin-top: -8px;
    margin-bottom: -8px
}

.bx_testimonial_slider .slider-pager .thumb-box li {
    position: relative;
    display: inline-block;
    margin: 0 8px 0
}

.bx_testimonial_slider .slider-pager .thumb-box li a {
    position: relative;
    display: block;
    overflow: hidden
}

.bx_testimonial_slider .slider-pager .thumb-box li a .img-holder {
    position: relative;
    display: block;
    overflow: hidden
}

.bx_testimonial_slider .slider-pager .thumb-box li a .img-holder img {
    transition: all .5s ease-in-out .6s;
    width: 100%;
    border-radius: 50%;
    opacity: .4
}

.bx_testimonial_slider .slider-pager .thumb-box li a.active .img-holder img {
    transform: scale(1);
    opacity: 1
}

.bx_testimonial_slider .quote_testimonial {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: var(--thm-primary);
    border-radius: 50%;
    text-align: center;
    line-height: 26px
}

.bx_testimonial_slider .quote_testimonial img {
    width: auto !important
}

.bx_testimonial_slider .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0
}

.bx_testimonial_slider .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0px solid;
    left: 0px;
    background: rgba(0, 0, 0, 0);
    transform: translatez(0);
    max-width: 800px;
    margin: 41px auto 0
}

.bx_testimonial_single {
    position: relative;
    display: block
}

.bx_testimonial_text {
    position: relative
}

.bx_testimonial_text p {
    color: var(--thm-black);
    font-size: 30px;
    line-height: 50px;
    margin: 0;
    font-weight: 300
}

.bx_testimonial_text h3 {
    color: var(--thm-primary);
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin: 27px 0 4px
}

.bx_testimonial_text h6 {
    letter-spacing: .2em;
    color: #333;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--thm-font)
}

.bx-testimonial2 {
    position: relative;
    padding: 248px 0 110px;
    margin-top: -120px
}

.bx-testimonial2.about_bx-testimonial2 {
    padding: 120px 0 109px;
    margin-top: 0
}

#testi-bx-pager {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    list-style: none
}

#testi-bx-pager li+li {
    margin-top: 6px
}

#testi-bx-pager li a {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%
}

#testi-bx-pager li a.active {
    background-color: var(--thm-base)
}

.google-map__contact {
    width: 100%;
    border: none;
    outline: none;
    display: block;
    height: 560px
}

.shop-online {
    margin-top: clamp(60px, 10vw, 100px);

    padding: 90px 0;
    position: relative
}

.shop-online::after {
    content: "";
    width: 100%;
    height: 85%;
    position: absolute;
    top: 0;
    left: auto;
    background: #000;
    z-index: -1
}

.shop-online .cnt-left {
    padding-right: 70px
}

.shop-online h4 {
    background: #c00000;
    font-size: clamp(22px, 2.4vw, 50px);
    line-height: clamp(28px, 3vw, 55px);
    padding: 15px 10px;
    color: #fff;
    display: block;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

.shop-online .cnt-left h5 {
    font-size: clamp(36px, 5vw, 100px);
    font-weight: bold;
    margin: clamp(20px, 3vw, 40px) 0;
    color: #fff;
}

.shop-online .cnt-left .text-24 {
    line-height: clamp(20px, 3.6vw, 33px);
    color: #dedede;
    text-align: justify;
}

.shop-online .cnt-right {
    position: relative
}

.shop-online .cnt-right .text-img {
    right: -60px
}
.shop-online h3{
color:#fff;
}

@media(max-width: 1400px){
    .shop-online::after {
        height: 100%;
    }
}


@media(max-width: 1199px){
    .shop-online .cnt-right .text-img {
        right: -70px
    }
    .shop-online::after {
        height: 85%;
    }
}

@media(max-width: 912px) {
    .shop-online .cnt-left {
        padding-right: 0
    }

    .shop-online .cnt-right .text-img {
        right: -97px
    }
}

@media(max-width: 767px) {

    .shop-online{
        margin-top: 0px;
    }
    .shop-online .cnt-right .text-img {
        right: -70px
    }

    .shop-online::after {
        height: 98%;
    }
}

#openModal {
    top: auto !important;
    left: auto !important;
    cursor: pointer;
    color: #fff
}

#openModal:hover {
    color: var(--thm-primary)
}

.modalArea {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, .9)
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 991px;
    max-width: 90%;
    height: calc(100vh - 200px);
    padding: 10px 30px;
    margin-top: 50px;
    background-color: #fff;
    overflow-x: scroll;
    overflow-y: scroll
}

.closeModal {
    position: absolute;
    top: .5rem;
    right: 1.5rem;
    cursor: pointer;
    font-size: 40px
}

button {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #282828;
    border-radius: 2px;
    cursor: pointer
}

.google-map__contact1 {
    width: 100%;
    border: none;
    outline: none;
    display: block;
    height: 560px;
    z-index: 10
}

.product-lineup {
    font-family: "Helvetica Neue", sans-serif;
    padding: 20px;
    background-color: #f2f2f2;
    padding-top: clamp(60px, 10vw, 100px);
    margin-top: clamp(60px, 10vw, 80px)
}

.product-lineup .section-title {
    display: flex;
    align-items: center;
    border-top: 2px solid #0066b2;
    padding: 10px 0;
    margin-bottom: 20px
}

.product-lineup .section-title .en {
    font-weight: bold;
    color: #0066b2;
    font-size: clamp(24px, 3vw, 30px);
    background: #f2f2f2;
    padding: 10px 20px;
    margin-top: -40px;
    margin-right: 20px;
    margin-left: 50px;
    line-height: 1.2
}

.product-lineup .jp {
    display: inline-block;
    background: #fff;
    padding: 5px 45px;
    border: 2px solid #0066b2;
    color: #0066b2;
    font-weight: bold;
    font-size: clamp(24px, 3vw, 36px);
    border-radius: 2px;
    margin-bottom: 50px
}

.product-lineup .product-item {
    display: flex;
    width: 800px;
    max-width: 100%;
    align-items: center;
    margin: 15px auto;
    font-size: 24px;
    margin-bottom: 50px
}

.product-lineup .product-item .product-label {
    color: #0066b2;
    font-size: clamp(18px, 2.6vw, 28px);
    font-weight: bold;
    margin-right: 10px;
    padding-right: 10px;
    white-space: nowrap;
    border-right: 2px solid #0066b2
}

.product-lineup .product-item .product-name {
    background: #f2f2f2;
    font-weight: bold;
    flex-grow: 1;
    font-size: clamp(25px, 3vw, 36px);
    position: relative;
    z-index: 3
}

.product-lineup .product-item .product-name span {
    background: #f2f2f2;
    padding-right: 10px
}

.product-lineup .product-item .product-name::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: calc(100% - 5px);
    height: 1px;
    background-image: repeating-linear-gradient(to right, #0066b2 0, #0066b2 5px, transparent 5px, transparent 10px);
    transform: translateY(-50%);
    z-index: -1
}

.product-lineup .product-item .product-name .arrow {
    color: #0066b2;
    font-size: 20px;
    margin-left: 5px;
    position: absolute;
    top: 0;
    right: -25px
}

@media(max-width: 530px) {
    .product-lineup {
        padding: 60px 15px 30px
    }

    .product-lineup .product-item {
        display: block
    }

    .product-lineup .product-item .product-label {
        border-right: 0
    }
}

@media(max-width: 375px) {
    .product-lineup .jp {
        padding: 5px 10px;
        display: block;
        text-align: center
    }

    .product-lineup .section-title .en {
        margin-left: 0;
        padding-left: 0
    }

    .product-lineup .product-item {
        margin-bottom: 20px
    }
}

.banner-sub {
    background-image: url(../images/backgrounds/kamiraizu-background2.jpg);
    background-size: cover;
    padding: 200px 0;
    position: relative
}

.banner-sub .button-block .btn-buy {
    width: 370px;
    background: #0066b2
}

.banner-sub .button-block .btn-buy .fa-chevron-right {
    padding-left: 20px
}

@media(max-width: 767px) {
    .banner-sub {
        padding: 150px 0
    }
}

@media(max-width: 430px) {
    .banner-sub {
        padding: 100px 0
    }
}

.shoukai-bun {
    margin-top: 30px
}

.shoukai-bun .container {
    width: 600px;
    max-width: 100%;
    margin: 0 auto
}

.prd-lineup-content {
    margin-top: clamp(60px, 10vw, 100px)
}

.prd-lineup-content .en {
    font-weight: bold;
    color: #0066b2;
    font-size: clamp(24px, 3vw, 30px);
    padding: 10px 20px;
    line-height: 1.2
}

.prd-lineup-content .lineup-title {
    text-align: center
}

.prd-lineup-content .lineup-title .jp {
    font-weight: bold;
    color: #0066b2;
    margin: 10px 0 50px;
    line-height: 1.2;
    position: relative
}

.prd-lineup-content .lineup-title .jp span {
    font-size: clamp(34px, 4vw, 40px);
    background: #fff;
    position: relative;
    padding: 10px 30px;
    z-index: 3
}

.prd-lineup-content .lineup-title .jp::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #0066b2;
    position: absolute;
    top: 53%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0
}

.prd-lineup-content .prd-item {
    text-align: center
}

.prd-lineup-content .prd-item .content-right {
    padding: 40px 15px;
    position: relative
}

.prd-lineup-content .prd-item .content-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: calc(90% - 7px);
    height: 1px;
    background-image: repeating-linear-gradient(to right, #0066b2 0, #0066b2 7px, transparent 7px, transparent 13px);
    transform: translateY(-50%)
}

.prd-lineup-content .prd-item .content-right::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    width: calc(90% - 7px);
    height: 1px;
    background-image: repeating-linear-gradient(to right, #0066b2 0, #0066b2 7px, transparent 7px, transparent 13px);
    transform: translateY(-50%)
}

.prd-lineup-content .prd-item .content-right h3 {
    font-size: clamp(40px, 7vw, 80px)
}

.prd-lineup-content .prd-item .content-right .prd-text {
    font-size: clamp(28px, 3vw, 40px);
    line-height: clamp(40px, 3vw, 55px);
    margin-top: 20px;
    color: #0066b2;
    font-weight: bold
}

.prd-lineup-content .prd-item .content-right .button-block .btn-buy {
    display: block;
    width: 400px;
    max-width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    background: #0066b2;
    font-size: clamp(18px, 2vw, 24px);
    letter-spacing: 2px
}

.prd-lineup-content .prd-item .prd-item-text {
    text-align: left;
    margin-top: 30px
}

.prd-lineup-content .pr-point {
    text-align: center;
    margin-top: 50px
}

.prd-lineup-content .pr-point .point-title {
    font-size: clamp(31px, 4vw, 46px);
    font-weight: bold;
    color: #0066b2
}

.prd-lineup-content .pr-point .point-list {
    padding: 30px 0 0;
    position: relative
}

.prd-lineup-content .pr-point .point-list .d-flex {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-bottom: 15px;
    text-align: left
}

.prd-lineup-content .pr-point .point-list .d-flex .fa-circle {
    font-size: 14px;
    padding-right: 30px;
    padding-top: 10px;
    color: #0066b2
}

.prd-lineup-content .cnt-title {
    text-align: center
}

.prd-lineup-content .cnt-title .jp {
    font-size: clamp(34px, 4vw, 40px)
}

.prd-lineup-content .how-to-eat {
    margin-top: 50px
}

.prd-lineup-content .how-to-eat .eat-item {
    margin-top: 30px;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 50%, rgb(255, 255, 255) 100%);
    display: flex;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 20px
}

.prd-lineup-content .how-to-eat .eat-item .number {
    font-size: clamp(50px, 9vw, 110px);
    font-weight: bold;
    padding-right: 20px;
    color: #0066b2
}

.prd-lineup-content .how-to-eat .eat-item .eat-content h4 {
    font-size: clamp(24px, 3vw, 32px);
    color: #0066b2
}

.prd-lineup-content .health {
    margin-top: clamp(40px, 6vw, 60px)
}

.prd-lineup-content .health .h-content {
    padding: 20px 30px
}

.prd-lineup-content .health .h-content h4 {
    color: #0066b2;
    font-size: 24px
}

.prd-lineup-content .health .h-content .fa-circle {
    font-size: 10px;
    color: #0066b2;
    padding-right: 20px;
    padding-top: 10px
}

.prd-lineup-content .health .h-content .h-text {
    display: flex;
    font-weight: bold
}

.prd-lineup-content .health-total {
    margin-top: clamp(40px, 8vw, 80px)
}

.prd-lineup-content .health-total .jp {
    text-align: center;
    font-size: clamp(34px, 4vw, 40px);
    margin-bottom: 40px
}

.prd-lineup-content .health-total .health-item {
    padding-left: 30px;
    margin-bottom: 20px
}

.prd-lineup-content .health-total .health-item h4 {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px
}

.prd-lineup-content .health-total .health-item h4 .fa-circle {
    font-size: 6px;
    color: #0066b2;
    position: absolute;
    top: 17px;
    left: -30px
}

.prd-lineup-content .buy-now {
    text-align: center;
    margin-top: clamp(40px, 8vw, 80px)
}

.prd-lineup-content .buy-now .cnt-title {
    margin-bottom: 40px
}

.prd-lineup-content .buy-now .buy-content {
    width: 540px;
    background: rgba(255, 255, 255, .6901960784);
    border: 2px solid #cbcbcb;
    margin-left: -150px;
    padding: 30px
}

.prd-lineup-content .buy-now .buy-content h3 {
    font-size: clamp(40px, 8vw, 80px)
}

.prd-lineup-content .buy-now .buy-content .prd-text {
    font-size: clamp(23px, 3vw, 32px);
    line-height: clamp(40px, 3vw, 55px);
    font-weight: bold
}

.prd-lineup-content .buy-now .buy-content .button-block .btn-buy {
    display: block;
    width: 400px;
    max-width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    background: #0066b2;
    font-size: clamp(18px, 2vw, 24px);
    letter-spacing: 2px
}

@media(max-width: 1199px) {
    .prd-lineup-content .buy-now .buy-content {
        margin-left: -100px;
        margin-top: 30px
    }
}

@media(max-width: 991px) {
    .prd-lineup-content .buy-now .buy-content {
        margin-left: 0;
        margin-top: 30px;
        width: 100%
    }
}

@media(max-width: 767px) {
    .prd-lineup-content .prd-item .content-right {
        margin-top: 30px
    }

    .prd-lineup-content .prd-item .content-right::before,
    .prd-lineup-content .prd-item .content-right::after {
        width: calc(100% - 55px)
    }

    .prd-lineup-content .health-total .health-img {
        margin-bottom: 30px
    }
}

@media(max-width: 530px) {
    .prd-lineup-content .pr-point .point-list .d-flex .fa-circle {
        padding-right: 10px
    }

    .prd-lineup-content .how-to-eat .eat-item {
        display: block
    }

    .prd-lineup-content .how-to-eat .eat-item .number {
        text-align: center
    }

    .prd-lineup-content .how-to-eat .eat-item .eat-content {
        margin-top: 30px
    }

    .prd-lineup-content .how-to-eat .eat-item .eat-content .text-24 {
        line-height: 30px
    }

    .prd-lineup-content .buy-now .buy-content {
        padding: 30px 15px
    }
}

.pred-lineup-02 {
    padding-top: 50px;
    background: #f2f2f2
}

.pred-lineup-02 .lineup-title .jp span {
    background: #f2f2f2
}

.pred-lineup-02 .pr-point .point-content {
    background: #fff;
    padding: 30px 0 30px 30px
}

.pred-lineup-02 .pr-point .point-content .point-list {
    padding-left: 140px
}

.pred-lineup-02 .how-to-eat .eat-item {
    background: #f2f2f2;
    background: linear-gradient(90deg, rgb(242, 242, 242) 0%, rgb(255, 252, 252) 50%, rgb(242, 242, 242) 100%)
}

.pred-lineup-02 .health .h-content {
    background: #fff
}

@media(max-width: 991px) {
    .pred-lineup-02 .pr-point .point-content .point-list {
        padding-left: 0
    }
}

.commitment-box {
    font-size: clamp(18px, 2.4vw, 24px);
    color: #0066b2
}

/*# sourceMappingURL=style.css.map */