/** template style start **/
.animation-init {
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}

.img_text_img_anime {
  animation-name: img-scale;
}

.img_text_text_anime {
  animation-name: text-move;
}

.img_text_btn_anime {
  animation-name: fade-in;
}

@keyframes img-scale {
  0% {
    opacity: 0;
    transform: scale(1.15);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes text-move {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.padding-2 {
  padding: 2px;
}

.padding-left-2 {
  padding-left: 2px;
}

.padding-right-2 {
  padding-right: 2px;
}

.padding-bottom-2 {
  padding-bottom: 2px;
}

.padding-top-2 {
  padding-top: 2px;
}

.padding-4 {
  padding: 4px;
}

.padding-left-4 {
  padding-left: 4px;
}

.padding-right-4 {
  padding-right: 4px;
}

.padding-bottom-4 {
  padding-bottom: 4px;
}

.padding-top-4 {
  padding-top: 4px;
}

.padding-6 {
  padding: 6px;
}

.padding-left-6 {
  padding-left: 6px;
}

.padding-right-6 {
  padding-right: 6px;
}

.padding-bottom-6 {
  padding-bottom: 6px;
}

.padding-top-6 {
  padding-top: 6px;
}

.padding-8 {
  padding: 8px;
}

.padding-left-8 {
  padding-left: 8px;
}

.padding-right-8 {
  padding-right: 8px;
}

.padding-bottom-8 {
  padding-bottom: 8px;
}

.padding-top-8 {
  padding-top: 8px;
}

.padding-10 {
  padding: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-12 {
  padding: 12px;
}

.padding-left-12 {
  padding-left: 12px;
}

.padding-right-12 {
  padding-right: 12px;
}

.padding-bottom-12 {
  padding-bottom: 12px;
}

.padding-top-12 {
  padding-top: 12px;
}

.padding-14 {
  padding: 14px;
}

.padding-left-14 {
  padding-left: 14px;
}

.padding-right-14 {
  padding-right: 14px;
}

.padding-bottom-14 {
  padding-bottom: 14px;
}

.padding-top-14 {
  padding-top: 14px;
}

.padding-16 {
  padding: 16px;
}

.padding-left-16 {
  padding-left: 16px;
}

.padding-right-16 {
  padding-right: 16px;
}

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

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

.padding-18 {
  padding: 18px;
}

.padding-left-18 {
  padding-left: 18px;
}

.padding-right-18 {
  padding-right: 18px;
}

.padding-bottom-18 {
  padding-bottom: 18px;
}

.padding-top-18 {
  padding-top: 18px;
}

.padding-20 {
  padding: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}

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

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

.padding-22 {
  padding: 22px;
}

.padding-left-22 {
  padding-left: 22px;
}

.padding-right-22 {
  padding-right: 22px;
}

.padding-bottom-22 {
  padding-bottom: 22px;
}

.padding-top-22 {
  padding-top: 22px;
}

.padding-24 {
  padding: 24px;
}

.padding-left-24 {
  padding-left: 24px;
}

.padding-right-24 {
  padding-right: 24px;
}

.padding-bottom-24 {
  padding-bottom: 24px;
}

.padding-top-24 {
  padding-top: 24px;
}

.padding-26 {
  padding: 26px;
}

.padding-left-26 {
  padding-left: 26px;
}

.padding-right-26 {
  padding-right: 26px;
}

.padding-bottom-26 {
  padding-bottom: 26px;
}

.padding-top-26 {
  padding-top: 26px;
}

.padding-28 {
  padding: 28px;
}

.padding-left-28 {
  padding-left: 28px;
}

.padding-right-28 {
  padding-right: 28px;
}

.padding-bottom-28 {
  padding-bottom: 28px;
}

.padding-top-28 {
  padding-top: 28px;
}

.padding-30 {
  padding: 30px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-right-30 {
  padding-right: 30px;
}

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

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

.mt2 {
  margin-top: 2px;
}

.mt4 {
  margin-top: 4px;
}

.mt6 {
  margin-top: 6px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt14 {
  margin-top: 14px;
}

.mt16 {
  margin-top: 16px;
}

.mt18 {
  margin-top: 18px;
}

.mt20 {
  margin-top: 20px;
}

.mt22 {
  margin-top: 22px;
}

.mt24 {
  margin-top: 24px;
}

.mt26 {
  margin-top: 26px;
}

.mt28 {
  margin-top: 28px;
}

.mt30 {
  margin-top: 30px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb22 {
  margin-bottom: 22px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb26 {
  margin-bottom: 26px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb30 {
  margin-bottom: 30px;
}

.font-size-12 {
  font-size: 12px;
  line-height: 1.4;
}

.font-size-14 {
  font-size: 14px;
  line-height: 1.4;
}

.font-size-16 {
  font-size: 16px;
  line-height: 1.4;
}

.font-size-18 {
  font-size: 18px;
  line-height: 1.4;
}

.font-size-20 {
  font-size: 20px;
  line-height: 1.4;
}

.font-size-22 {
  font-size: 22px;
  line-height: 1.4;
}

.font-size-24 {
  font-size: 24px;
  line-height: 1.4;
}

.font-size-26 {
  font-size: 26px;
  line-height: 1.4;
}

.font-size-28 {
  font-size: 28px;
  line-height: 1.4;
}

.font-size-30 {
  font-size: 30px;
  line-height: 1.4;
}

.font-size-32 {
  font-size: 32px;
  line-height: 1.4;
}

.font-size-34 {
  font-size: 34px;
  line-height: 1.4;
}

.font-size-36 {
  font-size: 36px;
  line-height: 1.4;
}

.font-size-38 {
  font-size: 38px;
  line-height: 1.4;
}

.font-size-40 {
  font-size: 40px;
  line-height: 1.4;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}

.line-clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}

/* Global commodity price color */
.general-price {
  /* Present price */
  color: var(--buying_parice_color);
  font-weight: 400;
  margin-right: 10px;
  white-space: nowrap;
}

.general-oldprice {
  /* original price */
  text-decoration: line-through;
  font-weight: 300;
  color: var(--original_price_color);
  white-space: nowrap;
}

.general_title-color {
  color: var(--title_color);
  font-size: var(--title_font_size);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
}

@media screen and (max-width: 767px) {
  .general_title-color {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale));
  }
}

.container-wrapper {
  max-width: var(--general_layout_width);
  margin: 0 auto;
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .container-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .container-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-fill {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 var(--full_container_padding);
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .container-fill {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .container-fill {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.general_title-color {
  color: var(--title_color);
  font-size: var(--title_font_size);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
}

@media screen and (max-width: 767px) {
  .general_title-color {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale));
  }
}

.body-scroll-none {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}

.justify-center {
  justify-content: center;
}

.items-center {
  display: flex;
  align-items: center;
}

/** template style start **/
/** title style start **/
.block_custom_title {
  padding-bottom: 28px !important;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block_custom_title .left_box h2 {
  font-size: var(--title_font_size);
  color: var(--title_color);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: 600;
  letter-spacing: var(--title_letter_spacing);
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .block_custom_title .left_box h2 {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale));
  }
}

.block_custom_title .left_box .block_detail {
  color: var(--detail_color);
  line-height: 1.7;
  margin: 0;
  margin-top: 20px;
  max-width: auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .block_custom_title .left_box .block_detail {
    margin-top: 10px;
  }
}

.block_custom_title .right_box .more {
  font-weight: var(--title_font_weigth);
  letter-spacing: 0em;
  line-height: 1.6;
  color: var(--title_color);
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/** title style end **/
/** blogs_item style start **/
.blogs_item {
  width: 100%;
}

.blogs_item .img_box {
  display: block;
  position: relative;
}

.blogs_item .img_box img {
  width: 100%;
  object-fit: cover;
}

.blogs_item .img_box .tag {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.blogs_item .img_box .tag a {
  display: inline-block;
  transform: translateY(50%);
  padding: 3px 9px;
  background-color: #ffffff;
  border: 1px solid #1d1d1d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  text-align: center;
}

/** blogs_item style end **/
/** collection_product style start **/
.collection_item {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.collection_item .product_price{
  font-weight: bold;
}
.collection_item .moi-start-warp {
  justify-content: flex-start !important;
  flex-wrap: wrap;
  row-gap: 10px;
}

.collection_item:hover .actions-wrapper {
  top: 10px;
  opacity: 1;
}

.collection_item .actions-wrapper {
  position: absolute;
  display: inline-flex;
  justify-content: flex-start;
  top: 20px;
  padding-left: 10px;
  box-sizing: border-box;
  opacity: 0;
  z-index: 50;
  transition: all .25s ease;
}

.collection_item .actions-wrapper .actions-wrapper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 36px;
  width: 36px;
  background-color: var(--main_button_bg);
  border-radius: 50%;
  transition: transform .2s ease;
}

.collection_item .actions-wrapper .actions-wrapper-btn:hover {
  transform: scale(1.1);
}

.collection_item .actions-wrapper .actions-wrapper-btn svg {
  width: 23px;
  height: 23px;
  stroke: var(--main_button_color);
  stroke-miterlimit: 10;
  stroke-width: 4px;
}

@media screen and (max-width: 767px) {
  .collection_item .actions-wrapper {
    top: 10px;
    opacity: 1;
  }
}

.collection_item>div {
  width: 100%;
}

.collection_item .item-caption {
  margin-top: 17px;
}

.collection_item .item-caption .item-caption-title {
  color: var(--title_color);
  font-size: 16px;
  margin-bottom: 10px;
  text-underline-offset: 3px;
}

.collection_item .item-caption .collection-product-soldout {
  align-self: flex-start;
  color: #282828;
  padding: 2px 10px;
  font-size: 12px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}

.collection_item .item-caption .product-info-star {
  flex-wrap: wrap;
  row-gap: 10px;
}

.collection_item .item-caption .product-info-star .comment-star-base {
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .collection_item .product_card-wap-name {
    display: none;
  }
}

.collection_item .product_card-picture-crop-11 {
  padding-top: 100%;
}

.collection_item .product_card-picture-crop-11 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection_item .product_card-picture-crop-34 {
  padding-top: 125%;
}

.collection_item .product_card-picture-crop-34 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection_item .product_card-picture-crop-23 {
  padding-top: 150%;
}

.collection_item .product_card-picture-crop-23 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection_item .product_card-picture-crop-12 {
  padding-top: 200%;
}

.collection_item .product_card-picture-crop-12 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-product-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.collection-product-item .product_card_soldout {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 20;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.collection-product-item .collection-product-item-image {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  cursor: pointer;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collection-product-item .product_card-tag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  color: var(--discount_tag_color);
}

.collection-product-item .product_card-tag .discount_tag_graphics {
  position: absolute;
  right: 0;
}

.collection-product-item .hover-two {
  opacity: 0;
}

.collection-product-item .label_style_1 {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.collection-product-item .label_style_1 .discount_tag_graphics {
  top: 0;
  width: 0;
  height: 0;
  border-top: 80px solid var(--discount_tag_bg);
  border-left: 80px solid transparent;
}

.collection-product-item .label_style_1 .discount_tag_name {
  position: relative;
  top: 6px;
  left: 15px;
  z-index: 9;
  line-height: 18px;
  transform: rotate(45deg);
  width: 80px;
  height: 40px;
  font-size: 14px;
  text-align: center;
}

.collection-product-item .label_style_1 span {
  display: block;
}

.collection-product-item .label_style_2 {
  padding: 0 0 10px;
}

.collection-product-item .label_style_2 .discount_tag_graphics {
  left: 0;
  bottom: 0;
  width: 40px;
  height: 10px;
}

.collection-product-item .label_style_2 .discount_tag_graphics:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid var(--discount_tag_bg);
  border-left: 20px solid transparent;
}

.collection-product-item .label_style_2 .discount_tag_graphics:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid var(--discount_tag_bg);
  border-right: 20px solid transparent;
}

.collection-product-item .label_style_2 .discount_tag_name {
  width: 40px;
  text-align: center;
  background: var(--discount_tag_bg);
  padding: 10px 0;
}

.collection-product-item .label_style_3 {
  height: 80px;
  width: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collection-product-item .label_style_3 .discount_tag_name {
  position: relative;
  top: -12px;
  left: 12px;
  z-index: 9;
  line-height: 24px;
  transform: rotate(45deg);
  height: 24px;
  white-space: nowrap;
  background: var(--discount_tag_bg);
  padding: 0px 25px;
}

.collection-product-item .label_style_4 {
  right: 10px;
  top: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--discount_tag_bg);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collection-product-item .label_style_4 .discount_tag_name {
  line-height: 18px;
  text-align: center;
}

.collection-product-item .label_style_4 .discount_tag_name span {
  display: block;
}

.main-image {
  opacity: 1;
}

.hover-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.animation-hover:hover .main-image {
  opacity: 0;
}

.animation-hover:hover .hover-two {
  opacity: 1;
}

/** collection_product style end **/
/** waterfall_product style start **/
/** waterfall_product style end **/



/**** custom_nav *****/
.pc_nav{
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pc_nav{
    display: none;
  }
}
.custom_nav.moreLinkHide > ul {
  flex-wrap: wrap;
  height: auto;
  padding: 10px 0;
  row-gap: 15px;
}
.custom_nav > ul {
  height: var(--height);
  display: inline-flex;
  justify-content: flex-start;
}
.custom_nav > ul a {
  color: var(--menu-color);
}

.custom_nav > ul > li {
  padding: 0 15px;
  display: block;
  list-style-type: none;
  z-index: 99;
}

.custom_nav > ul > li:first-child {
  margin-left: 0;
}

.custom_nav > ul > li > span > .nav-li-a {
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  height: 100%;
  white-space: nowrap;
}

.custom_nav > ul > li > span {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  cursor: pointer;
}

.custom_nav > ul > li > span > svg {
  margin-left: 10px;
  opacity: 0.6;
}
.custom_nav > ul > li > span > svg path {
  fill: var(--menu-color);
}

.custom_nav > ul > li > .nav-li-a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 3px;
  background-color: #333;
  transition: width 0.2s;
}

.custom_nav > ul > li > .nav-child {
  position: absolute;
  min-width: 200px;
  background: var(--bg);
  box-shadow: 0 0 2px #ddd;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  max-height: calc(100vh - 126px);
  overflow: auto;
}

.custom_nav > ul > li > .nav-child > a {
  display: block;
  line-height: 2;
  transition: all 0.3s;
  white-space: nowrap;
  opacity: 0.6;
}

.custom_nav li .nav-child > a:hover {
  text-decoration: underline;
  opacity: 1;
}

.custom_nav li.more_link,
.custom_nav li.nav-child-three {
  position: static;
}

.custom_nav li.nav-child-three .nav-child {
  width: 100%;
  left: 0;
  box-shadow: 2px 0px 2px #ddd;
  background: var(--bg);
  padding: 0;
  max-height: calc(100vh - 126px);
  overflow: auto;
}

.custom_nav li.nav-child-three .nav_container_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 50px;
  box-sizing: border-box;
}

.custom_nav li.nav-child-three .nav-child dl {
  width: 25%;
  margin-bottom: 30px;
}

.custom_nav li.nav-child-three .nav-child dl a {
  line-height: 2;
  transition: all 0.3s;
  position: relative;
}

.custom_nav li.nav-child-three .nav-child dl a:hover {
  text-decoration: underline;
  color: var(--menu-color);
}

.custom_nav li.nav-child-three .nav-child dl dd a {
  font-size: 14px;
  opacity: 0.6;
}

.custom_nav li.nav-child-three .nav-child dl dt {
  margin-bottom: 5px;
}

.custom_nav li.nav-child-three .nav-child dl dt a {
  font-size: 16px;
}

.custom_nav li.nav-child-three .nav-child dl dd a {
  font-size: 14px;
  opacity: 0.6;
}
.custom_nav li.nav-child-second .nav-child {
  transform: translateX(-15px);
}
.custom_nav li.nav-child-second .nav-child dl dt {
  margin-bottom: 5px;
}

.custom_nav li.nav-child-second .nav-child dl dt a {
  font-size: 16px;
}
.custom_nav > ul > li:hover{
  background-color: var(--menu-color);
  z-index: 100;
}
.custom_nav > ul > li:hover>span>a{
  color: var(--bg) !important;
}

.custom_nav > ul > li:hover > .nav-child {
  opacity: 1;
  visibility: visible;
  background-color: var(--menu-color);
  transition: opacity 0.3s;
}
.custom_nav > ul > li:hover > .nav-child a{
  color: var(--bg) !important;
}

.custom_nav li.more_link:hover .more_link_child {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

.custom_nav li.more_link .more_link_child {
  width: 100%;
  max-height: calc(100vh - 126px);
  overflow: auto;
  background: var(--bg);
  position: absolute;
  left: 0;
  box-shadow: 2px 0px 2px #ddd;
  opacity: 0;
  visibility: hidden;
}
.custom_nav li.more_link:hover .more_link_child{
  background-color: var(--menu-color) !important;
}
.custom_nav li.more_link:hover .more_link_child a{
  color: var(--bg) !important;
}

.custom_nav > ul > li.more_link .more_link_child > .nav_container_wrapper {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 20px 50px;
}

.custom_nav > ul > li.more_link .more_link_child > .nav_container_wrapper > .nav-child {
  padding: 30px 20px;
  width: 75%;
  box-sizing: border-box;
}

.custom_nav > ul > li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 20px;
}

.custom_nav > ul > li.more_link .more_link_child > .nav_container_wrapper > .nav-child > a {
  display: block;
  height: 34px;
  line-height: 34px;
  opacity: 0.6;
}

.custom_nav > ul > li.more_link .more_link_child > .nav_container_wrapper > .nav-child > a:hover {
  opacity: 1;
}

.custom_nav > ul > li.more_link .more_link_child ul {
  padding: 30px 0;
  width: 25%;
}

.custom_nav > ul > li.more_link .more_link_child > .nav_container_wrapper > ul > li > span {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.3s;
  min-height: 40px;
}

.custom_nav > ul > li.more_link .more_link_child > .nav_container_wrapper > ul > li > span > .nav-li-a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom_nav > ul > li.more_link .more_link_child > .nav_container_wrapper > ul > li > span:hover,
.custom_nav > ul > li.more_link .more_link_child > .nav_container_wrapper > ul > li.on > span {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.custom_nav > ul > li.more_link .more_link_child li > span > svg {
  transform: rotate(-90deg);
}

.custom_nav > ul > li.more_link .more_link_child li > span > svg > path {
  fill: var(--menu-color);
}

.custom_nav > ul > li.more_link .more_link_child li > .nav-child {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.custom_nav > ul > li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dt {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 2;
}
.custom_nav > ul > li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dt a:hover {
  text-decoration: underline;
}

.custom_nav > ul > li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dd a {
  line-height: 2;
  opacity: 0.6;
  transition: all 0.3s;
}
.custom_nav > ul > li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dd a:hover {
  text-decoration: underline;
  opacity: 1;
}
/***********/