/*
Theme Name:mellmo 2025
Theme URI:
Description:
Template:ankle_tcd092
Author:@dewey
Author URI:https://design-plus1.com/tcd-w/
Version:1.10
*/

.header_logo_box a img {
	max-width: 180px !important;
}
.header_bottom {
  padding: 30px 0 25px;
  position: sticky;
  border-bottom: 1px solid #444;
  top: 110px;
  background-color: #fff;
  z-index: 99;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);;
}

@media only screen and (min-width: 1025px) {
  .global_nav_container {
    margin-top: 0;
  }
 .global_nav_menu > li > a {
    padding: 20px 20px;
  }
}
@media (max-width: 1024px) {
  #header_top .header_logo img {
    max-height: 38px;
    width: auto !important;
  }
}

p.single_product_price {
  display: none;
}
.custom-price-box {
  line-height: 1.4;
}
.custom-price-box .price-incl {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #6d4304;
}
#js-related-products-slider .custom-price-box .price-incl {
  font-size: 1.3em;
}
#js-recentry-viewed-products .custom-price-box .price-incl {
  font-size: 1.2em;
}
.custom-price-box .price-tax,
.custom-price-box .price-excl {
  font-size: 0.8em;
  color: #666;
}
@media screen and (max-width: 767px) {
  .custom-price-box {
    line-height: 1.2;
  }
  #js-related-products-slider .custom-price-box .price-incl {
   font-size: 1.2em;
  }
}

.post_content .houki_tbl table th {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .post_content .wp-block-table.houki_tbl {
    white-space: normal;
  }
  .post_content .houki_tbl table {
    width: 100%;
  }
  .post_content .houki_tbl table th,
  .post_content .houki_tbl table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}