/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** COMMON  ***************/
.eigo {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #cbc9c6;
  line-height: 1.5 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
}

.price {
  line-height: 1.5 !important;
}

.slick-prev::after {
  content: none;
}

.slick-prev {
  position: relative;
}
.slick-prev::before {
  content: "";
  background: url(./../images/slider_prev.png) no-repeat;
  line-height: 1;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 1;
}

.slick-next {
  position: relative;
}
.slick-next::before {
  content: "";
  background: url(./../images/slider_next.png) no-repeat;
  width: 100%;
  background-size: contain;
  line-height: 1;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 1;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 74px;
  height: 74px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}

.slick-prev::after,
.slick-next::before {
  font-family: initial;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  color: transparent;
  width: 9px;
  height: 9px;
  background: white;
  padding: 0;
  min-height: initial;
  margin: 0;
}
.slick-dots li button::before {
  content: none;
}
.slick-dots li.slick-active button {
  background: #41454d;
}

a {
  cursor: pointer !important;
}

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.5s;
}

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.5s ease-in-out 0.2s;
}

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.5s ease-in-out 0.4s;
}

.inviewfadeInUp4 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.5s ease-in-out 0.6s;
}

.inviewfadeInUp5 {
  opacity: 0;
  transform: translate(0, 8px);
  -webkit-transform: translate(0, 8px);
  transition: 0.5s ease-in-out 0.8s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
}

h3 {
  font-weight: 500;
}

.slider-nav-reveal .flickity-prev-next-button:hover, .slider-nav-reveal .flickity-prev-next-button {
  background: none !important;
  box-shadow: none !important;
}

#main {
  flex: 1;
  min-height: calc(100vh - 705px);
}

#wrapper {
  background: #cbc9c6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.badge-inner {
  background: url(./../images/sale.png) no-repeat !important;
  color: transparent;
  background-size: contain !important;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header .stuck .header-main .nav > li > a {
  line-height: 16px !important;
}
#header .header-wrapper {
  background: none;
}
#header .header-wrapper.stuck {
  background: #cbc9c6;
  box-shadow: none;
}
#header .header-wrapper .header-top {
  background: #41454d !important;
  height: 40px;
}
#header .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1208px;
  height: 84px;
  margin: auto;
}
#header .header-main h1 {
  max-width: 200px;
  margin-bottom: 0;
  top: 0;
}
#header .header-main h1 img {
  width: 100%;
}
#header .header-main .btn_wrapper {
  flex: 1;
}
#header .header-main .btn_wrapper ul li {
  margin: 0 10px;
}
#header .header-main .btn_wrapper ul li::before, #header .header-main .btn_wrapper ul li::after {
  content: none;
}
#header .header-main .btn_wrapper ul li.menu-item {
  border-bottom: 2px solid transparent;
}
#header .header-main .btn_wrapper ul li.menu-item:hover {
  border-bottom: 2px solid #333;
}
#header .header-main .btn_wrapper ul li .sub-menu {
  background: #cbc9c6;
  padding: 10px !important;
  border: none !important;
  padding-top: 27px !important;
}
#header .header-main .btn_wrapper ul li .nav-dropdown.nav-dropdown-default > li > a {
  border-bottom: 1px solid #333333;
}
#header .header-main .btn_wrapper ul li.current-dropdown {
  border-bottom: 2px solid #333;
}
#header .header-main .btn_wrapper ul li .sub-menu {
  min-width: auto !important;
  box-shadow: none;
  top: 38px;
}
#header .header-main .btn_wrapper ul li .sub-menu li {
  display: flex;
  margin: 0;
  width: 100%;
}
#header .header-main .btn_wrapper ul li .sub-menu li:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: transparent;
}
#header .header-main .btn_wrapper ul li .sub-menu li a {
  display: flex;
  width: 100%;
  white-space: nowrap;
  border-bottom: none !important;
  padding: 5px 0;
}
#header .header-main .btn_wrapper ul li a {
  color: #333;
  font-size: 12px;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
}
#header .header-main .btn_wrapper ul li a::after {
  content: none;
}
#header .header-main .btn_wrapper ul li a .icon-angle-down {
  display: none;
}
#header .header-main .icons_list ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#header .header-main .icons_list ul li {
  list-style: none;
  padding: 0 10px;
}
#header .header-main .icons_list ul li a img {
  width: 27px;
  height: 27px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
#header.top_header .bk {
  display: none !important;
}
#header.top_header .wh {
  display: block !important;
}
#header.top_header .current_page_item {
  border-color: white !important;
}
#header.top_header .header-main .btn_wrapper ul a {
  color: white;
  line-height: 1;
}
#header.top_header.active {
  background: #cbc9c6;
}
#header.top_header.active a {
  color: #333 !important;
}
#header.top_header.active .bk {
  display: block !important;
}
#header.top_header.active .wh {
  display: none !important;
}
#header.top_header.active .current_page_item {
  border-color: #333 !important;
}
#header.top_header .stuck .current_page_item {
  border-color: #333 !important;
}
#header.top_header:hover {
  background: #cbc9c6;
}
#header.top_header:hover .bk {
  display: block !important;
}
#header.top_header:hover .wh {
  display: none !important;
}
#header.top_header:hover .header-main .btn_wrapper ul li a {
  color: #333333;
}
#header.top_header:hover .header-main .btn_wrapper ul li.menu-item {
  border-bottom: 2px solid transparent;
}
#header.top_header:hover .header-main .btn_wrapper ul li.menu-item:hover {
  border-bottom: 2px solid black;
}
#header.top_header:hover .header-main .btn_wrapper ul li .sub-menu {
  top: 38px;
}
#header.top_header:hover .header-main .btn_wrapper ul li .sub-menu li.menu-item:hover {
  border-bottom: 2px solid transparent;
}
#header.top_header:hover .current_page_item {
  border-color: #333 !important;
}
#header.top_header .stuck {
  background: #cbc9c6;
}
#header.top_header .stuck .bk {
  display: block !important;
}
#header.top_header .stuck .wh {
  display: none !important;
}
#header.top_header .stuck .header-main .btn_wrapper ul li a {
  color: #333333;
}

#wrapper {
  opacity: 0;
}

#wrapper,
#main {
  background: #cbc9c6;
}

.page-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background: #cbc9c6;
}

.margin_auto > .col-inner {
  margin: auto !important;
}

a {
  color: #333333;
}
a:hover {
  color: #41454d;
}

.product-main {
  padding: 0;
}

.page-title {
  padding-top: 120px;
  max-width: 1208px !important;
  margin: auto;
  width: 100%;
}
.page-title-inner {
  padding: 0;
  margin-bottom: 50px;
}
.page-title-inner .breadcrumbs {
  font-size: 12px;
  color: #41454d;
  font-weight: normal;
  text-align: left;
  justify-content: flex-start;
}
.page-title-inner .breadcrumbs a {
  font-size: 12px;
  text-decoration: underline;
  color: #41454d;
}
.page-title-inner .breadcrumbs a.no-click {
  text-decoration: none;
}
.page-title-inner .breadcrumbs span {
  font-size: 12px;
  color: #41454d;
}
.page-title h2,
.page-title h1 {
  text-align: center;
  font-size: 24px;
  color: #41454d;
  margin-bottom: 45px;
}
.page-title h2 {
  position: relative;
}
.page-title h2 .order_part {
  position: absolute;
  right: 0;
  top: 0;
}
.page-title h2 .order_part .woocommerce-result-count {
  font-size: 12px;
}
.page-title h2 .order_part select {
  -webkit-appearance: listbox;
  margin: 0;
  background: none;
  border: 1px solid #333333;
  font-size: 12px;
}

.normal-title {
  background: none !important;
  border: none !important;
}

.category-page-content {
  padding-bottom: 60px !important;
}
.category-page-content .products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.category-page-content .products .product {
  padding: 0;
}
.category-page-content .products .product a {
  color: #41454d;
  font-size: 12px;
}
.category-page-content .products .product .price-wrapper span,
.category-page-content .products .product .price-wrapper small {
  font-size: 12px;
  color: #41454d;
  font-weight: normal;
}

#search_bar {
  display: none;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  background: #cbc9c6;
}
#search_bar ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search_bar ul li {
  list-style: none;
}
#search_bar ul li.search-form {
  max-width: 1132px;
  width: 90%;
  margin-bottom: 0;
}
#search_bar ul li .flex-row {
  flex-direction: row-reverse !important;
}
#search_bar ul #close_search_btn {
  transform: translateX(30px);
  width: 15px;
  height: 15px;
}
#search_bar .form-flat input:not([type=submit]),
#search_bar .form-flat textarea,
#search_bar .form-flat select {
  border: none;
  background: none;
}
#search_bar.active {
  display: block;
}

.woocommerce-pagination {
  padding-bottom: 80px;
  padding-top: 30px;
}
.woocommerce-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.woocommerce-pagination .page-numbers > li {
  margin: 0;
}
.woocommerce-pagination .page-numbers > li .current {
  width: 31px;
  height: 36px;
  display: flex;
  align-items: center;
  background: #41454d;
  font-size: 12px;
  border-radius: 0;
  border: 1px solid #41454d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.woocommerce-pagination .page-numbers > li a {
  width: 31px;
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 12px;
  border-radius: 0;
  border: 1px solid #41454d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.woocommerce-pagination .page-numbers > li a:hover {
  background: #41454d;
}

/*************** Tema customize ***************/
.section-title b {
  background: none;
}

/*************** COMMON ***************/
.viewmore_btn {
  width: 190px;
  height: 44px;
  background: #41454d !important;
  margin-bottom: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 13px;
}
.viewmore_btn span {
  font-weight: normal;
  color: white;
  font-size: 13px;
}
.viewmore_btn.reverse {
  background: white !important;
}
.viewmore_btn.reverse span {
  color: #41454d !important;
}

section {
  padding: 0 !important;
}

.fixedcontainer {
  max-width: 1132px !important;
  margin: auto !important;
  padding: 0;
}

section .fixedcontainer.row .col {
  padding: 0;
}

/*************** FV ***************/
.fv {
  margin-bottom: 80px;
}
.fv .container {
  max-width: 100%;
}
.fv .slick-dots {
  margin-top: -60px;
}
.fv .slicker_parts .slicker_part img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_news {
  padding-bottom: 104px !important;
}
.top_news .news_part {
  margin-bottom: 20px;
}
.top_news .news_part .post-item {
  padding-bottom: 0;
}
.top_news .news_part .post-item a .box-image .image-cover {
  padding-top: 240px !important;
}
.top_news .news_part .post-item a .box-text .blog-post-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.top_news .news_part .post-item a .box-text .blog-post-inner .is-divider {
  display: none;
}
.top_news .news_part .post-item a .box-text .blog-post-inner h5 {
  font-weight: normal;
  font-size: 12px;
  flex: 1;
  text-align: left;
}
.top_news .news_part .post-item a .box-text .blog-post-inner .post-meta {
  font-size: 12px;
  padding-right: 10px;
}

.new_approval_section {
  padding-bottom: 70px !important;
}
.new_approval_section .products_part {
  gap: 30px !important;
  padding-bottom: 24px !important;
}
.new_approval_section .products_part.row {
  margin-left: 0;
  margin-right: 0;
}
.new_approval_section .products_part::after {
  content: none !important;
}
.new_approval_section .products_part .col {
  padding-bottom: 0 !important;
  flex: 1;
}
.new_approval_section .products_part .col .box-image .image-cover {
  padding-top: 240px !important;
}
.new_approval_section .products_part .col .box-text {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.new_approval_section .products_part .col .box-text p,
.new_approval_section .products_part .col .box-text span,
.new_approval_section .products_part .col .box-text a,
.new_approval_section .products_part .col .box-text small {
  font-size: 12px;
  flex: 1;
  text-align: left;
  color: #333333;
  font-weight: normal;
  line-height: 1.5;
}
.new_approval_section .products_part .col .box-text .post-meta {
  font-size: 12px;
  padding-right: 10px;
  line-height: 1.5;
}

.banners_section {
  padding-bottom: 70px !important;
}
.banners_section .banner_part {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 35px;
}
.banners_section .banner_part::after {
  content: none;
}
.banners_section .banner_part > .col {
  flex: 1;
}
.banners_section .banner {
  width: 100%;
  height: 407px;
  padding-top: 407px !important;
}
.banners_section .banner-inner {
  display: flex;
  align-items: flex-start;
}
.banners_section .banner-inner .text-box {
  left: 48px !important;
  bottom: 39px !important;
  transform: none !important;
  top: auto !important;
}
.banners_section .banner-inner .text-box h2 {
  font-size: 24px;
  margin-bottom: 8px;
}
.banners_section .banner-inner .text-box h3 {
  font-size: 12px;
  margin-bottom: 12px;
}
.banners_section .banner-inner .text-box .button {
  width: 150px;
  height: 44px;
}

.ranking_section {
  padding-bottom: 100px !important;
}
.ranking_section .ranking_part .col-inner .row {
  display: flex;
  gap: 30px;
  padding-bottom: 24px !important;
  margin-left: 0;
  margin-right: 0;
}
.ranking_section .ranking_part .col-inner .row::after {
  content: none;
}
.ranking_section .ranking_part .col-inner .row .col {
  flex: 1;
}
.ranking_section .ranking_part .col-inner .row .col .box-text {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left !important;
}
.ranking_section .ranking_part .col-inner .row .col .box-text .title-wrapper {
  font-size: 12px;
  color: #333333 !important;
}
.ranking_section .ranking_part .col-inner .row .col .box-text .price-wrapper {
  font-size: 12px;
  color: #333333 !important;
}
.ranking_section .ranking_part .col-inner .row .col .box-text .price-wrapper span {
  font-weight: normal !important;
  font-size: 12px !important;
  color: #333333 !important;
}

.styling_section {
  padding-bottom: 100px !important;
}
.styling_section .styling_part {
  padding-bottom: 40px !important;
}
.styling_section .styling_part .col-inner {
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.styling_section .styling_part .col-inner .block_img {
  width: 100%;
}
.styling_section .styling_part .col-inner .block_body h5 {
  text-align: left;
  font-size: 12px;
  padding-top: 16px;
  font-weight: normal;
}

.recommend_section {
  padding-bottom: 100px !important;
}
.recommend_section .recommend_part {
  gap: 30px !important;
  padding-bottom: 24px !important;
}
.recommend_section .recommend_part .col-inner .row {
  display: flex;
  gap: 30px;
  margin-right: 0;
  margin-left: 0;
}
.recommend_section .recommend_part .col-inner .row::after {
  content: none !important;
}
.recommend_section .recommend_part .col-inner .row .col {
  flex: 1;
  padding-bottom: 0 !important;
}
.recommend_section .recommend_part .col-inner .row .col .box-text {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left !important;
}
.recommend_section .recommend_part .col-inner .row .col .box-text .title-wrapper {
  font-size: 12px;
  color: #333333 !important;
}
.recommend_section .recommend_part .col-inner .row .col .box-text .price-wrapper {
  font-size: 12px;
  color: #333333 !important;
}
.recommend_section .recommend_part .col-inner .row .col .box-text .price-wrapper span {
  font-weight: normal !important;
  font-size: 12px !important;
  color: #333333 !important;
}

.store_section .store_list_banner .text-box h2 {
  font-size: 24px;
}
.store_section .store_list_banner .text-box p {
  font-size: 12px;
  margin: 25px 0;
}
.store_section .store_list_banner .button {
  width: 150px;
  height: 44px;
}

.stores_section {
  max-width: 846px !important;
}
.stores_section h1 {
  text-align: center;
  margin-bottom: 44px;
  font-size: 24px;
}
.stores_section h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.stores_section p {
  font-size: 12px;
  margin-bottom: 36px;
}
.stores_section .block {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #333333;
}
.stores_section .block:last-child {
  margin-bottom: 0;
  margin-bottom: 30px;
  border-bottom: none;
}
.stores_section .block a {
  background: transparent !important;
  color: #333;
  text-decoration: underline;
}

.koteipage {
  padding-top: 200px !important;
  font-size: 12px;
}
.koteipage h2,
.koteipage h1 {
  text-align: center;
  font-size: 24px;
}
.koteipage p {
  font-size: 12px;
}
.koteipage a {
  text-decoration: underline;
  font-size: 12px;
  color: #333;
}
.koteipage a:hover {
  color: #333;
}

.koteipage_without_breadcrumb {
  padding-top: 150px !important;
  font-size: 12px;
  color: #333;
}
.koteipage_without_breadcrumb h2,
.koteipage_without_breadcrumb h1 {
  text-align: center;
  font-size: 24px;
  color: #333;
  padding-bottom: 28px;
}
.koteipage_without_breadcrumb h2.hp-title,
.koteipage_without_breadcrumb h1.hp-title {
  padding-bottom: 0;
}
.koteipage_without_breadcrumb p {
  font-size: 12px;
  color: #333;
}
.koteipage_without_breadcrumb p label {
  color: #333;
  font-weight: normal;
}
.koteipage_without_breadcrumb p label .wpcf7-form-control-wrap {
  margin-top: 10px;
}
.koteipage_without_breadcrumb a {
  text-decoration: underline;
  font-size: 12px;
  color: #333;
}
.koteipage_without_breadcrumb a.accordion-title {
  text-decoration: none;
}
.koteipage_without_breadcrumb a:hover {
  color: #333;
}
.koteipage_without_breadcrumb h2.column {
  color: white !important;
  font-size: 18px !important;
  padding-bottom: 5px !important;
}
.koteipage_without_breadcrumb h2.column a {
  font-size: 18px;
  color: white;
  text-decoration: none;
}

.stylings_section h1 {
  text-align: center;
  margin-bottom: 44px;
  font-size: 24px;
}
.stylings_section .part1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px 30px;
  padding-bottom: 75px;
}
.stylings_section .part1 .block h5 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
}
.stylings_section .part2 .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  gap: 18px;
}
.stylings_section .part2 .pagination span,
.stylings_section .part2 .pagination a {
  width: 31px;
  height: 36px;
  border: 1px solid #41454d;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stylings_section .part2 .pagination span {
  background: #41454d;
  color: white;
}

.news_section h1 {
  text-align: center;
  margin-bottom: 44px;
  font-size: 24px;
}
.news_section .part1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 34px;
  padding-bottom: 75px;
}
.news_section .part1 .block .block_img {
  height: 260px;
}
.news_section .part1 .block .block_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .news_section .part1 .block .block_img {
    height: 34vw;
  }
}
.news_section .part1 .block h5 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
}
.news_section .part1 .block h5 span {
  margin-left: 10px;
  display: inline-block;
}
.news_section .part2 .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  gap: 18px;
}
.news_section .part2 .pagination span,
.news_section .part2 .pagination a {
  width: 31px;
  height: 36px;
  border: 1px solid #41454d;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_section .part2 .pagination span {
  background: #41454d;
  color: white;
}

.single_product .product_meta > span {
  border-top: 1px solid #333;
}
.single_product .product_images {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.single_product .product_images .left_sticky_side {
  position: sticky;
  width: 72px;
  top: 140px;
  margin-right: 13px;
}
.single_product .product_images .left_sticky_side .slide {
  margin-bottom: 13px;
}
.single_product .product-gallery {
  padding: 0 !important;
  margin-right: 30px;
  margin-left: -36px;
}
.single_product .product-gallery-stacked {
  width: 594px;
}
.single_product .product-gallery-stacked img {
  width: 100%;
}
.single_product .product-section {
  border-color: #333;
  padding: 40px 0;
}
.single_product .product-section:last-child {
  border-bottom: 1px solid #333;
}
.single_product .product-section td {
  border-color: #545454;
}
.single_product .product-info {
  padding: 0 !important;
}
.single_product .product-info .product-stacked-info {
  padding: 0;
  font-size: 12px;
}
.single_product .product-info .product-stacked-info div,
.single_product .product-info .product-stacked-info p {
  font-size: 12px;
  color: #333333;
}
.single_product .product-info .product-stacked-info h1 {
  font-size: 18px;
}
.single_product .product-info .product-stacked-info .tm-collapse {
  background: white;
}
.single_product .product-info .product-stacked-info .price-wrapper {
  margin-top: 15px;
}
.single_product .product-info .product-stacked-info .price-wrapper .price {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
.single_product .product-info .product-stacked-info .price-wrapper .price span,
.single_product .product-info .product-stacked-info .price-wrapper .price small {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
.single_product .product-info .product-stacked-info .is-divider {
  display: none;
}
.single_product .product-info .is-sticky-column {
  position: sticky !important;
  top: 140px !important;
}
.single_product .product-info .is-sticky-column__inner {
  position: initial !important;
  transform: none !important;
}
.single_product .product-info .social-icons {
  display: none !important;
}
.single_product .product-main {
  padding-bottom: 70px;
}
.single_product .product-footer .recommend_section {
  margin-top: 70px;
}

#styling_detail_sec {
  padding-bottom: 100px !important;
}
#styling_detail_sec .part1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1070px !important;
}
#styling_detail_sec .part1 .left_block {
  width: 594px;
  margin-right: 38px;
}
#styling_detail_sec .part1 .left_block img {
  width: 100%;
}
#styling_detail_sec .part1 .right_block {
  flex: 1;
}
#styling_detail_sec .part1 .right_block h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
#styling_detail_sec .part1 .right_block .desc {
  font-size: 12px;
  white-space: pre-line;
  margin-bottom: 35px;
}
#styling_detail_sec .part1 .right_block .products_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#styling_detail_sec .part1 .right_block .products_block .product img {
  width: 100%;
}
#styling_detail_sec .part1 .right_block .products_block .product h5 {
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  margin-top: 15px;
}
#styling_detail_sec .part1 .right_block .products_block .product .price {
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}
#styling_detail_sec .part1 .right_block .products_block .product .price span,
#styling_detail_sec .part1 .right_block .products_block .product .price small {
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}

#news_detail_sec {
  padding-bottom: 100px !important;
}
#news_detail_sec h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
#news_detail_sec .date {
  text-align: center;
  font-size: 12px;
}
#news_detail_sec .part1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 848px !important;
  margin: auto;
  margin-top: 40px !important;
}
#news_detail_sec .part1 p {
  font-size: 12px;
  white-space: pre-line;
}
#news_detail_sec .part1 p a {
  text-decoration: underline;
}
#news_detail_sec .btn_wrapper {
  margin-top: 30px;
  text-align: center;
}

.about_section .banner h2 {
  font-size: 32px;
}
.about_section .banner p {
  font-size: 12px;
}

footer {
  padding-top: 60px;
  background: #41454d;
}
footer .part1 {
  max-width: 1208px !important;
}
footer .part1 .logo_image img {
  width: 154px;
}
footer .part1 a {
  color: white;
  font-size: 12px;
}
footer .part1 .sns_block {
  width: 139px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto !important;
}
footer .part1 .sns_block > .col {
  flex: 1;
  margin-left: 15px;
}
footer .part1 .sns_block a {
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
footer .part1 .sns_block a .image-inner {
  height: 22px;
}
footer .part1 .sns_block a img {
  height: 22px !important;
  width: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.my-account {
  padding-bottom: 100px !important;
}
.my-account .container p,
.my-account .container span,
.my-account .container small,
.my-account .container address {
  font-size: 12px;
  color: #333;
  font-weight: normal;
}
.my-account .container h2,
.my-account .container h1 {
  color: #333;
  font-size: 24px;
}
.my-account .container h3,
.my-account .container h4 {
  color: #333;
  font-size: 18px;
}
.my-account .container h5,
.my-account .container h6 {
  font-weight: normal;
  font-size: 12px;
  color: #333;
}
.my-account .container a {
  color: #333;
  font-size: 12px;
}
.my-account .container a:hover {
  color: #333;
}
.my-account .container .woocommerce a {
  text-decoration: underline;
}
.my-account .container .woocommerce .dashboard-links a {
  text-decoration: none;
}
.my-account .container .woocommerce .dashboard-links a:hover {
  background-color: #41454d;
  color: white;
}

.absolute-footer {
  background: #41454d;
  padding-bottom: 50px;
}
.absolute-footer .container {
  max-width: 1208px;
  margin: auto;
  padding: 0;
}
.absolute-footer .copyright-footer {
  font-size: 12px;
  color: white;
}

.button.primary {
  font-weight: normal;
  font-size: 13px;
}

.return-to-shop {
  margin-top: 40px;
  margin-bottom: 100px;
}

.current .breadcrumb-step,
[data-icon-label]:after,
.button#place_order,
.button.checkout,
.checkout-button,
.single_add_to_cart_button.button {
  background-color: #41454d;
}

#orddd_time_slot {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container {
  width: 100% !important;
}

.about_sec1 {
  padding-bottom: 100px !important;
  max-width: 850px !important;
}
.about_sec1 p {
  font-size: 12px;
}

.bk {
  display: block !important;
}

.wh {
  display: none !important;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}/*# sourceMappingURL=style.css.map */